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

@ -17,8 +17,8 @@
package widget
import (
"maunium.net/go/mauview"
"maunium.net/go/tcell"
"go.mau.fi/mauview"
"go.mau.fi/tcell"
)
// Border is a simple tview widget that renders a horizontal or vertical bar.

View File

@ -20,7 +20,7 @@ import (
"fmt"
"hash/fnv"
"maunium.net/go/tcell"
"go.mau.fi/tcell"
"maunium.net/go/mautrix/id"
)

View File

@ -22,8 +22,8 @@ import (
"github.com/mattn/go-runewidth"
"maunium.net/go/mauview"
"maunium.net/go/tcell"
"go.mau.fi/mauview"
"go.mau.fi/tcell"
)
func WriteLineSimple(screen mauview.Screen, line string, x, y int) {