mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Adds the Weather module to the documentation
This commit is contained in:
@@ -12,7 +12,7 @@ const modalHeight = 22
|
||||
func NewBillboardModal(text string, closeFunc func()) *tview.Frame {
|
||||
keyboardIntercept := func(event *tcell.EventKey) *tcell.EventKey {
|
||||
switch string(event.Rune()) {
|
||||
case "h":
|
||||
case "/":
|
||||
closeFunc()
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user