1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

WTF-400 Jira extracted to new config format

This commit is contained in:
Chris Cummer
2019-04-15 10:46:41 -07:00
parent 9b41e6e732
commit fea83a38b2
5 changed files with 98 additions and 47 deletions

View File

@@ -136,10 +136,7 @@ func ReadFileBytes(filePath string) ([]byte, error) {
}
func RightAlignFormat(view *tview.TextView) string {
//mutex := &sync.Mutex{}
//mutex.Lock()
_, _, w, _ := view.GetInnerRect()
//mutex.Unlock()
return fmt.Sprintf("%%%ds", w-1)
}