This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Be consistent on exiting curses mode
master
lostd
10 years ago
parent
10d2d18cb2
commit
1475ebbf9a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
noice.c
+ 1
- 1
noice.c
View File
@@ -138,7 +138,7 @@ printwarn(void)
void
printerr(int ret, char *prefix)
{
e
ndwin
();
e
xitcurses
();
printf("%s: %s\n", prefix, strerror(errno));
exit(ret);
}
Write
Preview
Loading…
Cancel
Save