Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/console.c Mon Aug 13 11:01:11 2007 +0200 +++ b/src/console.c Mon Aug 13 11:01:51 2007 +0200 @@ -1011,6 +1011,7 @@ TTY_FLAGS (con).flow_control = !NILP (flow); TTY_FLAGS (con).meta_key = meta_key; init_one_console (con); + MARK_FRAME_CHANGED (XFRAME (CONSOLE_SELECTED_FRAME (con))); } #endif