Using My Fork Of tview

Things that I needed are not included in rivo's tview version
and waiting for them to be merged will take time. So using My Fork.
This commit is contained in:
aditya-K2
2021-11-15 21:48:17 +05:30
parent a5268a6754
commit b1199e9b1c
5 changed files with 10 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"strings"
"github.com/rivo/tview"
"github.com/aditya-K2/tview"
)
func getFormattedString(s string, width int) string {