qemacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-devel] Changes to qemacs/qe.h


From: Charlie Gordon
Subject: [Qemacs-devel] Changes to qemacs/qe.h
Date: Sun, 08 May 2005 21:29:35 -0400

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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]