summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace bogus resize-window-to-clear-screen logic.cygnal-2.8.99.97cygnal-2.9.0-branchKaz Kylheku2017-11-171-55/+22
* Revert "Fix console clear screen if buffer is full"Kaz Kylheku2017-11-171-22/+13
* Console: integrate end-of-line hack with cursor positioning.Kaz Kylheku2017-11-171-8/+23
* Fix previous VT100 fix.Kaz Kylheku2017-11-161-11/+11
* Console: provide VT100-like end-of-line print behavior.Kaz Kylheku2017-11-161-0/+22
* cygwin: console: Use memset to clear an arrayCorinna Vinschen2017-07-311-3/+2
* cygwin: clear screen using wide char functionCorinna Vinschen2017-07-311-1/+1
* Cleanup fhandler_console::read for readabilityCorinna Vinschen2017-01-191-22/+20
* Simplify check for Alt-NumpadCorinna Vinschen2017-01-191-24/+5
* Fix copy/paste buglet in commentCorinna Vinschen2017-01-191-1/+1
* Handle Alt+Numpad key sequences in console input and selectCorinna Vinschen2017-01-191-0/+12
* Fix copy/paste typo in fhandler_console::scroll_buffer_screenCorinna Vinschen2016-11-241-1/+1
* Fix regression in console charset handlingCorinna Vinschen2016-10-191-0/+2
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-151-24/+11
* Fix console clear screen if buffer is fullCorinna Vinschen2016-08-031-13/+22
* Fix console clear screen in case of partial scrollingCorinna Vinschen2016-08-011-2/+2
* Fix clear screen behaviour of console when user scrolled up or downCorinna Vinschen2016-07-291-1/+21
* Fix buffer scrolling when performing a "clear screen"Corinna Vinschen2016-07-281-19/+35
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Revert "Debug printfs."Corinna Vinschen2016-03-201-9/+1
* Debug printfs.John Hood2016-03-201-1/+9
* Move get_nonascii_key into fhandler_console.John Hood2016-03-201-3/+1
* Remove dead code from fhandler_console.Peter Foley2016-03-201-2/+0
* Make requested console reports workThomas Wolff2016-03-161-4/+18
* Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen2015-12-181-2/+1
* * signal.cc (sigprocmask): Fix strace output to include "how".Christopher Faylor2014-05-091-5/+7
* * DevNotes: Add entry cgf-000026.Christopher Faylor2014-04-261-1/+8
* * fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for useChristopher Faylor2014-03-101-2/+1
* * fhandler_console.cc (dev_console::save_restore): Save entire line of currentChristopher Faylor2014-03-101-1/+2
* * fhandler_console.cc (fhandler_console::save_restore): Save only until lastChristopher Faylor2014-03-101-18/+14
* * fhandler.h (fhandler_console::dwBufferSize): Delete.Christopher Faylor2014-03-091-354/+359
* * fhandler_console.cc (fhandler_console::char_command): Properly use calculatedChristopher Faylor2014-03-091-1/+1
* * fhandler.h (fhandler_console::scroll_buffer_screen): New function.Christopher Faylor2014-02-261-15/+15
* * dev_console::scroll_buffer): Reinstate clipping region.Christopher Faylor2014-02-231-1/+1
* * fhandler.h (dev_console::is_fullscreen): Delete.Christopher Faylor2014-02-231-54/+72
* * DevNotes: Add entry cgf-000024.Christopher Faylor2014-02-161-152/+173
* * fhandler.h (cltype): Add cl_buf_beg, cl_buf_end.Christopher Faylor2014-01-311-13/+17
* * fhandler.h: Update copyright.Christopher Faylor2014-01-041-104/+101
* * fhandler_console.cc (region_split): New function.Christopher Faylor2013-12-311-11/+85
* Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen2013-11-241-3/+0
* * external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor2013-10-241-0/+1
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-11/+11
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * fhandler.h (class dev_console): Flag for expanded control sequence.Corinna Vinschen2013-01-111-2/+45
* whitespace cleanupChristopher Faylor2012-08-161-4/+4
* * cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor2012-07-301-2/+1
* Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor2012-06-171-2/+3
* * fhandler.h (class dev_console): Add member ext_mouse_mode5.Corinna Vinschen2012-04-251-10/+29
* * fhandler_console.cc (ALT_PRESSED): Define earlier, never undefine.Corinna Vinschen2012-04-241-10/+7