Update tcell

This commit is contained in:
Tulir Asokan
2022-04-15 12:53:09 +03:00
parent a7562a068a
commit 899bdbc705
51 changed files with 143 additions and 128 deletions

View File

@ -18,9 +18,9 @@ package tstring
import (
"github.com/mattn/go-runewidth"
"maunium.net/go/mauview"
"maunium.net/go/tcell"
"go.mau.fi/mauview"
"go.mau.fi/tcell"
)
type Cell struct {

View File

@ -22,9 +22,8 @@ import (
"github.com/mattn/go-runewidth"
"maunium.net/go/mauview"
"maunium.net/go/tcell"
"go.mau.fi/mauview"
"go.mau.fi/tcell"
)
type TString []Cell