Mercurial > hg > xemacs-beta
comparison src/console.c @ 369:1d62742628b6 r21-1-14
Import from CVS: tag r21-1-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:51 +0200 |
parents | c42ec1d1cded |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
368:397a7324211a | 369:1d62742628b6 |
---|---|
1009 { | 1009 { |
1010 reset_one_console (con); | 1010 reset_one_console (con); |
1011 TTY_FLAGS (con).flow_control = !NILP (flow); | 1011 TTY_FLAGS (con).flow_control = !NILP (flow); |
1012 TTY_FLAGS (con).meta_key = meta_key; | 1012 TTY_FLAGS (con).meta_key = meta_key; |
1013 init_one_console (con); | 1013 init_one_console (con); |
1014 MARK_FRAME_CHANGED (XFRAME (CONSOLE_SELECTED_FRAME (con))); | |
1014 } | 1015 } |
1015 #endif | 1016 #endif |
1016 | 1017 |
1017 return Qnil; | 1018 return Qnil; |
1018 } | 1019 } |