From 67e45b088960d09e406ed4c974bad4e1b33656a1 Mon Sep 17 00:00:00 2001 From: Scott James Remnant Date: Thu, 6 May 2004 22:48:33 +0000 Subject: [PATCH] Correct dselect key-press documentation. --- ChangeLog | 5 +++++ debian/changelog | 2 ++ dselect/helpmsgs.cc | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c32125a..41d3a580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 6 23:44:55 BST 2004 Colin Watson + + * dselect/helpmsgs.cc: Pressing 'n' repeats the last search, not + moves down; pressing 'p' does nothing. + Thu May 6 23:39:59 BST 2004 Helge Kreutzmann * man/de/Makefile.in: Install update-alternatives.8 diff --git a/debian/changelog b/debian/changelog index c485cc16..e6d1821a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ dpkg (1.10.22) unstable; urgency=low properly again. Closes: #246595. * Make dpkg-scanpackages output Origin and Bugs fields with proper casing. Closes: #154422. + * Correct 'n' and 'p' key descriptions in dselect help message. + Closes: #120562. * Stop hardcoding the list of manual page languages in debian/rules, so we include Spanish, Russian and Brazilian Portugese. Closes: #245994. * Correct dpkg manpage to refer to --force-remove-reinstreq instead of diff --git a/dselect/helpmsgs.cc b/dselect/helpmsgs.cc index f9c110c9..44f10d12 100644 --- a/dselect/helpmsgs.cc +++ b/dselect/helpmsgs.cc @@ -7,7 +7,7 @@ const struct helpmessage hlp_listkeys = { N_("Keystrokes"), N_("\ Motion keys: Next/Previous, Top/End, Up/Down, Backwards/Forwards:\n\ - n, Down-arrow, j p, Up-arrow, k move highlight\n\ + Down-arrow, j Up-arrow, k move highlight\n\ N, Page-down, Space P, Page-up, Backspace scroll list by 1 page\n\ ^n ^p scroll list by 1 line\n\ t, Home e, End jump to top/end of list\n\ @@ -27,7 +27,7 @@ Quit, exit, overwrite (note capitals!): ?, F1 request help (also Help)\n\ X, Esc eXit, abandoning any changes made v, V change status display opts\n\ R Revert to state before this list ^l redraw display\n\ U set all to sUggested state / search (Return to cancel)\n\ - D set all to Directly requested state \\ repeat last search\n") + D set all to Directly requested state n, \\ repeat last search\n") }; const struct helpmessage hlp_mainintro = { N_("Introduction to package selections"), N_("\ -- 2.39.5