summaryrefslogtreecommitdiff
path: root/app/xterm/input.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-09-23 19:08:56 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-09-23 19:08:56 +0000
commitf0d06ca61c104601dbdd10a4e58ae54f8d3f5332 (patch)
treef7c40b51c0e5e266bba4f1f879c73bc04e09d362 /app/xterm/input.c
parentb3bdaa7b4a0608ac0b00a82146b8783623300dbe (diff)
xterm 237. tested by krw@ oga@ and others.
Diffstat (limited to 'app/xterm/input.c')
-rw-r--r--app/xterm/input.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xterm/input.c b/app/xterm/input.c
index c039ec378..3883a227c 100644
--- a/app/xterm/input.c
+++ b/app/xterm/input.c
@@ -1,4 +1,4 @@
-/* $XTermId: input.c,v 1.299 2008/04/20 20:27:18 tom Exp $ */
+/* $XTermId: input.c,v 1.300 2008/09/14 16:37:25 Ted.Phelps Exp $ */
/*
* Copyright 1999-2007,2008 by Thomas E. Dickey
@@ -1262,6 +1262,7 @@ Input(XtermWidget xw,
evt_state &= ~xw->misc.alt_mods;
if (screen->alt_sends_esc) {
TRACE(("...input-char is modified by ALT\n"));
+ eightbit = False;
prefix = ANSI_ESC;
} else if (!eightbit) {
TRACE(("...input-char is shifted by ALT\n"));