An echo escape code to echo data via the TTY

This commit is contained in:
Kovid Goyal
2022-02-20 20:01:07 +05:30
parent d8ed42ae8e
commit cf01480ec8
3 changed files with 20 additions and 1 deletions

View File

@@ -208,6 +208,7 @@ void screen_push_colors(Screen *, unsigned int);
void screen_pop_colors(Screen *, unsigned int);
void screen_report_color_stack(Screen *);
void screen_handle_print(Screen *, PyObject *cmd);
void screen_handle_echo(Screen *, PyObject *cmd);
void screen_designate_charset(Screen *, uint32_t which, uint32_t as);
void screen_use_latin1(Screen *, bool);
void set_title(Screen *self, PyObject*);