Cleanup previous PR

This commit is contained in:
Kovid Goyal
2023-03-19 10:37:37 +05:30
parent 14dcf38e51
commit fda2646dd3
10 changed files with 33 additions and 12 deletions

View File

@@ -68,6 +68,8 @@ Detailed list of changes
- macOS: Fix the maximized window not taking up full space when the title bar is hidden or when :opt:`resize_in_steps` is configured (:iss:`6021`)
- Linux: A new option :opt:`linux_bell_theme` to control which sound theme is used for the bell sound (:pull:`4858`)
- ssh kitten: Change the syntax of glob patterns slightly to match common usage
elsewhere. Now the syntax is the same a "extendedglob" in most shells.