X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=blobdiff_plain;f=src%2Fviewer.c;h=211557edc1114d92b133a3e4fe6e42b1126381e3;hp=42088a5028ff775668501e4f6937b4e75520f4ba;hb=aa1840c42fc305339cf02b45ea3039ca50f6d6e2;hpb=b256cb2f061a4ac5b54be151e18908f9fdecdd10 diff --git a/src/viewer.c b/src/viewer.c index 42088a5..211557e 100644 --- a/src/viewer.c +++ b/src/viewer.c @@ -155,7 +155,7 @@ int ncurses_display(deck_t *deck, int notrans, int nofade, int invert, int reloa // print error 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"); + fprintf(stderr, "You may need to add additional horizontal rules (---) to split your file in shorter slides.\n"); // no reload return 0;