Mercurial > hg > xemacs-beta
comparison src/console.c @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 1d62742628b6 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
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))); | |
1015 } | 1014 } |
1016 #endif | 1015 #endif |
1017 | 1016 |
1018 return Qnil; | 1017 return Qnil; |
1019 } | 1018 } |