aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/tty.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-214/+0
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-3/+3
2022-05-29Cygwin: remove regparm.hKen Brown1-3/+3
2022-03-01Cygwin: pty: Rename some functions/variables with the name *pcon*.Takashi Yano1-9/+13
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano1-1/+1
2022-02-13Cygwin: pty: Revise the code to wait for completion of forwarding.Takashi Yano1-1/+2
2022-01-14Cygwin: pty: Fix memory leak in master_fwd_thread.Takashi Yano1-0/+1
2021-04-27Cygwin: tty.h: devices.h is a local header, not a system headerCorinna Vinschen1-1/+1
2021-04-20Cygwin: pty: Fix race issue in inheritance of pseudo console.Takashi Yano1-1/+1
2021-04-06Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat.Takashi Yano1-9/+9
2021-03-08Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches1-0/+1
2021-02-19Cygwin: pty: Make FLUSHO and Ctrl-O work.Takashi Yano via Cygwin-patches1-0/+1
2021-02-19Cygwin: console: Fix handling of Ctrl-S in Win7.Takashi Yano via Cygwin-patches1-2/+6
2021-02-15Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches1-0/+1
2021-02-12Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches1-1/+15
2021-01-28Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches1-1/+5
2021-01-28Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches1-2/+3
2021-01-28Cygwin: pty: Keep code page between non-cygwin apps.Takashi Yano via Cygwin-patches1-0/+2
2021-01-28Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches1-2/+6
2021-01-18Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches1-0/+2
2020-10-27Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected.Takashi Yano via Cygwin-patches1-0/+1
2020-08-31Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches1-0/+3
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano1-11/+2
2020-06-05Cygwin: pty: Fix screen distortion after less for native apps again.Takashi Yano via Cygwin-patches1-1/+0
2020-05-25Cygwin: pty: Stop counting number of slaves attached to pseudo console.Takashi Yano via Cygwin-patches1-1/+0
2020-05-25Cygwin: pty: Revise code to make system_printf() work after close.Takashi Yano via Cygwin-patches1-0/+2
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano1-0/+3
2020-01-28Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano1-0/+1
2020-01-21Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano1-0/+1
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano1-4/+4
2019-11-13Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano1-1/+1
2019-09-15Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano1-1/+1
2019-09-14Cygwin: pty: Switch input and output pipes individually.Takashi Yano1-2/+3
2019-09-05Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.Takashi Yano1-0/+1
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano1-3/+21
2019-03-24Cygwin: ctrl_c_handler: Use 64 bit timerCorinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-04-23Fix OPOST for non-Cygwin pty slavesTakashi Yano1-0/+3
2015-04-23Remove unused 32/64 bit tty codeCorinna Vinschen1-18/+3
2015-04-23Raise # of ptys to 128.Corinna Vinschen1-1/+1
2015-04-23TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano1-1/+1
2015-03-05 * tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.Corinna Vinschen1-4/+3
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-4/+27
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-5/+5
2012-10-12* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor1-6/+4
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor1-0/+1
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor1-1/+1
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-2/+3
2011-06-14* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor1-8/+2
2011-06-06whitespace eliminationChristopher Faylor1-1/+1