Revert "Clear screen on exit" - noice - small file browser (mirror / fork from … | |
git clone git://git.codemadness.org/noice | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 99d4f6c7fb600eb0e693c96717597fbf65a43dba | |
parent d55b1646ee85abf6034e8fdfc9e4a01cc3022a53 | |
Author: sin <[email protected]> | |
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(-) | |
--- | |
diff --git a/noice.c b/noice.c | |
@@ -258,8 +258,6 @@ initcurses(void) | |
void | |
exitcurses(void) | |
{ | |
- clear(); | |
- refresh(); | |
endwin(); /* Restore terminal */ | |
} | |