1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

Point tcell at stefanhaller's fork

This is temporary as long as https://github.com/gdamore/tcell/pull/599 is not
merged. Once that PR is merged, we can revert this.
This commit is contained in:
Stefan Haller
2023-07-26 19:30:22 +02:00
parent f7bf125037
commit 4aca854b59
10 changed files with 131 additions and 3 deletions

View File

@ -139,6 +139,12 @@ type Screen interface {
// DisablePaste disables bracketed paste mode.
DisablePaste()
// EnableFocus enables reporting of focus events, if your terminal supports it.
EnableFocus()
// DisableFocus disables reporting of focus events.
DisableFocus()
// HasMouse returns true if the terminal (apparently) supports a
// mouse. Note that the return value of true doesn't guarantee that
// a mouse/pointing device is present; a false return definitely