aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_console.cc
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Revert "Debug printfs."Corinna Vinschen1-9/+1
2016-03-20Debug printfs.John Hood1-1/+9
2016-03-20Move get_nonascii_key into fhandler_console.John Hood1-3/+1
2016-03-20Remove dead code from fhandler_console.Peter Foley1-2/+0
2016-03-16Make requested console reports workThomas Wolff1-4/+18
2015-12-18Drop sys_cp_wcstombs and save two arguments per callCorinna Vinschen1-2/+1
2014-05-09* signal.cc (sigprocmask): Fix strace output to include "how".Christopher Faylor1-5/+7
2014-04-26* DevNotes: Add entry cgf-000026.Christopher Faylor1-1/+8
2014-03-10* fhandler.h (dev_console::b): Redefine as CONSOLE_SCREEN_BUFFER_INFO for useChristopher Faylor1-2/+1
2014-03-10* fhandler_console.cc (dev_console::save_restore): Save entire line of currentChristopher Faylor1-1/+2
2014-03-10* fhandler_console.cc (fhandler_console::save_restore): Save only until lastChristopher Faylor1-18/+14
2014-03-09* fhandler.h (fhandler_console::dwBufferSize): Delete.Christopher Faylor1-354/+359
2014-03-09* fhandler_console.cc (fhandler_console::char_command): Properly use calculatedChristopher Faylor1-1/+1
2014-02-26* fhandler.h (fhandler_console::scroll_buffer_screen): New function.Christopher Faylor1-15/+15
2014-02-23* dev_console::scroll_buffer): Reinstate clipping region.Christopher Faylor1-1/+1
2014-02-23* fhandler.h (dev_console::is_fullscreen): Delete.Christopher Faylor1-54/+72
2014-02-16* DevNotes: Add entry cgf-000024.Christopher Faylor1-152/+173
2014-01-31* fhandler.h (cltype): Add cl_buf_beg, cl_buf_end.Christopher Faylor1-13/+17
2014-01-04* fhandler.h: Update copyright.Christopher Faylor1-104/+101
2013-12-31* fhandler_console.cc (region_split): New function.Christopher Faylor1-11/+85
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-3/+0
2013-10-24* external.cc (fillout_pinfo): If start_time is 0, wait a while beforeChristopher Faylor1-0/+1
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-11/+11
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2013-01-11 * fhandler.h (class dev_console): Flag for expanded control sequence.Corinna Vinschen1-2/+45
2012-08-16whitespace cleanupChristopher Faylor1-4/+4
2012-07-30* cygwait.cc (cancelable_wait): Add some debugging-only output.Christopher Faylor1-2/+1
2012-06-17Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor1-2/+3
2012-04-25 * fhandler.h (class dev_console): Add member ext_mouse_mode5.Corinna Vinschen1-10/+29
2012-04-24 * fhandler_console.cc (ALT_PRESSED): Define earlier, never undefine.Corinna Vinschen1-10/+7
2012-04-24 * fhandler.h (class dev_console): Add members ext_mouse_mode6 andCorinna Vinschen1-23/+66
2012-04-15wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto.Christopher Faylor1-1/+1
2012-04-13* devices.in (exists_console): Allow /dev/con{sole,in,out} to be referencedChristopher Faylor1-3/+4
2012-04-01* dtable.cc (dtable::fixup_close): Define new function.Christopher Faylor1-5/+8
2012-03-29* fhandler_console.cc (fhandler_console::set_unit): Don't succeed unless we areChristopher Faylor1-1/+7
2012-03-10* dtable.cc (fh_alloc): Treat pc.dev as unsigned.Christopher Faylor1-4/+2
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen1-1/+2
2012-03-03* fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor1-1/+3
2012-03-02 * fhandler_console.cc (fhandler_console::input_tcsetattr): RevertCorinna Vinschen1-4/+2
2012-03-02 * fhandler_console.cc (fhandler_console::input_tcsetattr): Set theCorinna Vinschen1-0/+3
2012-02-14 * cygheap.cc (init_cygheap::init_installation_root): Convert functionCorinna Vinschen1-1/+1
2012-02-07* cygheap.cc (init_cygheap::manage_console_count): Delete.Christopher Faylor1-3/+10
2011-12-17Clean up whitespace.Christopher Faylor1-1/+1
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor1-3/+0
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor1-1/+1
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor1-3/+1
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-4/+4
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor1-1/+3
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor1-4/+2