chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / prototypes.h
index f69feb8d356496aa83aa19e808a14823ed8ade26..4468fe8e93fc6b32b96d64b5a1aa0752e53f2e06 100644 (file)
@@ -5,9 +5,13 @@ void ansi_getsize(ANSI *a);
 void ansi_move(ANSI *a, CRT_Pos p);
 void ansi_showhide_cursor(ANSI *a, int hide);
 void ansi_force_attr_normal(ANSI *a);
+void ansi_set_color(ANSI *a, int color);
 void ansi_set_attr(ANSI *a, int attr);
 void ansi_render(ANSI *a, CRT_CA ca);
 void ansi_cls(ANSI *a);
+int ansi_scroll_up(ANSI *a, CRT_Pos s, CRT_Pos e);
+void ansi_spot_scroll_up(ANSI *a, CRT *c);
+void ansi_spot_scroll(ANSI *a, CRT *c);
 void ansi_draw(ANSI *a, CRT *c);
 void ansi_reset(ANSI *a);
 void ansi_flush_escape(ANSI *a, VT102 *v, TTY *t);
@@ -66,6 +70,7 @@ void vt102_parser_reset(VT102_parser *p);
 void vt102_send(VT102 *v, uint8_t key, TTY *tty);
 void vt102_reset(VT102 *v);
 int vt102_dispatch(VT102 *v, TTY *tty);
+int vt102_dispatch_one(VT102 *v, TTY *tty);
 VT102 *vt102_new(void);
 void vt102_free(VT102 *v);
 /* tty.c */