pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b256cb2
)
fixed wrong help message, closes #72
author
Michael Göhler
<somebody.here@gmx.de>
Sat, 31 Jan 2015 00:53:24 +0000
(
01:53
+0100)
committer
Michael Göhler
<somebody.here@gmx.de>
Sat, 31 Jan 2015 00:53:24 +0000
(
01:53
+0100)
src/viewer.c
patch
|
blob
|
history
diff --git
a/src/viewer.c
b/src/viewer.c
index
42088a5
..
211557e
100644
(file)
--- 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;