Introduction
Introduction Statistics Contact Development Disclaimer Help
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 */
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.