Changes to qemacs/qe.h
Charlie Gordon <[email protected]>
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Index: qemacs/qe.h diff -u qemacs/qe.h:1.12 qemacs/qe.h:1.13 --- qemacs/qe.h:1.12 Sun May 8 16:31:48 2005 +++ qemacs/qe.h Mon May 9 01:29:34 2005 @@ -1077,7 +1077,8 @@ /* popup / low level window handling */ void show_popup(EditBuffer *b); EditState *insert_window_left(EditBuffer *b, int width, int flags); -EditState *find_window_right(EditState *s); +EditState *find_window(EditState *s, int key); +void do_find_window(EditState *s, int key); /* window handling */ void edit_close(EditState *s); @@ -1126,6 +1127,7 @@ void basic_mode_line(EditState *s, char *buf, int buf_size, int c1); void text_mode_line(EditState *s, char *buf, int buf_size); void do_toggle_full_screen(EditState *s); +void do_toggle_control_h(EditState *s, int set); /* hex.c */ void hex_write_char(EditState *s, int key);