# HG changeset patch # User Jason Rumney # Date 1207747784 0 # Node ID d7c35080377319176ea38677bce298f41a8c857a # Parent cd8f3c07b9d04393fe5f22869c16781059c9c0a2 (redisplay_internal) [!WINDOWSNT]: Conditionalize last change. diff -r cd8f3c07b9d0 -r d7c350803773 src/xdisp.c --- a/src/xdisp.c Wed Apr 09 12:14:52 2008 +0000 +++ b/src/xdisp.c Wed Apr 09 13:29:44 2008 +0000 @@ -11188,7 +11188,9 @@ the whole thing. */ windows_or_buffers_changed++; SET_FRAME_GARBAGED (sf); +#ifndef WINDOWSNT set_tty_color_mode (FRAME_TTY (sf), sf); +#endif FRAME_TTY (sf)->previous_frame = sf; }