X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=src%2Fviewer.c;h=2de71e4f5a96223bfa5b5aec01c3c51e3ed4e66f;hb=d006492c7bed718c0189ed444e67a85f44626a72;hp=6dbde0c99c3c142514234be981596ea33c18e28f;hpb=0536954ac954afb43b46322566ae55fddb7eafe1;p=smdp.git diff --git a/src/viewer.c b/src/viewer.c index 6dbde0c..2de71e4 100644 --- a/src/viewer.c +++ b/src/viewer.c @@ -146,7 +146,7 @@ int ncurses_display(deck_t *deck, int notrans, int nofade, int invert) { endwin(); // print error - fprintf(stderr, "Error: Terminal heigth (%i lines) too small. Need at least %i lines.\n", LINES, max_lines + bar_top + bar_bottom); + fprintf(stderr, "Error: Terminal height (%i lines) too small. Need at least %i lines.\n", LINES, max_lines + bar_top + bar_bottom); fprintf(stderr, "You may need to add additional horizontal rules ('***') to split your file in shorter slides.\n"); return 1;