Changeset 2404 for neercs/trunk/src/effects.c
- Timestamp:
- Jun 15, 2008, 3:46:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/effects.c
r2374 r2404 70 70 cucul_get_canvas_height(cv) - 6, 19, 6); 71 71 cucul_printf(cv, 20 * i, 72 cucul_get_canvas_height(cv) - 6, "(%i)", i );72 cucul_get_canvas_height(cv) - 6, "(%i)", i+1); 73 73 } 74 74 … … 171 171 void draw_help(cucul_canvas_t *cv, struct screen_list *screen_list, int pty) 172 172 { 173 int w = 6 0, h = 20;173 int w = 65, h = 20; 174 174 int x = (cucul_get_canvas_width(cv) - w) / 2; 175 175 int y = (cucul_get_canvas_height(cv) - h) / 2; … … 205 205 cucul_printf(cv, x, y++, "k:\t Close window and kill associated process"); 206 206 cucul_printf(cv, x, y++, "h:\t This help"); 207 cucul_printf(cv, x, y++, ""); 208 cucul_printf(cv, x, y++, ""); 209 cucul_printf(cv, x, y++, ""); 210 cucul_printf(cv, x, y++, "See http://libcaca.zoy.org/wiki/neercs for more informations"); 207 211 }
Note: See TracChangeset
for help on using the changeset viewer.