Soft'N'Design Software
/
projects
/
display.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df3b2b
)
stop curses before exit on error
author
Laurent Mazet
<mazet@softndesign.org>
Wed, 9 Oct 2024 22:32:54 +0000
(
00:32
+0200)
committer
Laurent Mazet
<mazet@softndesign.org>
Wed, 9 Oct 2024 22:32:54 +0000
(
00:32
+0200)
ndisplay.c
patch
|
blob
|
blame
|
history
diff --git
a/ndisplay.c
b/ndisplay.c
index 614e3639a37768714285aba01675b95abaf9cb83..10920485ce3906f9b58108a9da98154e7980eecd 100644
(file)
--- a/
ndisplay.c
+++ b/
ndisplay.c
@@
-150,6
+150,7
@@
int main (int argc, char *argv[])
/* check */
if (COLORS == 0) {
+ endwin ();
VERBOSE (ERROR, fprintf (stderr, "no color avaliable\n"));
return 1;
}