pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa16fe
)
fixed header/bottom bar color for cygwin
author
Michael Göhler
<somebody.here@gmx.de>
Sun, 2 Nov 2014 16:05:09 +0000
(17:05 +0100)
committer
Michael Göhler
<somebody.here@gmx.de>
Sun, 2 Nov 2014 16:05:09 +0000
(17:05 +0100)
src/viewer.c
patch
|
blob
|
history
diff --git
a/src/viewer.c
b/src/viewer.c
index
2cf0f0e
..
df66fd5
100644
(file)
--- a/
src/viewer.c
+++ b/
src/viewer.c
@@
-266,6
+266,7
@@
int ncurses_display(deck_t *deck, int notrans, int nofade, int invert) {
"%d / %d", sc, deck->slides);
// make header + fooder visible
+ wrefresh(content);
wrefresh(stdscr);
line = slide->line;