pinosaur
/
smdp.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1a7b3c
)
remove duplicated code
author
Michael Göhler
<somebody.here@gmx.de>
Wed, 17 Sep 2014 20:53:11 +0000
(22:53 +0200)
committer
Michael Göhler
<somebody.here@gmx.de>
Wed, 17 Sep 2014 20:53:11 +0000
(22:53 +0200)
viewer.c
patch
|
blob
|
history
diff --git
a/viewer.c
b/viewer.c
index
a97e44d
..
793e4da
100644
(file)
--- a/
viewer.c
+++ b/
viewer.c
@@
-93,9
+93,6
@@
int ncurses_display(deck_t *deck, int notrans, int nofade) {
return(1);
}
- // replace stdin with current tty if markdown input was piped
- freopen("/dev/tty", "rw", stdin);
-
// disable cursor
curs_set(0);