Framework for remote control

This commit is contained in:
Kovid Goyal
2018-01-07 15:17:29 +05:30
parent 85a3da057f
commit f3cb68ee40
10 changed files with 164 additions and 16 deletions

View File

@@ -106,6 +106,7 @@ void screen_delete_characters(Screen *self, unsigned int count);
void screen_erase_characters(Screen *self, unsigned int count);
void screen_set_margins(Screen *self, unsigned int top, unsigned int bottom);
void screen_change_charset(Screen *, uint32_t to);
void screen_handle_cmd(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*);