comparison 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
comparison
equal deleted inserted replaced
83317:e235da12dd03 83318:666b48e39a5a
1723 } 1723 }
1724 } 1724 }
1725 1725
1726 if (tty_out->term_initted && no_redraw_on_reenter) 1726 if (tty_out->term_initted && no_redraw_on_reenter)
1727 { 1727 {
1728 /* XXX This seems wrong on multi-tty. */
1728 if (display_completed) 1729 if (display_completed)
1729 direct_output_forward_char (0); 1730 direct_output_forward_char (0);
1730 } 1731 }
1731 else 1732 else
1732 { 1733 {