X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=selector.cc;h=0d1e93e52d2b7e4f03e6959eccf2022bb3660fa9;hb=59f746ff4a368b67152334c07d789071abde3ab8;hp=e1ecf98ad080ff2f80589342dba30202e7be32ce;hpb=287c4f215525607851ea65c0c5887cabac16b43f;p=selector.git diff --git a/selector.cc b/selector.cc index e1ecf98..0d1e93e 100644 --- a/selector.cc +++ b/selector.cc @@ -773,11 +773,6 @@ int main(int argc, char **argv) { hash_table = new_hash_table(hash_table_size); } - // if(i == argc && !input_filename[0]) { - // cerr << "You must provide a filename." << endl; - // exit(1); - // } - if(input_filename[0]) { read_file(input_filename, nb_lines_max, &nb_lines, lines, @@ -824,9 +819,6 @@ int main(int argc, char **argv) { noecho(); - // Hide the cursor - // curs_set(0); - // So that the arrow keys work keypad(stdscr, TRUE); @@ -838,7 +830,6 @@ int main(int argc, char **argv) { color_fg_highlight < 0 || color_bg_highlight >= COLORS || color_bg_highlight < 0 || color_bg_highlight >= COLORS) { echo(); - // curs_set(1); endwin(); cerr << "Color numbers have to be between 0 and " << COLORS - 1 << "." << endl; exit(1); @@ -942,7 +933,6 @@ int main(int argc, char **argv) { } while(key != '\n' && key != KEY_ENTER && key != '\007'); // ^G echo(); - // curs_set(1); endwin(); //////////////////////////////////////////////////////////////////////