jesseduffield / jesseduffield/lazygit
Some suggested changes on how mouse events work
Open
enhancement
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
1. Clicking which focuses the terminal should not select anything
2. Clicking when the terminal is focused should merely select
3. Double-clicking when the terminal is focused should be "enter" (current single-click behavior)
* Write `\x1b[?1004h` to enable receiving focus events, `\x1b[?1004l` to disable it.
Contributor guide
Assessment
This issue has not been assessed yet.