index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
osdep
/
terminal-unix.c
Commit message (
Expand
)
Author
Age
*
terminal-unix: fix race condition with tty reset
Drew DeVault
2017-12-09
*
terminal-unix: switch back to poll(3)
Drew DeVault
2017-12-09
*
terminal-unix: fix busy looping on Linux
Drew DeVault
2017-12-08
*
Use /dev/tty instead of stdin for terminal input
Drew DeVault
2017-12-08
*
build: remove termios check
wm4
2017-12-02
*
Avoid calling close(-1)
wm4
2017-06-29
*
terminal: remove unused return value
wm4
2017-06-27
*
terminal: change license to LGPL
wm4
2017-06-14
*
player: make --terminal freetly settable at runtime
wm4
2016-09-19
*
terminal-unix: don't send quit command on terminal_uninit()
wm4
2016-09-19
*
build: silence -Wunused-result
Niklas Haas
2016-06-07
*
terminal: disable terminal foreground state polling
wm4
2015-08-01
*
player: use exit code 0 by default for quit, 4 for signals, etc.
Philip Sequeira
2015-07-11
*
terminal-unix: set terminal mode on init
wm4
2015-06-27
*
Always block SIGPIPE globally
wm4
2015-05-11
*
terminal: printf() is not signal-safe
wm4
2015-04-24
*
terminal: always print to stderr with --no-input-terminal
wm4
2015-01-07
*
client API: document requirement to block SIGPIPE
wm4
2014-12-24
*
Catch SIGPIPE
wm4
2014-11-20
*
terminal-unix: Add some comments about FD use.
Rudolf Polzer
2014-11-13
*
terminal-unix: Fix initial terminal state.
Rudolf Polzer
2014-11-13
*
terminal: drop ncurses/terminfo/termcap support
wm4
2014-10-23
*
terminal: strictly don't read terminal input if stdout is not a terminal
wm4
2014-10-23
*
Set thread name for debugging
wm4
2014-10-19
*
terminal: recognize ^h
wm4
2014-10-17
*
terminal-unix: don't read from stdin if it's not a terminal
wm4
2014-09-10
*
terminal-unix: move to thread
wm4
2014-09-10
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
*
posix: use STD*_FILENO constants
Ben Boeckel
2014-08-28
*
terminal-unix: new input handling code
wm4
2014-08-21
*
terminal-win: read input from a thread
wm4
2014-08-21
*
terminal: some cleanups
wm4
2014-08-21
*
win32: emulate some ANSI terminal escape codes
wm4
2014-08-21
*
terminal-unix: eliminate unnecessary variable
wm4
2014-08-20
*
Remove the last remains of slave mode
wm4
2014-08-01
*
terminal: always use SA_RESTART with sigaction()
wm4
2014-04-26
*
terminal-unix: reject overlong termcap strings
wm4
2014-04-10
*
terminal-unix: fix terminfo/termcap name for cursor up
wm4
2014-01-14
*
terminal-unix: add fallback for enter key
wm4
2014-01-13
*
terminal-unix: fix fallbacks in case terminfo/termcap are disabled
wm4
2014-01-13
*
terminal-unix: add termcap/terminfo documentation links
wm4
2014-01-13
*
player: redo terminal OSD and status line handling
wm4
2014-01-13
*
terminal: don't initialize termcap etc. if stdout is not a terminal
wm4
2014-01-07
*
input: rework how input sources are added
wm4
2013-12-21
*
terminal: abstract terminal color handling
wm4
2013-12-20
*
terminal: move SIGTTOU signal handler setup code
wm4
2013-12-19
*
Rename getch2....c/h to terminal....c/h
wm4
2013-12-19