summaryrefslogtreecommitdiffstats
path: root/video/out/vo_tct.c
Commit message (Expand)AuthorAgeFilesLines
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-2/+2
* video: replace sprintf usagesfan52023-01-121-1/+1
* osdep/terminal.h: Rename screen buffer controlsMia Herkt2022-12-201-2/+2
* vo_tct: Use newer options APIMia Herkt2022-12-191-28/+24
* osdep/terminal: Move common esc codes to terminal.hMia Herkt2022-12-191-26/+22
* vo_tct: Use the alternate buffer to restore termMia Herkt2022-12-191-3/+7
* vo_tct: add resize capabilityCloud116652021-08-261-0/+7
* vo_tct: fix --vo-tct-256Avi Halachmi (:avih)2021-08-161-3/+3
* vo_tct: optimize print function on non-windows platformsCloud116652021-08-161-14/+57
* vo_tct: fix half-block on windowsAvi Halachmi (:avih)2021-08-161-0/+1
* vo_tct: don't leak the frame referenceAvi Halachmi (:avih)2020-11-291-0/+5
* vo_tct: remove unused variableAvi Halachmi (:avih)2020-11-291-7/+0
* video/out/vo_tct: query terminal size genericallyAvi Halachmi (:avih)2020-04-231-7/+3
* options: change option macros and all option declarationswm42020-03-181-6/+6
* video/out/vo_tct: Use octal escape sequence instead of non-standard \eMichael Forney2019-11-181-9/+9
* sws_utils: shuffle around some shitwm42019-10-311-3/+2
* sws_utils: don't force callers to provide option structwm42018-01-181-1/+1
* vo_tct: check ioctl resultrr-2017-02-201-6/+6
* vo_tct: support also 256 colors outputAvi Halachmi (:avih)2016-10-251-9/+55
* vo_tct: optional custom size, support non-posix with 80x25 defaultAvi Halachmi (:avih)2016-10-251-5/+31
* vo_tct: introduce modern caca alternativerr-2016-10-201-0/+234