vte r2231 - in trunk: . src
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2231 - in trunk: . src
- Date: Sat, 29 Nov 2008 21:57:55 +0000 (UTC)
Author: behdad
Date: Sat Nov 29 21:57:54 2008
New Revision: 2231
URL: http://svn.gnome.org/viewvc/vte?rev=2231&view=rev
Log:
2008-11-29 Behdad Esfahbod <behdad gnome org>
Bug 127870 â terminal garbled and needs 'reset' after cat'ing file
* src/iso2022.c (_vte_iso2022_state_new): Initialize all four maps
(G0, G1, G2, G3) in USASCII mode, like xterm does.
Modified:
trunk/ChangeLog
trunk/src/iso2022.c
Modified: trunk/src/iso2022.c
==============================================================================
--- trunk/src/iso2022.c (original)
+++ trunk/src/iso2022.c Sat Nov 29 21:57:54 2008
@@ -750,9 +750,9 @@
state->current = 0;
state->override = -1;
state->g[0] = 'B';
- state->g[1] = '0';
- state->g[2] = 'J';
- state->g[3] = WIDE_FUDGE + 'D';
+ state->g[1] = 'B';
+ state->g[2] = 'B';
+ state->g[3] = 'B';
state->codeset = native_codeset;
state->native_codeset = state->codeset;
if (native_codeset == NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]