summaryrefslogtreecommitdiff
path: root/dselect/basecmds.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dselect/basecmds.cc')
-rw-r--r--dselect/basecmds.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dselect/basecmds.cc b/dselect/basecmds.cc
index 6ed995b05..53111fcef 100644
--- a/dselect/basecmds.cc
+++ b/dselect/basecmds.cc
@@ -1,8 +1,9 @@
/*
- * dselect - Debian GNU/Linux package maintenance user interface
+ * dselect - Debian package maintenance user interface
* bcommands.cc - base list keyboard commands display
*
* Copyright (C) 1994,1995 Ian Jackson <iwj10@cus.cam.ac.uk>
+ * Copyright (C) 2000 Wichert Akkerman <wakkerma@debian.org>
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
@@ -98,7 +99,6 @@ void baselist::kd_search() {
werase(querywin);
mvwaddstr(querywin,0,0, _("Search for ? "));
echo(); /* fixme: ncurses documentation or implementation */
- /* fixme: make / RET do `search again' and / DEL to abort */
if (wgetnstr(querywin,newsearchstring,sizeof(newsearchstring)-1) == ERR)
searchstring[0]= 0;
raise(SIGWINCH); /* fixme: ncurses and xterm arrow keys */