mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[cmd] show the result of executing the 'close' command when pressing the 'X' shortcut
This commit is contained in:
parent
9dd471c5de
commit
7b971cb40f
@ -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 '\\':
|
||||
|
Loading…
Reference in New Issue
Block a user