projects
/
selector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7479503
)
Automatic commit
author
Francois Fleuret
<francois@fleuret.org>
Thu, 12 Mar 2009 16:30:47 +0000
(17:30 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 12 Mar 2009 16:30:47 +0000
(17:30 +0100)
selector.cc
patch
|
blob
|
history
diff --git
a/selector.cc
b/selector.cc
index
b8011b8
..
807f1a7
100644
(file)
--- a/
selector.cc
+++ b/
selector.cc
@@
-391,7
+391,9
@@
int main(int argc, char **argv) {
if(!has_colors()) {
cerr << "No colors." << endl;
- return 1;
+ curs_set(1);
+ endwin();
+ exit(1);
}
noecho();