mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-10 20:23:02 +03:00
Bump gocui (and tcell)
This updates our tcell dependency to v2.8.0, adding support for ghostty and tmux-256color.
This commit is contained in:
7
vendor/github.com/gdamore/tcell/v2/tscreen_unix.go
generated
vendored
7
vendor/github.com/gdamore/tcell/v2/tscreen_unix.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// Copyright 2021 The TCell Authors
|
||||
// Copyright 2024 The TCell Authors
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use file except in compliance with the License.
|
||||
@@ -17,6 +17,11 @@
|
||||
|
||||
package tcell
|
||||
|
||||
import (
|
||||
// import the stock terminals
|
||||
_ "github.com/gdamore/tcell/v2/terminfo/base"
|
||||
)
|
||||
|
||||
// initialize is used at application startup, and sets up the initial values
|
||||
// including file descriptors used for terminals and saving the initial state
|
||||
// so that it can be restored when the application terminates.
|
||||
|
Reference in New Issue
Block a user