summaryrefslogtreecommitdiffstats
path: root/osdep/terminal.h
Commit message (Expand)AuthorAgeFilesLines
* terminal: add terminal_set_mouse_input functionnanahi24 hours1-0/+3
* terminal-unix: support mouse escape codesnanahi24 hours1-0/+3
* win32: change fputs to fwrite wrapperKacper Michajłow11 days1-1/+1
* vo_tct: add synchronized output supportKacper Michajłow11 days1-0/+2
* win32: add puts/fputs wrappersKacper Michajłow2024-03-191-1/+2
* win32: optimize mp_vfprintf a littleKacper Michajłow2024-03-191-2/+4
* win32: cache GetConsoleMode state for stdout/stderrKacper Michajłow2024-03-191-0/+1
* osdep/terminal.h: Rename screen buffer controlsMia Herkt2022-12-201-2/+2
* osdep/terminal: Move common esc codes to terminal.hMia Herkt2022-12-191-0/+8
* osdep/terminal: Add function to get terminal pixel dimensionsShreesh Adiga2020-11-221-0/+3
* terminal: remove unused return valuewm42017-06-271-1/+1
* terminal: change license to LGPLwm42017-06-141-11/+8
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* win32: only attach to the console from mpv.comJames Ross-Gowan2015-04-111-0/+3
* terminal-unix: move to threadwm42014-09-101-3/+0
* win32: correct HANDLE typeJames Ross-Gowan2014-08-241-1/+1
* terminal: some cleanupswm42014-08-211-10/+5
* win32: emulate some ANSI terminal escape codeswm42014-08-211-7/+3
* Remove the last remains of slave modewm42014-08-011-3/+0
* player: redo terminal OSD and status line handlingwm42014-01-131-2/+2
* input: rework how input sources are addedwm42013-12-211-14/+8
* terminal: abstract terminal color handlingwm42013-12-201-3/+11
* Rename getch2....c/h to terminal....c/hwm42013-12-191-0/+63