summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/tty.h
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches2021-03-081-0/+1
* Cygwin: pty: Make FLUSHO and Ctrl-O work.Takashi Yano via Cygwin-patches2021-02-191-0/+1
* Cygwin: console: Fix handling of Ctrl-S in Win7.Takashi Yano via Cygwin-patches2021-02-191-2/+6
* Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches2021-02-151-0/+1
* Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches2021-02-121-1/+15
* Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches2021-01-281-1/+5
* Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches2021-01-281-2/+3
* Cygwin: pty: Keep code page between non-cygwin apps.Takashi Yano via Cygwin-patches2021-01-281-0/+2
* Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches2021-01-281-2/+6
* Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches2021-01-181-0/+2
* Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected.Takashi Yano via Cygwin-patches2020-10-271-0/+1
* Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches2020-08-311-0/+3
* Cygwin: pty: Implement new pseudo console support.Takashi Yano2020-08-221-11/+2
* Cygwin: pty: Fix screen distortion after less for native apps again.Takashi Yano via Cygwin-patches2020-06-051-1/+0
* Cygwin: pty: Stop counting number of slaves attached to pseudo console.Takashi Yano via Cygwin-patches2020-05-251-1/+0
* Cygwin: pty: Revise code to make system_printf() work after close.Takashi Yano via Cygwin-patches2020-05-251-0/+2
* Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano2020-02-101-0/+3
* Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano2020-01-281-0/+1
* Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano2020-01-211-0/+1
* Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano2019-11-181-4/+4
* Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano2019-11-131-1/+1
* Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano2019-09-151-1/+1
* Cygwin: pty: Switch input and output pipes individually.Takashi Yano2019-09-141-2/+3
* Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.Takashi Yano2019-09-051-0/+1
* Cygwin: pty: add pseudo console support.Takashi Yano2019-08-291-3/+21
* Cygwin: ctrl_c_handler: Use 64 bit timerCorinna Vinschen2019-03-241-1/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Fix OPOST for non-Cygwin pty slavesTakashi Yano2015-04-231-0/+3
* Remove unused 32/64 bit tty codeCorinna Vinschen2015-04-231-18/+3
* Raise # of ptys to 128.Corinna Vinschen2015-04-231-1/+1
* TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-04-231-1/+1
* * tty.h (tty::set_master_ctl_closed): Rename from set_master_closed.Corinna Vinschen2015-03-051-4/+3
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-4/+27
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-5/+5
* * fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor2012-10-121-6/+4
* Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor2011-12-091-0/+1
* * sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor2011-11-291-1/+1
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-2/+3
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-8/+2
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor2011-06-041-0/+3
* * fhandler_termios.cc (fhandler_termios::bg_check): Do not return EIO when aChristopher Faylor2011-05-301-1/+2
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-10/+14
* * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen2010-04-191-8/+10
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-12/+1
* * cygheap.h (struct init_cygheap): Remove shared_h and mt_h members.Corinna Vinschen2006-07-261-2/+1
* * dcrt0.cc (dll_crt0_0): Call tty_list::init_session here.Christopher Faylor2006-06-031-6/+25
* * fhandler.cc (fhandler_base::fixup_after_exec): Declare here.Christopher Faylor2006-06-021-5/+3
* * tty.h (tty::hwnd): Move to tty_min.Christopher Faylor2006-04-211-13/+12
* copyrightChristopher Faylor2006-01-121-1/+1