aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_console.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-4333/+0
2022-08-04Cygwin: drop all usages of WINAPICorinna Vinschen1-5/+5
2022-08-02Cygwin: console: Modify ConEmu cygwin connector hook.Takashi Yano1-11/+6
2022-07-29Cygwin: console: Avoid accessing NULL pointer via cygheap->ctty.Takashi Yano1-8/+14
2022-07-28Cygwin: console: Add workaround for ConEmu cygwin connector.Takashi Yano1-0/+25
2022-07-28Cygwin: console: Add missing input_mutex guard.Takashi Yano1-6/+17
2022-07-09Cygwin: console: Fix an issue which causes when realloc() fails.Takashi Yano1-5/+13
2022-07-05Cygwin: console: Fix issue of pasting very long text input again.Takashi Yano1-22/+65
2022-07-03Cygwin: console: Fix new bugs in cons_master_thread().Takashi Yano1-8/+9
2022-07-02Cygwin: console: Allow pasting very long text input.Takashi Yano1-27/+94
2022-06-19Cygwin: console: Handle setting very long window title correctly.Takashi Yano1-24/+66
2022-06-14Cygwin: console: Retain ENABLE_VIRTUAL_TERMIANL_PROCESSING flag.Takashi Yano1-0/+4
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-2/+2
2022-05-29Cygwin: remove regparm.hKen Brown1-7/+7
2022-05-09Cygwin: pty: Not to change code page of parent console.Takashi Yano1-1/+1
2022-03-19Cygwin: console: Do not use memcmp() to compare INPUT_RECORD.Takashi Yano1-3/+38
2022-03-19Cygwin: console: Ignore dwControlKeyState in event comparison.Takashi Yano1-3/+3
2022-03-18Cygwin: console: Add attach_mutex guard that was not added.Takashi Yano1-0/+2
2022-03-18Cygwin: console: Fix typeahead key swapping which still occurs.Takashi Yano1-20/+38
2022-03-02Cygwin: console, pty: Revamp the acquire/release_attach_mutex timing.Takashi Yano1-31/+107
2022-03-02Cygwin: console: Fix a bug from comparison between int and DWORD.Takashi Yano1-1/+1
2022-03-02Cygwin: console: Prevent special keys processing from drop.Takashi Yano1-9/+13
2022-03-02Cygwin: console: Stop to create struct instance which is not needed.Takashi Yano1-9/+9
2022-02-28Cygwin: console: Improve the code to avoid typeahead key swapping.Takashi Yano1-33/+42
2022-02-26Cygwin: console: Prevent the order of typeahead input from swapped.Takashi Yano1-2/+51
2022-02-26Cygwin: console: Fix issues of apps which open pty.Takashi Yano1-10/+10
2022-02-24Cygwin: console: Restore CTRL_BREAK_EVENT handling.Takashi Yano1-8/+3
2022-02-24Cygwin: pty, console: Add a workaround for GDB SIGINT handling.Takashi Yano1-0/+1
2022-02-24Cygwin: console: Redesign handling of special keys.Takashi Yano1-19/+30
2022-02-22Cygwin: pty, console: Fix handle leak which occurs on exec() error.Takashi Yano1-10/+7
2022-02-20Cygwin: console: Call fix_tab_position() only if having broken tabs.Takashi Yano1-3/+5
2022-02-20Cygwin: console: Rearrange set_(in|out)put_mode() calls.Takashi Yano1-25/+68
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano1-86/+49
2022-02-13Cygwin: console: Fix console mode for non-cygwin inferior of GDB.Takashi Yano1-0/+39
2022-02-13Cygwin: pty, console: Fix Ctrl-C handling for non-cygwin apps.Takashi Yano1-0/+28
2022-02-11Cygwin: console: Maintain ENABLE_(INSERT|QUICK_EDIT)_MODE flags.Mitchell Hentges1-3/+5
2022-02-05Cygwin: console: Remove unnecessary (redundant) code.Takashi Yano1-2/+0
2022-02-03Cygwin: console: Fix IL/DL escape sequence on the last line.Takashi Yano1-0/+12
2022-01-14Cygwin: pty: Stop closing and recreating attach_mutex.Takashi Yano1-17/+0
2022-01-14Cygwin: pty, console: Fix deadlock in GDB regarding mutex.Takashi Yano1-17/+60
2021-12-02Cygwin: console: Fix OSC sequence handling.Takashi Yano1-7/+24
2021-11-18Cygwin: console: Fix interference issue regarding master thread.Takashi Yano1-0/+11
2021-11-16Cygwin: console: Handle Unicode surrogate pairs.Johannes Schindelin1-1/+16
2021-11-02Cygwin: console: Fix a bug on input when signalled.Takashi Yano1-0/+4
2021-10-29Cygwin: drop support for simple invisible console codeCorinna Vinschen1-32/+2
2021-10-10Cygwin: pty: Fix handle leak regarding attach_mutex.Takashi Yano1-1/+1
2021-09-18Cygwin: allow open_setup to failKen Brown1-2/+2
2021-07-06Cygwin: console: Fix garbled input for non-ASCII chars.Takashi Yano1-6/+9
2021-07-06Revert "Cygwin: console: Fix garbled input for non-ASCII chars."Corinna Vinschen1-2/+2
2021-07-06Cygwin: console: Fix garbled input for non-ASCII chars.Takashi Yano1-2/+2