Commit 335a2d5
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 build1 parent 494a212 commit 335a2d5
15 files changed
Lines changed: 862 additions & 478 deletions
File tree
- .github/workflows
- examples
- custom_bindings
- focus
- assets
- fonts/JetBrains
- src
- fonts
- full_screen
- split_view
- themes
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments