- Timestamp:
- Jun 13, 2008, 11:22:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/main.c
r2379 r2380 38 38 #include "neercs.h" 39 39 40 #define XTAB 541 #define YTAB 342 40 43 41 static int create_pty(char *cmd, unsigned int w, unsigned int h, int *cpid); … … 86 84 h = cucul_get_canvas_height(cv); 87 85 88 w = w <= XTAB * nt ? 1 : w - XTAB * (nt - 1) - 2;89 h = h <= YTAB * nt ? 1 : h - YTAB * (nt - 1) - 2 - 6;86 w = 80; 87 h = 25; 90 88 91 89
Note: See TracChangeset
for help on using the changeset viewer.