It would be a better user experience if the bottom toolbar which is displayed when enable_bottom_toolbar=True persists during command execution and output.
Currently the bottom toolbar is only present when prompt-toolkit is at a prompt waiting for a user to finish entering a command. While the command is executing, it disappears. This can be a major annoyance to lose the visual status display when long-running commands are executing.
Ideally, the bottom toolbar would be completely separate and persist through everything, but it would be ok if it disappears in certain limited circumstances like when using a pager, piping to a shell command, or running a shell command.
It would be a better user experience if the bottom toolbar which is displayed when
enable_bottom_toolbar=Truepersists during command execution and output.Currently the bottom toolbar is only present when
prompt-toolkitis at a prompt waiting for a user to finish entering a command. While the command is executing, it disappears. This can be a major annoyance to lose the visual status display when long-running commands are executing.Ideally, the bottom toolbar would be completely separate and persist through everything, but it would be ok if it disappears in certain limited circumstances like when using a pager, piping to a shell command, or running a shell command.