summaryrefslogtreecommitdiffstats
path: root/osdep/terminal-win.c
Commit message (Expand)AuthorAgeFilesLines
* osdep/terminal: Add function to get terminal pixel dimensionsShreesh Adiga2020-11-221-0/+4
* subprocess-win: update to mp_subprocess2James Ross-Gowan2020-07-201-5/+23
* terminal-win: handle 'Change Window Title' OSC sequenceJames Ross-Gowan2020-05-291-99/+131
* win32: SGR emulation: minor fixup on invalid sequenceAvi Halachmi (:avih)2020-04-241-2/+5
* osdep/terminal-win: native VT: report exact widthAvi Halachmi (:avih)2020-04-231-2/+3
* win32: native VT: logic fixupAvi Halachmi (:avih)2020-04-231-2/+2
* win32: use windows 10 native virtual-terminal if availableAvi Halachmi (:avih)2020-04-231-2/+34
* win32: improve console SGR escape sequence emulationAvi Halachmi (:avih)2020-04-231-11/+50
* terminal: remove unused return valuewm42017-06-271-2/+1
* terminal: change license to LGPLwm42017-06-141-7/+7
* terminal-win: support modifier keys in console inputJames Ross-Gowan2016-10-141-2/+14
* terminal-win: clean up console inputJames Ross-Gowan2016-10-141-49/+33
* player: make --terminal freetly settable at runtimewm42016-09-191-1/+2
* win32: fix console output with raw stdio functionsJames Ross-Gowan2015-12-061-8/+7
* Various spelling fixesMarcin Kurczewski2015-06-181-1/+1
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* win32: only attach to the console from mpv.comJames Ross-Gowan2015-04-111-13/+37
* Set thread name for debuggingwm42014-10-191-0/+2
* terminal-unix: move to threadwm42014-09-101-4/+0
* terminal-win: minor simplificationwm42014-09-101-2/+2
* win32: correct SGR sequence handlingJames Ross-Gowan2014-08-241-5/+13
* win32: correct HANDLE typeJames Ross-Gowan2014-08-241-2/+2
* terminal-win: read input from a threadwm42014-08-211-27/+49
* terminal: some cleanupswm42014-08-211-35/+13
* terminal-win: remove nonsensical codewm42014-08-211-9/+0
* win32: emulate some ANSI terminal escape codeswm42014-08-211-9/+75
* Remove the last remains of slave modewm42014-08-011-24/+1
* w32: use the w32_common keymap in terminal-win tooJames Ross-Gowan2014-01-191-40/+13
* io/win32: move mp_attach_console to terminal-win.cMartin Herkt2014-01-161-0/+17
* player: redo terminal OSD and status line handlingwm42014-01-131-2/+3
* input: rework how input sources are addedwm42013-12-211-5/+22
* terminal: abstract terminal color handlingwm42013-12-201-5/+43
* Rename getch2....c/h to terminal....c/hwm42013-12-191-0/+194