To: vim-dev@vim.org Subject: patch 5.4n.10 Fcc: outbox From: Bram Moolenaar ------------ Patch 5.4n.10 Problem: Win32 GUI: At the hit-return prompt, it was possible to scroll the text. This erased the prompt and made Vim look like it is in Normal mode, while it is actually still waiting for a . Solution: Disallow scrolling at the hit-return prompt for systems that use on the fly scrolling. Files: src/message.c *** ../vim-5.4n/src/message.c Sun Jul 4 20:36:01 1999 --- src/message.c Wed Jul 7 10:47:44 1999 *************** *** 558,563 **** --- 558,566 ---- #ifdef USE_MOUSE setmouse(); #endif + #ifdef USE_ON_FLY_SCROLL + dont_scroll = TRUE; /* disallow scrolling here */ + #endif hit_return_msg(); #ifdef ORG_HITRETURN -- Biting someone with your natural teeth is "simple assault," while biting someone with your false teeth is "aggravated assault." [real standing law in Louisana, United States of America] --/-/---- Bram Moolenaar ---- Bram@moolenaar.net ---- Bram@vim.org ---\-\-- \ \ www.vim.org/iccf www.moolenaar.net www.vim.org / / .