cosmic-terminal/src
Mattias Eriksson e322fc86f7 Fix some pane focus and find related issues
* If a context_page was shown, the focus for the panes didn't work.
  By clicking all panes you could get input in all of them as long as
  the context_page prevented focus updated.
* Find was drawn in all panes, with typed text being entered in all of
  them. Changed this to only show find in the focused pane.
* Also, when I was going find related stuff, I populate the find entry
  with selected text, and clear the find search value on close.
2024-02-02 08:50:41 -07:00
..
config.rs Add Focus Follows Mouse 2024-01-22 09:00:08 -07:00
icon_cache.rs Add find stub 2024-01-11 13:20:16 -07:00
key_bind.rs Show shortcuts in context menu 2024-01-19 11:44:59 -07:00
localize.rs Add config, translations, settings UI 2023-12-22 14:31:01 -07:00
main.rs Fix some pane focus and find related issues 2024-02-02 08:50:41 -07:00
menu.rs Show shortcuts in context menu 2024-01-19 11:44:59 -07:00
mouse_reporter.rs Improve SGR Scroll Wheel support 2024-01-31 09:33:18 -07:00
terminal.rs Fix selection when using window background as terminal background 2024-01-31 15:05:21 -07:00
terminal_box.rs Improve SGR Scroll Wheel support 2024-01-31 09:33:18 -07:00
terminal_theme.rs Use window background for cosmic color schemes (#102) 2024-01-31 11:20:15 -07:00