X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=viewer.c;fp=viewer.c;h=5fedbf7834cc221d2611231da13f6786a0d40feb;hb=eb71b6fcaa43c3743b93386b9651789e2a60ffcb;hp=fd62cff304297e4ce9fcdb7898beed3b73409b70;hpb=33ab256fba6f2bab2d347b295ac9c12258254534;p=smdp.git diff --git a/viewer.c b/viewer.c index fd62cff..5fedbf7 100644 --- a/viewer.c +++ b/viewer.c @@ -90,7 +90,7 @@ int ncurses_display(deck_t *deck, int notrans, int nofade) { if((max_cols > COLS) || (max_lines + bar_top + bar_bottom + 2 > LINES)) { - fprintf(stderr, "Error: Terminal size %ix%i to small. Need at least %ix%i.\n", + fprintf(stderr, "Error: Terminal size %ix%i too small. Need at least %ix%i.\n", COLS, LINES, max_cols, max_lines + bar_top + bar_bottom + 2); endwin(); return(1);