summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_console.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * fhandler.h (class dev_console): Add members ext_mouse_mode6 andCorinna Vinschen2012-04-241-23/+66
* wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor2012-04-151-1/+1
* * devices.in (exists_console): Allow /dev/con{sole,in,out} to be referencedChristopher Faylor2012-04-131-3/+4
* * dtable.cc (dtable::fixup_close): Define new function.Christopher Faylor2012-04-011-5/+8
* * fhandler_console.cc (fhandler_console::set_unit): Don't succeed unless we areChristopher Faylor2012-03-291-1/+7
* * dtable.cc (fh_alloc): Treat pc.dev as unsigned.Christopher Faylor2012-03-101-4/+2
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-1/+2
* * fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor2012-03-031-1/+3
* * fhandler_console.cc (fhandler_console::input_tcsetattr): RevertCorinna Vinschen2012-03-021-4/+2
* * fhandler_console.cc (fhandler_console::input_tcsetattr): Set theCorinna Vinschen2012-03-021-0/+3
* * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen2012-02-141-1/+1
* * cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor2012-02-071-3/+10
* Clean up whitespace.Christopher Faylor2011-12-171-1/+1
* * cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor2011-12-131-3/+0
* Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor2011-12-091-1/+1
* * exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor2011-12-041-3/+1
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-4/+4
* Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor2011-11-141-1/+3