aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2005-12-23 03:00:55 +0000
committerKaroly Lorentey <[email protected]>2005-12-23 03:00:55 +0000
commita712a8c33b63a0ea6775034f10a55d933c55fdeb (patch)
tree02ec4f5edde26c50885024b5cc91d729497b28ae /README.multi-tty
parentf35ca2fe35859b40b1b0ff15a1751aab4805d392 (diff)
Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim Verona.) Split `set-input-mode'.
* lisp/international/encoded-kb.el (encoded-kbd-setup-display): Use `set-input-meta-mode'. * lisp/linux.el (terminal-init-linux): Ditto. * src/keyboard.c (Fset_input_interrupt_mode, Fset_output_flow_control) (syms_of_keyboard): Defsubr them. (Fset_input_meta_mode, Fset_quit_char): New functions. (Fset_input_mode): Split to above functions. * lisp.h: EXFUN the new functions. * xterm.c (x_initialize): Use Fset_input_interrupt_mode. * macterm.c (mac_initialize): Ditto. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-457
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 5cc5fbca32..c4e990e5b8 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -55,6 +55,7 @@ Kalle Olavi Niemitalo <[email protected]>
Mark Plaksin <[email protected]>
Frank Ruell <[email protected]>
Tom Schutzer-Weissmann <[email protected]>
+Joakim Verona <[email protected]>
Dan Waber <[email protected]>
and many others.