1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-07 22:02:56 +03: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

@@ -282,6 +282,10 @@ func (s *cScreen) EnablePaste() {}
func (s *cScreen) DisablePaste() {}
func (s *cScreen) EnableFocus() {}
func (s *cScreen) DisableFocus() {}
func (s *cScreen) Fini() {
s.disengage()
}