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

Add an app exit banner message

This commit is contained in:
Chris Cummer
2020-07-20 05:35:06 -07:00
parent 84763f3947
commit 9f94e8c63a
10 changed files with 436 additions and 24 deletions

View File

@@ -17,8 +17,8 @@ type Wtfable interface {
FocusChar() string
Focusable() bool
HelpText() string
QuitChan() chan bool
Name() string
QuitChan() chan bool
SetFocusChar(string)
TextView() *tview.TextView