]> sourceware.org Git - newlib-cygwin.git/commit
Fix console clear screen in case of partial scrolling
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 1 Aug 2016 10:35:51 +0000 (12:35 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 1 Aug 2016 10:42:54 +0000 (12:42 +0200)
commit05847ad6e9b505b0d66292bc7ca126e323be3e23
tree60e1614b2e839638840a84bfcc3c85d55e382f65
parent11dcf9cb5cf4f7f15799dedc9cdeab3cae0de64e
Fix console clear screen in case of partial scrolling

Commit d7586cb incorrectly checked only for the new cursor position
beyond the old cursor position to decide if we have to correct for user
scrolling.  Since this situation is handled just fine if the cursor is
still visible, only perform the subsequent correction if the cursor is
not in the visible console window.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler_console.cc
This page took 0.027754 seconds and 5 git commands to generate.