1
0
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:
Chris Cummer
2018-05-09 11:56:27 -07:00
parent decc8cd5e5
commit 25430c228d
28 changed files with 314 additions and 39 deletions

View File

@@ -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
}