mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Allow sending more than a screenful of output from a kitten
Also Fixes #4866
This commit is contained in:
@@ -212,6 +212,7 @@ void screen_handle_print(Screen *, PyObject *cmd);
|
||||
void screen_handle_echo(Screen *, PyObject *cmd);
|
||||
void screen_handle_ssh(Screen *, PyObject *cmd);
|
||||
void screen_handle_askpass(Screen *, PyObject *cmd);
|
||||
void screen_handle_kitten_result(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*);
|
||||
|
||||
Reference in New Issue
Block a user