X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcursesdsp.c;h=d2b336bc9261df89e8837498d5dc59628196c56c;hb=8f60f0c7cf426038ad2fbb5c7061335ed8a5a7cd;hp=bf5452ffdf3716630ea532427c0931b9a59f3a1b;hpb=f9dcc468f334f5fe3e16822715539ea94444096d;p=gnushogi.git diff --git a/gnushogi/cursesdsp.c b/gnushogi/cursesdsp.c index bf5452f..d2b336b 100644 --- a/gnushogi/cursesdsp.c +++ b/gnushogi/cursesdsp.c @@ -64,7 +64,7 @@ int mycnt1, mycnt2; -#define MARGIN (4) +#define MARGIN (5) #define TAB (58) #define VIR_C(s) ((flag.reverse) ? (NO_COLS - 1 - column(s)) : column(s)) @@ -446,8 +446,8 @@ Curses_help(void) } -static const short x0[2] = { 54, 2 }; -static const short y0[2] = { 20, 4 }; +static const short x0[2] = { MARGIN + 5*NO_COLS + 4, 2 }; +static const short y0[2] = { 4 + 2 * (NO_ROWS - 1), 4 }; /*