Improve the UI of the ask kitten

Center the text in the window and allow pressing enter/esc when doing a
yes/no question

Fixes #4545
This commit is contained in:
Kovid Goyal
2022-01-21 17:54:35 +05:30
parent d70610f5d9
commit cd0ca95877
2 changed files with 66 additions and 15 deletions

View File

@@ -87,6 +87,8 @@ Detailed list of changes
- Shell integration: Fix bash integration not working when ``PROMPT_COMMAND``
is used to change the prompt variables (:iss:`4476`)
- Improve the UI of the ask kitten (:iss:`4545`)
- Allow using templates with text formatting for :opt:`tab_activity_symbol`
(:pull:`4507`)