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

Add Ctrl-R to manually force a widget refresh

This commit is contained in:
Chris Cummer
2018-04-12 15:15:11 -07:00
committed by Chris Cummer
parent 00ec46bfed
commit da27ad60a9
2 changed files with 50 additions and 25 deletions

View File

@@ -6,7 +6,10 @@ import (
type TextViewer interface {
Enabler
Refresh()
TextView() *tview.TextView
Top() int
Left() int
Width() int