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-31 08:23:22 +0400
committerChristopher Faylor <me@cgf.cx>2014-01-31 08:23:22 +0400
commit63b1a850b3347230b1660f3b3f02f05b8c535cd7 (patch)
tree477d4219f896b6fd84f452404ca21179ce2665b9 /winsup/cygwin/fhandler.h
parented94d4a4aa8ee4cd5c863c6ce38ea15c64508c43 (diff)
* fhandler.h (cltype): Add cl_buf_beg, cl_buf_end.
* fhandler_console.cc (dev_console::console_attrs::set_cl_x): Honor buffer locations. (dev_console::console_attrs::set_cl_y): Ditto. (fhandler_console::write): On reset, use absolute positioning to go to beginning of buffer. Clear entire buffer.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 200807895..aa3c351c4 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -1250,7 +1250,9 @@ enum cltype
{
cl_curr_pos = 1,
cl_disp_beg,
- cl_disp_end
+ cl_disp_end,
+ cl_buf_beg,
+ cl_buf_end
};
class dev_console