projects
/
selector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a7b19
)
Automatic commit
author
Francois Fleuret
<francois@fleuret.org>
Thu, 12 Mar 2009 19:15:42 +0000
(20:15 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 12 Mar 2009 19:15:42 +0000
(20:15 +0100)
selector.cc
patch
|
blob
|
history
diff --git
a/selector.cc
b/selector.cc
index
8616f1c
..
fbc4891
100644
(file)
--- a/
selector.cc
+++ b/
selector.cc
@@
-471,6
+471,7
@@
int main(int argc, char **argv) {
update_screen(¤t_line, &temporary_line, motion,
nb_lines, lines, patterns, no_blink);
+
} while(key != '\n' && key != KEY_ENTER && key != '
\a
');
echo();
@@
-518,8
+519,5
@@
int main(int argc, char **argv) {
delete[] lines[l];
}
- curs_set(1);
- endwin();
-
exit(0);
}