Revert "Clear screen on exit" - noice - small file browser (mirror / fork from 2f30.org)
(HTM) git clone git://git.codemadness.org/noice
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 99d4f6c7fb600eb0e693c96717597fbf65a43dba
(DIR) parent d55b1646ee85abf6034e8fdfc9e4a01cc3022a53
(HTM) Author: sin <sin@2f30.org>
Date: Mon, 5 Aug 2019 10:24:06 +0100
Revert "Clear screen on exit"
This reverts commit ea82ba864377c3085da350a9476a587bb19ec6a9.
Diffstat:
M noice.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/noice.c b/noice.c
@@ -258,8 +258,6 @@ initcurses(void)
void
exitcurses(void)
{
- clear();
- refresh();
endwin(); /* Restore terminal */
}