aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsin <sin@2f30.org>2019-08-05 10:24:06 +0100
committersin <sin@2f30.org>2019-08-07 08:18:54 +0100
commit99d4f6c7fb600eb0e693c96717597fbf65a43dba (patch)
treed47975f7dcb819e0155b454570f5a6fd0b393614
parentd55b1646ee85abf6034e8fdfc9e4a01cc3022a53 (diff)
downloadnoice-99d4f6c7fb600eb0e693c96717597fbf65a43dba.tar.gz
Revert "Clear screen on exit"
This reverts commit ea82ba864377c3085da350a9476a587bb19ec6a9.
-rw-r--r--noice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/noice.c b/noice.c
index 54e60f8..b73f1ea 100644
--- a/noice.c
+++ b/noice.c
@@ -258,8 +258,6 @@ initcurses(void)
void
exitcurses(void)
{
- clear();
- refresh();
endwin(); /* Restore terminal */
}
Un proyecto texto-plano.xyz