aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-16 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-16 20:20:20 +0200
commitbdf8e0b2e16de39a7fb7f3bf8f51605d542e19c9 (patch)
tree003492335c1b93c7fae588c75f6117c7840b86fc /src/i_ui.go
parentcoool (diff)
downloadhardflip-bdf8e0b2e16de39a7fb7f3bf8f51605d542e19c9.tar.gz
hardflip-bdf8e0b2e16de39a7fb7f3bf8f51605d542e19c9.tar.bz2
hardflip-bdf8e0b2e16de39a7fb7f3bf8f51605d542e19c9.tar.xz
hardflip-bdf8e0b2e16de39a7fb7f3bf8f51605d542e19c9.tar.zst
hardflip-bdf8e0b2e16de39a7fb7f3bf8f51605d542e19c9.zip
fucking great
Diffstat (limited to 'src/i_ui.go')
-rw-r--r--src/i_ui.go28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/i_ui.go b/src/i_ui.go
index f34d9ad..c639e39 100644
--- a/src/i_ui.go
+++ b/src/i_ui.go
@@ -756,34 +756,6 @@ func i_init_styles(ui *HardUI, styles HardStyle) {
ui.style[i] = tmp.Foreground(tcell.ColorReset)
}
}
-
- // ui.style[DEF_STYLE] = tcell.StyleDefault.
- // Background(tcell.ColorReset).
- // Foreground(tcell.ColorReset)
- // ui.style[DIR_STYLE] = tcell.StyleDefault.
- // Background(tcell.ColorReset).
- // Foreground(tcell.ColorBlue).Dim(true).Bold(true)
- // ui.style[BOX_STYLE] = tcell.StyleDefault.
- // Background(tcell.ColorReset).
- // Foreground(tcell.ColorReset)
- // ui.style[HEAD_STYLE] = tcell.StyleDefault.
- // Background(tcell.ColorReset).
- // Foreground(tcell.ColorReset)
- // ui.style[ERR_STYLE] = tcell.StyleDefault.
- // Background(tcell.ColorReset).
- // Foreground(tcell.ColorRed).Dim(true)
- // ui.style[TITLE_STYLE] = tcell.StyleDefault.
- // Background(tcell.ColorReset).
- // Foreground(tcell.ColorBlue).Dim(true).Bold(true)
- // ui.style[BOT_STYLE] = tcell.StyleDefault.
- // Background(tcell.ColorReset).
- // Foreground(tcell.ColorBlue).Dim(true)
- // ui.style[YANK_STYLE] = tcell.StyleDefault.
- // Background(tcell.ColorReset).
- // Foreground(tcell.ColorYellow).Dim(true).Bold(true)
- // ui.style[MOVE_STYLE] = tcell.StyleDefault.
- // Background(tcell.ColorReset).
- // Foreground(tcell.ColorRed).Dim(true).Bold(true)
}
type key_event_mode_func func(*HardData, *HardUI, tcell.EventKey) bool