To: vim-dev@vim.org Subject: Patch 6.1a.023 Fcc: outbox From: Bram Moolenaar MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit ------------ Patch 6.1a.023 Problem: When starting the GUI get "C" characters echoed in the terminal. Solution: Don't try sending a clear-screen command while the GUI is starting up. Files: src/screen.c *** ../vim61a.022/src/screen.c Fri Mar 1 21:21:44 2002 --- src/screen.c Sun Mar 3 16:58:54 2002 *************** *** 6191,6197 **** { int i; ! if (starting == NO_SCREEN || ScreenLines == NULL) return; #ifdef FEAT_GUI --- 6191,6201 ---- { int i; ! if (starting == NO_SCREEN || ScreenLines == NULL ! #ifdef FEAT_GUI ! || (gui.in_use && gui.starting) ! #endif ! ) return; #ifdef FEAT_GUI *** ../vim61a.022/src/version.c Sun Mar 3 17:01:48 2002 --- src/version.c Sun Mar 3 17:02:04 2002 *************** *** 608,609 **** --- 608,611 ---- { /* Add new patch number below this line */ + /**/ + 23, /**/ -- hundred-and-one symptoms of being an internet addict: 109. You actually read -- and enjoy -- lists like this. /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\ /// Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim \\\ \\\ Project leader for A-A-P -- http://www.a-a-p.org /// \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///