Skip to content

Commit 335a2d5

Browse files
authored
feat: add click-based focus handling to terminal view (#65)
* feat: add click-based focus handling to terminal view Synchronize terminal focus state with mouse clicks inside and outside the widget and gate input handling on the current focus state. Add a focus example that demonstrates TerminalView working alongside the iced text editor. * chore: formatting and clippy fixes * chore: add screenshot to focus example * fix: fix the focus example title * chore: add focus example to ci build
1 parent 494a212 commit 335a2d5

15 files changed

Lines changed: 862 additions & 478 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- full_screen
8888
- split_view
8989
- themes
90+
- focus
9091
os: [ubuntu-latest, macos-latest, windows-latest]
9192
steps:
9293
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)