Changeset 2367 for neercs/trunk/src/neercs.h
- Timestamp:
- 06/13/08 13:51:07 (5 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/neercs.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/neercs.h
r2362 r2367 58 58 59 59 long int import_term(struct screen *sc, void const *data, unsigned int size); 60 void draw_thumbnails(cucul_canvas_t *cv, struct screen_list *screen_list, int pty);61 62 60 int set_tty_size(int fd, unsigned int w, unsigned int h); 63 61 … … 77 75 void update_windows_props_vsplit(cucul_canvas_t *cv, struct screen_list *screen_list, int pty); 78 76 77 /* Effects and addons */ 78 void draw_thumbnails(cucul_canvas_t *cv, struct screen_list *screen_list, int pty); 79 void draw_status(cucul_canvas_t *cv, struct screen_list *screen_list, int pty); 80 void draw_help(cucul_canvas_t *cv, struct screen_list *screen_list, int pty); 81 82 83 79 84 80 85 #if 0
Note: See TracChangeset
for help on using the changeset viewer.
