X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcursesdsp.c;h=a93f12c85dd41314a5fb5ba196acc60f3d55c4e3;hb=7150b643882508bc73f81655afe0e4d17b6f27e2;hp=4e8bf6483d2afe4b02e450b2b913f7b3e090e20e;hpb=303a6fe3617e177e866e313f79fdccda829c2449;p=gnushogi.git diff --git a/gnushogi/cursesdsp.c b/gnushogi/cursesdsp.c index 4e8bf64..a93f12c 100644 --- a/gnushogi/cursesdsp.c +++ b/gnushogi/cursesdsp.c @@ -481,7 +481,7 @@ Curses_EditBoard(void) { gotoXY(TAB, 6); printw("Editing: %s", ColorStr[a]); - gotoXY(TAB + 24, 7); + gotoXY(TAB + 2, 8); ClearEoln(); FLUSH_SCANW("%s", s); found = 0; @@ -724,9 +724,9 @@ Curses_UpdateClocks(void) s = 0; if (player == black) - gotoXY(20, (flag.reverse) ? 2 : 23); + gotoXY(20, (flag.reverse) ? 2 : (5 + 2*NO_ROWS)); else - gotoXY(20, (flag.reverse) ? 23 : 2); + gotoXY(20, (flag.reverse) ? (5 + 2*NO_ROWS) : 2); /* printw("%d:%02d %ld ", m, s, dt); */ printw("%d:%02d ", m, s); @@ -880,7 +880,7 @@ Curses_UpdateDisplay(short f, short t, short redraw, short isspec) if (flag.reverse) printw(" 1 2 3 4 5"); else - printw(" 1 2 3 4 5"); + printw(" 5 4 3 2 1"); #endif for (sq = 0; sq < NO_SQUARES; sq++)