Lines Matching refs:tty

15 * doc: fix tty example segfault (hiiizxf)
185 * unix: restore tty attributes on handle close (Ben Noordhuis)
652 * test: remove bad tty window size assumption (Ben Noordhuis)
1017 * test: fix typo in test-tty-escape-sequence-processing.c (Ikko Ashimine)
1228 * illumos,tty: UV_TTY_MODE_IO waits for 4 bytes (Joshua M. Clulow)
1340 * win,tty: pass through utf-16 surrogate pairs (Mustafa M)
1463 * win,tty: fix deadlock caused by inconsistent state (lander0s)
1598 * test: Test EBADF tty handling (Kevin Adler)
1713 * win,tty: Change to restore cursor shape with uv_tty_reset() (erw7)
1715 * win,tty: Added set cursor style to CSI sequences (erw7)
1809 * win,tty: avoid regressions in utf-8 handling (Jameson Nash)
1819 * tty,unix: avoid affecting controlling TTY (Jameson Nash)
1882 * win, tty: fix problem of receiving unexpected SIGWINCH (erw7)
1918 * win,tty: add uv_tty_{get,set}_vterm_state (erw7)
1989 * win, tty: improve SIGWINCH performance (Bartosz Sosnowski)
2022 * win: prevent tty event explosion machine hang (Javier Blazquez)
2285 * win: fix duplicate tty vt100 fn key (erw7)
2306 * tty,win: fix Alt+key under WSL (Bartosz Sosnowski)
2318 * win, tty: fix CreateFileW() return value check (Bartosz Sosnowski)
2408 * win, tty: remove zero-size read callbacks (Bartosz Sosnowski)
2441 * tty, win: fix read stop for raw mode (Bartosz Sosnowski)
2448 * win,tty: fix uv_tty_close() (Bartosz Sosnowski)
2510 * win,tty: remove deadcode (Jameson Nash)
2747 * win,tty: update several TODO comments (Ruslan Bekenev)
2975 * tty, win: get SetWinEventHook pointer at startup (Bartosz Sosnowski)
2992 * win,tty: improve SIGWINCH support (Bartosz Sosnowski)
3429 * win,test: don't write uninitialized buffer to tty (Bert Belder)
3444 * Revert "Revert "win,tty: add support for ANSI codes in win10 v1511""
3447 * win,tty: fix MultiByteToWideChar output buffer (Santiago Gimeno)
3455 * win, tty: fix crash on restarting with pending data (Nicholas Vavilov)
3478 * win, tty: handle empty buffer in uv_tty_write_bufs (Hitesh Kanwathirtha)
3482 * Revert "win,tty: add support for ANSI codes in win10 v1511" (Ben Noordhuis)
3582 * darwin: handle EINTR in /dev/tty workaround (Ben Noordhuis)
3624 * win,tty: add support for ANSI codes in win10 v1511 (Imran Iqbal)
3662 * win,tty: fix uv_tty_set_mode race conditions (Bartosz Sosnowski)
3785 * win,tty: fix read stop in line mode (João Reis)
3787 * win,tty: don't duplicate handle for line reads (João Reis)
3789 * win,tty: restore cursor after canceling line read (Alexis Campailla)
3926 * unix: open ttyname instead of /dev/tty (Enno Boland)
4005 * test: fix test/test-tty.c for AIX (Imran Iqbal)
4059 * win, tty: do not convert \r to \r\n (Colin Snover)
4153 * win,tty: convert fd -> handle safely (Bert Belder)
4155 * win,tty: properly close when created from CRT fd (Bert Belder)
4157 * win,tty: don't close fd 0-2 (Bert Belder)
4191 * tty: cleanup handle if uv_tty_init fails (Saúl Ibarra Corretgé)
4209 * win,tty: support consoles with non-default colors (John McNamee)
4310 * doc: fix long lines in tty.rst (Ben Noordhuis)
4312 * test: use UV_TTY_MODE_* values in tty test (Ben Noordhuis)
4316 * unix: reject non-tty fds in uv_tty_init() (Ben Noordhuis)
4402 * tty: fix build for SmartOS (Julien Gilli)
4477 * test: skip TTY select test if /dev/tty can't be opened (Saúl Ibarra Corretgé)
4487 * unix: make setting the tty mode to the same value a no-op (Saúl Ibarra
4494 * win,tty: support uv_try_write (Bert Belder)
4505 * tty: implement binary I/O terminal mode (Yuri D'Elia)
4664 * test: skip tty test if detected width and height are 0 (Saúl Ibarra Corretgé)
5042 * windows: add tty unicode support for input (Peter Atashian)
5105 * unix: fallback to blocking writes if reopening a tty fails (Saúl Ibarra
5158 * unix: reopen tty as /dev/tty (Saúl Ibarra Corretgé)
6112 * test: add error logging to tty unit test (Miroslav Bajtoš)