mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 12:34:44 +02:00
Cleanup previous PR
Press on titlebar should focus window
This commit is contained in:
@@ -1209,7 +1209,7 @@ class Window:
|
||||
prefilled = ''
|
||||
get_boss().get_line(
|
||||
_('Enter the new title for this window below. An empty title will cause the default title to be used.'),
|
||||
self.set_title, window=self, initial_value=prefilled)
|
||||
self.set_title, window=self, initial_value=prefilled, window_title=_('Rename window'))
|
||||
|
||||
def set_user_var(self, key: str, val: str | bytes | None) -> None:
|
||||
key = sanitize_control_codes(key).replace('\n', ' ')
|
||||
|
||||
Reference in New Issue
Block a user