home *** CD-ROM | disk | FTP | other *** search
- To: vim-dev@vim.org
- Subject: Patch 6.0ax.009
- Fcc: outbox
- From: Bram Moolenaar <Bram@moolenaar.net>
- ------------
-
- Patch 6.0ax.009
- Problem: When in a terminal where Vim uses a second screen buffer, after
- exiting, the shell prompt would be after the hit-return prompt of
- a ":!" command. (Hans Fugal)
- Solution: Output an extra newline in this situation when exiting.
- Files: src/os_unix.c
-
-
- *** ../vim60ax.8/src/os_unix.c Fri Sep 14 23:01:34 2001
- --- src/os_unix.c Fri Sep 21 20:08:36 2001
- ***************
- *** 2325,2331 ****
- * A newline is only required after a message in the alternate screen.
- * This is set to TRUE by wait_return().
- */
- ! if (!swapping_screen())
- {
- if (newline_on_exit || msg_didout)
- out_char('\n');
- --- 2325,2331 ----
- * A newline is only required after a message in the alternate screen.
- * This is set to TRUE by wait_return().
- */
- ! if (!swapping_screen() || newline_on_exit)
- {
- if (newline_on_exit || msg_didout)
- out_char('\n');
- *** ../vim60ax.8/src/version.c Fri Sep 21 20:12:48 2001
- --- src/version.c Fri Sep 21 20:09:41 2001
- ***************
- *** 608,609 ****
- --- 608,611 ----
- { /* Add new patch number below this line */
- + /**/
- + 9,
- /**/
-
- --
- It is illegal for anyone to give lighted cigars to dogs, cats, and other
- domesticated animal kept as pets.
- [real standing law in Illinois, United States of America]
-
- /// Bram Moolenaar -- Bram@moolenaar.net -- http://www.moolenaar.net \\\
- ((( Creator of Vim -- http://vim.sf.net -- ftp://ftp.vim.org/pub/vim )))
- \\\ Help me helping AIDS orphans in Uganda - http://iccf-holland.org ///
-