Update tcell to v2.8.1

This commit is contained in:
2025-06-09 10:51:41 +03:00
parent ab58ef1282
commit c6c7bddb2a
9 changed files with 50 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package main
import "github.com/gdamore/tcell"
import "github.com/gdamore/tcell/v2"
func drawText(s tcell.Screen, x1, y1, x2, y2 int, style tcell.Style, text string) {
row := y1