aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_tty.cc
AgeCommit message (Expand)AuthorFilesLines
2020-09-11Cygwin: pty: Drop handling for UTF-7 in convert_mb_str().Takashi Yano1-48/+38
2020-09-11Cygwin: pty: Prevent garbled output for existing non-cygwin apps.Takashi Yano via Cygwin-patches1-1/+5
2020-09-09Cygwin: pty: setup new pty on opening the master, not in constructorCorinna Vinschen1-5/+2
2020-09-09Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.Takashi Yano via Cygwin-patches1-1/+15
2020-09-09Cygwin: pty: Revise convert_mb_str() function.Takashi Yano via Cygwin-patches1-47/+88
2020-09-08Cygwin: pty: move codepage evaluation to nlsfuncs.ccCorinna Vinschen1-182/+9
2020-08-31Cygwin: pty: Fix a bug in the code removing set window title sequence.Takashi Yano via Cygwin-patches1-8/+5
2020-08-31Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches1-23/+211
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano1-1477/+273
2020-08-17Cygwin: pty: Change the timing of set_locale() call again.Takashi Yano via Cygwin-patches1-4/+6
2020-08-13Cygwin: pty: Change the timing of setup_locale() call.Takashi Yano via Cygwin-patches1-4/+4
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