This commit is contained in:
makeworld 2022-04-25 20:41:03 -04:00
parent bc81281c84
commit 32b2182267
1 changed files with 0 additions and 4 deletions

View File

@ -6,7 +6,6 @@ import (
"regexp"
"strconv"
"strings"
"sync"
"code.rocketnine.space/tslocum/cview"
"github.com/gdamore/tcell/v2"
@ -54,9 +53,6 @@ var layout = cview.NewFlex()
var newTabPage structs.Page
// Global mutex for changing the size of the left margin on all tabs.
var reformatMu = sync.Mutex{}
var App = cview.NewApplication()
func Init(version, commit, builtBy string) {