Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2014-01-05 03:58:32 +0400
committerChristopher Faylor <me@cgf.cx>2014-01-05 03:58:32 +0400
commit36383c6f6e78604ace3e217d89201f96b2c0f448 (patch)
treeaf29e5f6415dfb1f49056c648983db6b1cd80afb /winsup/cygwin/release
parent1affdef86ffb1ddbab648f71df1126cc23fe33a8 (diff)
* fhandler.h: Update copyright.
(cltype): New enum. (dev_console::console_attrs): Define struct name. (dev_console::console_attrs::set_cl_x): New function. (dev_console::console_attrs::set_cl_y): New function. (fhandler_console::clear_screen): Redefine input params. * fhandler_console.cc: Update copyright. Throughout, reflect change in arguments to fhandler_console::clear_screeen. (fhandler_console::mouse_aware): Simplify logic slightly. (fhandler_console::scroll_screen): Remove hopefully obsolete win95 code. (dev_console::console_attrs::set_cl_x): New function. (dev_console::console_attrs::set_cl_y): New function. (fhandler_console::clear_screen): Redefine input params. Calculate position based on enum value. (region_split): Change arguments. Simplify. (ReadConsoleOutputWrapper): Remove coord argument since we now always use 0, 0. Send extra arguments to region_split.
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.283
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.28 b/winsup/cygwin/release/1.7.28
index 8950bb897..1807e5173 100644
--- a/winsup/cygwin/release/1.7.28
+++ b/winsup/cygwin/release/1.7.28
@@ -29,3 +29,6 @@ Bug Fixes
- The console buffer should no longer be cleared when the resolution of the
console exceeds some magic threshold.
Fixes: http://cygwin.com/ml/cygwin/2013-12/threads.html#00406
+
+- Fix inadvertent clearing of entire console buffer on clear screen.
+ See: http://cygwin.com/ml/cygwin/2014-01/msg00011.html