aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_tty.cc
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-2/+2
2020-07-20Cygwin: pty: Fix a bug on redirecting something to /dev/pty*.Takashi Yano via Cygwin-patches1-5/+0
2020-07-01Cygwin: pty, termios: Unify thoughts of read ahead beffer handling.Takashi Yano via Cygwin-patches1-21/+16
2020-07-01Cygwin: pty: Discard CSI > Pm m sequence from native windows apps.Takashi Yano via Cygwin-patches1-0/+28
2020-06-05Cygwin: pty: Fix screen distortion after less for native apps again.Takashi Yano via Cygwin-patches1-34/+15
2020-06-01Cygwin: pty: Fix screen distortion after using less for native apps.cygwin-3_1_5-releaseTakashi Yano via Cygwin-patches1-8/+11
2020-05-31Cygwin: pty: Revise the code which prevents undesired window title.Takashi Yano via Cygwin-patches1-2/+7
2020-05-31Cygwin: pty: Clean up fhandler_pty_master::pty_master_fwd_thread().Takashi Yano via Cygwin-patches1-18/+0
2020-05-31Cygwin: pty: Prevent garbage remained in read ahead buffer.Takashi Yano via Cygwin-patches1-2/+12
2020-05-28Cygwin: pty: Prevent meaningless ResizePseudoConsole() calls.Takashi Yano via Cygwin-patches1-9/+9
2020-05-28Cygwin: pty: Fix a bug in free_attached_console().Takashi Yano via Cygwin-patches1-1/+4
2020-05-25Cygwin: pty: Stop counting number of slaves attached to pseudo console.Takashi Yano via Cygwin-patches1-17/+5
2020-05-25Cygwin: pty: Revise code to make system_printf() work after close.Takashi Yano via Cygwin-patches1-3/+12
2020-05-19Cygwin: pty: Make system_printf() work after closing pty slave.Takashi Yano via Cygwin-patches1-0/+5
2020-05-19Cygwin: pty: Call FreeConsole() only if attached to current pty.Takashi Yano via Cygwin-patches1-15/+13
2020-05-04setup_pseudoconsole(): handle missing/incorrect helper gracefullyJohannes Schindelin1-1/+17
2020-03-13Cygwin: pty: Add FreeConsole to destructor of pty slave.Takashi Yano via Cygwin-patches1-2/+9
2020-02-28Cygwin: AF_UNIX: rework fixup_after_execCorinna Vinschen1-1/+1
2020-02-11Cygwin: pty: Add error handling in setup_pseudoconsole().Takashi Yano1-68/+111
2020-02-10Cygwin: pty: Prevent potential errno overwriting.Takashi Yano1-0/+3
2020-02-10Cygwin: pty: Fix state mismatch caused in mintty.Takashi Yano1-2/+14
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano1-88/+312
2020-02-10Cygwin: pty: Add missing member initialization for struct pipe_reply.Takashi Yano1-1/+1
2020-02-10Cygwin: pty: Remove debug codes and organize related codes.Takashi Yano1-58/+23
2020-02-10Cygwin: pty: Avoid screen distortion on slave read.Takashi Yano1-21/+30
2020-02-10Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc.Takashi Yano1-0/+10
2020-02-06Cygwin: pty: Use pinfo() rather than kill() with signal 0.Takashi Yano1-5/+5
2020-02-04Cygwin: pty: Remove meaningless pointer increment.Takashi Yano1-1/+1
2020-01-28Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano1-6/+31
2020-01-28Cygwin: console: Share readahead buffer within the same process.Takashi Yano1-1/+1
2020-01-23Cygwin: pty: Remove close() call just before reopening slave.Takashi Yano1-1/+0
2020-01-22Cygwin: pty: Introduce disable_pcon in environment CYGWIN.Takashi Yano1-0/+2
2020-01-22Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().Takashi Yano1-12/+19
2020-01-21Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano1-4/+11
2020-01-14Cygwin: pty: Set console code page only if pseudo console is enabled.Takashi Yano1-9/+12
2020-01-14Cygwin: pty: Disable FreeConsole() on close for non cygwin process.Takashi Yano1-2/+11
2020-01-14Cygwin: console: Disable xterm mode for non cygwin process only.Takashi Yano1-10/+0
2020-01-14Cygwin: pty: Add missing CloseHandle() calls.Takashi Yano1-2/+14
2020-01-14Cygwin: pty: Fix the issue regarding open and close multiple PTYs.Takashi Yano1-4/+11
2020-01-13Cygwin: pty: Revise the code for setting code page of pseudo console.Takashi Yano1-27/+25
2020-01-13Cygwin: pty: Remove destructor for fhandler_pty_master class.Takashi Yano1-9/+0
2019-12-19Cygwin: pty: Fix ESC[?3h and ESC[?3l handling again.Takashi Yano1-1/+1
2019-12-18Cygwin: pty: Fix a bug regarding ESC[?3h and ESC[?3l handling.Takashi Yano1-2/+5
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano1-34/+34
2019-11-15Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.Takashi Yano1-0/+22
2019-11-13Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano1-14/+16
2019-11-08Cygwin: console, pty: Prevent error in legacy console mode.Takashi Yano1-0/+14
2019-11-06Cygwin: pty: Change how to determine if running as service or not.Takashi Yano1-14/+3
2019-10-16Cygwin: pty: Change the timing of clear screen.Takashi Yano1-13/+13
2019-10-16Cygwin: pty: Avoid detach console in the process running as service.Takashi Yano1-0/+2