From 3cee188f29e8fdf5c89ae34e90100d14fac9ca9e Mon Sep 17 00:00:00 2001 From: Jaakko Heinonen Date: Fri, 23 Sep 2005 06:11:32 +0000 Subject: [PATCH] - change WWW browser key binding in main screen to match edit screen --- ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui.c b/ui.c index 45aa61e..daf1ae6 100644 --- a/ui.c +++ b/ui.c @@ -241,7 +241,7 @@ ui_readline(char *prompt, char *s, int limit, bool use_completion) getyx(bottom, y, x); - ret = abook_readline(bottom, y, x, s, limit, use_completion); + ret = abook_readline(bottom, y, x, s, use_completion); if(ret) strtrim(ret); @@ -450,7 +450,7 @@ get_commands() case 'p': ui_print_database(); break; - case 'u': launch_wwwbrowser(list_current_item()); + case 'v': launch_wwwbrowser(list_current_item()); refresh_screen(); break; } -- 2.39.2