vo_tct: add synchronized output support

See-Also: https://gist.github.com/christianparpart/d8a62cc1ab659194337d73e399004036
This commit is contained in:
Kacper Michajłow
2024-03-18 02:10:29 +01:00
parent 5a53fa7cad
commit 6177aa7616
2 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,8 @@
#define TERM_ESC_GOTO_YX "\033[%d;%df"
#define TERM_ESC_HIDE_CURSOR "\033[?25l"
#define TERM_ESC_RESTORE_CURSOR "\033[?25h"
#define TERM_ESC_SYNC_UPDATE_BEGIN "\033[?2026h"
#define TERM_ESC_SYNC_UPDATE_END "\033[?2026l"
#define TERM_ESC_CLEAR_SCREEN "\033[2J"
#define TERM_ESC_ALT_SCREEN "\033[?1049h"