[cmd] show the result of executing the 'close' command when pressing the 'X' shortcut

This commit is contained in:
Timothy Stack 2014-03-12 22:54:35 -07:00
parent 9dd471c5de
commit 7b971cb40f

View File

@ -2010,7 +2010,7 @@ static void handle_paging_key(int ch)
break;
case 'X':
execute_command("close");
lnav_data.ld_rl_view->set_value(execute_command("close"));
break;
case '\\':