aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/terminal-unix.c
Commit message (Expand)AuthorAge
* terminal-unix: stop trying to read when terminal disappearsGravatar wm42018-05-25
* terminal-unix: fix race condition with tty resetGravatar Drew DeVault2017-12-09
* terminal-unix: switch back to poll(3)Gravatar Drew DeVault2017-12-09
* terminal-unix: fix busy looping on LinuxGravatar Drew DeVault2017-12-08
* Use /dev/tty instead of stdin for terminal inputGravatar Drew DeVault2017-12-08
* build: remove termios checkGravatar wm42017-12-02
* Avoid calling close(-1)Gravatar wm42017-06-29
* terminal: remove unused return valueGravatar wm42017-06-27
* terminal: change license to LGPLGravatar wm42017-06-14
* player: make --terminal freetly settable at runtimeGravatar wm42016-09-19
* terminal-unix: don't send quit command on terminal_uninit()Gravatar wm42016-09-19
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* terminal: disable terminal foreground state pollingGravatar wm42015-08-01
* player: use exit code 0 by default for quit, 4 for signals, etc.Gravatar Philip Sequeira2015-07-11
* terminal-unix: set terminal mode on initGravatar wm42015-06-27
* Always block SIGPIPE globallyGravatar wm42015-05-11
* terminal: printf() is not signal-safeGravatar wm42015-04-24
* terminal: always print to stderr with --no-input-terminalGravatar wm42015-01-07
* client API: document requirement to block SIGPIPEGravatar wm42014-12-24
* Catch SIGPIPEGravatar wm42014-11-20
* terminal-unix: Add some comments about FD use.Gravatar Rudolf Polzer2014-11-13
* terminal-unix: Fix initial terminal state.Gravatar Rudolf Polzer2014-11-13
* terminal: drop ncurses/terminfo/termcap supportGravatar wm42014-10-23
* terminal: strictly don't read terminal input if stdout is not a terminalGravatar wm42014-10-23
* Set thread name for debuggingGravatar wm42014-10-19
* terminal: recognize ^hGravatar wm42014-10-17
* terminal-unix: don't read from stdin if it's not a terminalGravatar wm42014-09-10
* terminal-unix: move to threadGravatar wm42014-09-10
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* posix: use STD*_FILENO constantsGravatar Ben Boeckel2014-08-28
* terminal-unix: new input handling codeGravatar wm42014-08-21
* terminal-win: read input from a threadGravatar wm42014-08-21
* terminal: some cleanupsGravatar wm42014-08-21
* win32: emulate some ANSI terminal escape codesGravatar wm42014-08-21
* terminal-unix: eliminate unnecessary variableGravatar wm42014-08-20
* Remove the last remains of slave modeGravatar wm42014-08-01
* terminal: always use SA_RESTART with sigaction()Gravatar wm42014-04-26
* terminal-unix: reject overlong termcap stringsGravatar wm42014-04-10
* terminal-unix: fix terminfo/termcap name for cursor upGravatar wm42014-01-14
* terminal-unix: add fallback for enter keyGravatar wm42014-01-13
* terminal-unix: fix fallbacks in case terminfo/termcap are disabledGravatar wm42014-01-13
* terminal-unix: add termcap/terminfo documentation linksGravatar wm42014-01-13
* player: redo terminal OSD and status line handlingGravatar wm42014-01-13
* terminal: don't initialize termcap etc. if stdout is not a terminalGravatar wm42014-01-07
* input: rework how input sources are addedGravatar wm42013-12-21
* terminal: abstract terminal color handlingGravatar wm42013-12-20
* terminal: move SIGTTOU signal handler setup codeGravatar wm42013-12-19
* Rename getch2....c/h to terminal....c/hGravatar wm42013-12-19