X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;ds=sidebyside;f=ui.c;h=3d7e01a8f7469ae640e014509808b1802a371167;hb=853a82571bfc466bc9257046ef172512220e00b5;hp=9d59cc796d62b2a5f404f59646326af8bcfa6071;hpb=28b7c8bdd6dc85f7412233d99e5526e148f81d81;p=pkg%2Fabook.git diff --git a/ui.c b/ui.c index 9d59cc7..3d7e01a 100644 --- a/ui.c +++ b/ui.c @@ -383,7 +383,8 @@ get_commands() can_resize = FALSE; /* it's not safe to resize anymore */ switch( ch ) { case 'q': return; - case 'Q': print_stderr(selected_items() ? + case 'Q': quit_abook(QUIT_DONTSAVE); break; + case 'P': print_stderr(selected_items() ? -1 : list_current_item()); return; case '?':