diff src/sysdep.c @ 83318:666b48e39a5a

Work around mysterious breakage of arrow key recognition under screen (see first TODO in README). * src/keyboard.c (Fset_input_mode): Call reset_sys_modes and init_sys_modes on the selected device only; do not use the bulk functions reset_all_sys_modes and init_all_sys_modes. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-358
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 26 Jun 2005 04:35:44 +0000
parents effe22690419
children 233c9974025b
line wrap: on
line diff
--- a/src/sysdep.c	Sun Jun 26 03:20:47 2005 +0000
+++ b/src/sysdep.c	Sun Jun 26 04:35:44 2005 +0000
@@ -1725,6 +1725,7 @@
 
   if (tty_out->term_initted && no_redraw_on_reenter)
     {
+      /* XXX This seems wrong on multi-tty. */
       if (display_completed)
 	direct_output_forward_char (0);
     }