| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup fhandler_console::read for readability | Corinna Vinschen | 2017-01-19 | 1 | -22/+20 |
* | Simplify check for Alt-Numpad | Corinna Vinschen | 2017-01-19 | 1 | -24/+5 |
* | Fix copy/paste buglet in comment | Corinna Vinschen | 2017-01-19 | 1 | -1/+1 |
* | Handle Alt+Numpad key sequences in console input and select | Corinna Vinschen | 2017-01-19 | 1 | -0/+12 |
* | Fix copy/paste typo in fhandler_console::scroll_buffer_screen | Corinna Vinschen | 2016-11-24 | 1 | -1/+1 |
* | Fix regression in console charset handling | Corinna Vinschen | 2016-10-19 | 1 | -0/+2 |
* | Consolidate wctomb/mbtowc calls for POSIX-1.2008 | Corinna Vinschen | 2016-08-15 | 1 | -24/+11 |
* | Fix console clear screen if buffer is full | Corinna Vinschen | 2016-08-03 | 1 | -13/+22 |
* | Fix console clear screen in case of partial scrolling | Corinna Vinschen | 2016-08-01 | 1 | -2/+2 |
* | Fix clear screen behaviour of console when user scrolled up or down | Corinna Vinschen | 2016-07-29 | 1 | -1/+21 |
* | Fix buffer scrolling when performing a "clear screen" | Corinna Vinschen | 2016-07-28 | 1 | -19/+35 |
* | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 2016-06-23 | 1 | -3/+0 |
* | Revert "Debug printfs." | Corinna Vinschen | 2016-03-20 | 1 | -9/+1 |
* | Debug printfs. | John Hood | 2016-03-20 | 1 | -1/+9 |
* | Move get_nonascii_key into fhandler_console. | John Hood | 2016-03-20 | 1 | -3/+1 |
* | Remove dead code from fhandler_console. | Peter Foley | 2016-03-20 | 1 | -2/+0 |
* | Make requested console reports work | Thomas Wolff | 2016-03-16 | 1 | -4/+18 |
* | Drop sys_cp_wcstombs and save two arguments per call | Corinna Vinschen | 2015-12-18 | 1 | -2/+1 |
* | * signal.cc (sigprocmask): Fix strace output to include "how". | Christopher Faylor | 2014-05-09 | 1 | -5/+7 |
* | * DevNotes: Add entry cgf-000026. | Christopher Faylor | 2014-04-26 | 1 | -1/+8 |
* | * fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for use | Christopher Faylor | 2014-03-10 | 1 | -2/+1 |
* | * fhandler_console.cc (dev_console::save_restore): Save entire line of current | Christopher Faylor | 2014-03-10 | 1 | -1/+2 |
* | * fhandler_console.cc (fhandler_console::save_restore): Save only until last | Christopher Faylor | 2014-03-10 | 1 | -18/+14 |
* | * fhandler.h (fhandler_console::dwBufferSize): Delete. | Christopher Faylor | 2014-03-09 | 1 | -354/+359 |
* | * fhandler_console.cc (fhandler_console::char_command): Properly use calculated | Christopher Faylor | 2014-03-09 | 1 | -1/+1 |
* | * fhandler.h (fhandler_console::scroll_buffer_screen): New function. | Christopher Faylor | 2014-02-26 | 1 | -15/+15 |
* | * dev_console::scroll_buffer): Reinstate clipping region. | Christopher Faylor | 2014-02-23 | 1 | -1/+1 |
* | * fhandler.h (dev_console::is_fullscreen): Delete. | Christopher Faylor | 2014-02-23 | 1 | -54/+72 |
* | * DevNotes: Add entry cgf-000024. | Christopher Faylor | 2014-02-16 | 1 | -152/+173 |
* | * fhandler.h (cltype): Add cl_buf_beg, cl_buf_end. | Christopher Faylor | 2014-01-31 | 1 | -13/+17 |
* | * fhandler.h: Update copyright. | Christopher Faylor | 2014-01-04 | 1 | -104/+101 |
* | * fhandler_console.cc (region_split): New function. | Christopher Faylor | 2013-12-31 | 1 | -11/+85 |
* | Throughout, drop unnecessary explicit includes of windows header files | Corinna Vinschen | 2013-11-24 | 1 | -3/+0 |
* | * external.cc (fillout_pinfo): If start_time is 0, wait a while before | Christopher Faylor | 2013-10-24 | 1 | -0/+1 |
* | Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch | Yaakov Selkowitz | 2013-05-01 | 1 | -1/+1 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -11/+11 |
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 1 | -2/+2 |
* | * fhandler.h (class dev_console): Flag for expanded control sequence. | Corinna Vinschen | 2013-01-11 | 1 | -2/+45 |
* | whitespace cleanup | Christopher Faylor | 2012-08-16 | 1 | -4/+4 |
* | * cygwait.cc (cancelable_wait): Add some debugging-only output. | Christopher Faylor | 2012-07-30 | 1 | -2/+1 |
* | Add '#include "cygwait.h"' throughout, where appropriate. | Christopher Faylor | 2012-06-17 | 1 | -2/+3 |
* | * fhandler.h (class dev_console): Add member ext_mouse_mode5. | Corinna Vinschen | 2012-04-25 | 1 | -10/+29 |
* | * fhandler_console.cc (ALT_PRESSED): Define earlier, never undefine. | Corinna Vinschen | 2012-04-24 | 1 | -10/+7 |
* | * fhandler.h (class dev_console): Add members ext_mouse_mode6 and | Corinna Vinschen | 2012-04-24 | 1 | -23/+66 |
* | wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto. | Christopher Faylor | 2012-04-15 | 1 | -1/+1 |
* | * devices.in (exists_console): Allow /dev/con{sole,in,out} to be referenced | Christopher Faylor | 2012-04-13 | 1 | -3/+4 |
* | * dtable.cc (dtable::fixup_close): Define new function. | Christopher Faylor | 2012-04-01 | 1 | -5/+8 |
* | * fhandler_console.cc (fhandler_console::set_unit): Don't succeed unless we are | Christopher Faylor | 2012-03-29 | 1 | -1/+7 |
* | * dtable.cc (fh_alloc): Treat pc.dev as unsigned. | Christopher Faylor | 2012-03-10 | 1 | -4/+2 |
* | * Throughout, replace usage of w32api's min with MIN from sys/param.h. | Corinna Vinschen | 2012-03-08 | 1 | -1/+2 |