/[qemacs]/qemacs/qe.h
ViewVC logotype

Diff of /qemacs/qe.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by chqrlie, Sun May 8 16:31:48 2005 UTC revision 1.13 by chqrlie, Mon May 9 01:29:34 2005 UTC
# Line 1077  void do_load_qerc(EditState *e, const ch Line 1077  void do_load_qerc(EditState *e, const ch
1077  /* popup / low level window handling */  /* popup / low level window handling */
1078  void show_popup(EditBuffer *b);  void show_popup(EditBuffer *b);
1079  EditState *insert_window_left(EditBuffer *b, int width, int flags);  EditState *insert_window_left(EditBuffer *b, int width, int flags);
1080  EditState *find_window_right(EditState *s);  EditState *find_window(EditState *s, int key);
1081    void do_find_window(EditState *s, int key);
1082    
1083  /* window handling */  /* window handling */
1084  void edit_close(EditState *s);  void edit_close(EditState *s);
# Line 1126  EditBuffer *new_yank_buffer(void); Line 1127  EditBuffer *new_yank_buffer(void);
1127  void basic_mode_line(EditState *s, char *buf, int buf_size, int c1);  void basic_mode_line(EditState *s, char *buf, int buf_size, int c1);
1128  void text_mode_line(EditState *s, char *buf, int buf_size);  void text_mode_line(EditState *s, char *buf, int buf_size);
1129  void do_toggle_full_screen(EditState *s);  void do_toggle_full_screen(EditState *s);
1130    void do_toggle_control_h(EditState *s, int set);
1131    
1132  /* hex.c */  /* hex.c */
1133  void hex_write_char(EditState *s, int key);  void hex_write_char(EditState *s, int key);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26