index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
osdep
/
getch2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: cleanup more mp_fifo leftovers
wm4
2013-07-02
1
-3
/
+2
*
mp_msg: fix status output disappearing when redirecting INPUT.
Rudolf Polzer
2013-03-18
1
-2
/
+2
*
Prefix keycode defines with MP_
wm4
2013-02-12
1
-38
/
+38
*
mp_msg, getch2: unix tty background support
Rudolf Polzer
2013-01-23
1
-16
/
+97
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
1
-3
/
+3
*
getch2: request at least 1 byte of input each read
Rudolf Polzer
2012-09-19
1
-1
/
+1
*
mp_msg: remove filename_recode
wm4
2012-07-31
1
-18
/
+0
*
Merge remote-tracking branch 'origin/master'
wm4
2012-04-13
1
-3
/
+10
|
\
|
*
build: remove OS/2 support
Uoti Urpala
2012-04-06
1
-1
/
+1
|
*
input: stop trying to read terminal input on EOF
Uoti Urpala
2012-04-06
1
-2
/
+9
|
*
input: handle UTF-8 terminal input
wm4
2012-03-25
1
-0
/
+11
|
*
input: allow unicode keys and reassign internal key codes
wm4
2012-03-25
1
-1
/
+1
*
|
input: restore terminal attributes after resume
wm4
2012-02-25
1
-6
/
+21
*
|
input: fix "enter" on console
wm4
2012-02-19
1
-8
/
+9
*
|
input: handle UTF-8 terminal input
wm4
2012-01-18
1
-0
/
+10
*
|
input: allow unicode keys and reassign internal key codes
wm4
2012-01-18
1
-1
/
+1
|
/
*
getch2.c: fix negative keycodes returned for non-ascii
Uoti Urpala
2011-10-03
1
-1
/
+1
*
input: don't make fd 0 nonblocking
Uoti Urpala
2011-07-17
1
-5
/
+0
*
input: move all key code lists to input/keycodes.h
Uoti Urpala
2011-05-02
1
-1
/
+1
*
input: make stdin non-blocking for terminal input
Uoti Urpala
2011-04-28
1
-1
/
+7
*
Merge svn changes up to r29412
Uoti Urpala
2009-07-07
1
-1
/
+1
|
\
|
*
Use a malloced string for the get_term_charset return value.
reimar
2009-05-31
1
-1
/
+1
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-1
/
+0
*
|
Merge svn changes up to r28862
Uoti Urpala
2009-03-07
1
-1
/
+22
|
\
|
|
*
Add standard license headers to files.
diego
2009-03-01
1
-1
/
+22
*
|
Merge svn changes up to r28087
Uoti Urpala
2008-12-04
1
-4
/
+4
|
\
|
|
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
1
-4
/
+4
*
|
Use correct terminal "clear line" code
Uoti Urpala
2008-08-13
1
-1
/
+1
*
|
Merge svn changes up to r27441
Uoti Urpala
2008-08-08
1
-2
/
+2
|
\
|
|
*
Rename font-related preprocessor directives.
diego
2008-08-07
1
-2
/
+2
*
|
Merge svn changes up to r27399
Uoti Urpala
2008-08-02
1
-5
/
+5
|
\
|
|
*
Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;
diego
2008-08-01
1
-5
/
+5
*
|
Merge svn changes up to r27374
Uoti Urpala
2008-07-30
1
-8
/
+8
|
\
|
|
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
1
-8
/
+8
*
|
Add a context for mp_fifo
Uoti Urpala
2008-04-29
1
-2
/
+2
*
|
mp_fifo.c, osdep/: Include corresponding .h in .c files
Uoti Urpala
2008-04-29
1
-0
/
+1
|
/
*
getch2: Fix incorrect test
uau
2007-09-15
1
-1
/
+1
*
Clean up getch2() code somewhat
uau
2007-08-25
1
-69
/
+102
*
Make terminal input work more like VO key input
uau
2007-08-25
1
-14
/
+8
*
"()" to "(void)" function param list fixes
uau
2007-04-01
1
-1
/
+1
*
Add code to detect and convert to console codepage on Windows.
reimar
2007-03-04
1
-0
/
+18
*
Always use tcgetattr/tcsetattr instead of #ifdef mess
reimar
2006-12-12
1
-18
/
+0
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
1
-3
/
+3
*
AIX PPC port
diego
2005-12-29
1
-3
/
+3
*
change erase to end of line, fall back to old behavior if no termcap found
ods15
2005-12-29
1
-3
/
+2
*
Use termcap "erase to end of line" character code instead of using spaces
ods15
2005-12-25
1
-0
/
+3
*
Unify include paths, -I.. is in CFLAGS.
diego
2005-11-14
1
-1
/
+1
*
DragonFly BSD support
diego
2005-05-25
1
-3
/
+3
*
morphos support by Nicolas Det
alex
2004-04-05
1
-1
/
+1
*
The attached patch fixes a minor build problem on GNU/k*BSD: getch2.c should
diego
2004-03-24
1
-3
/
+3
*
linux->osdep
arpi
2003-02-09
1
-0
/
+256