aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
Diffstat (limited to 'i_ui.go')
-rw-r--r--i_ui.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/i_ui.go b/i_ui.go
index e0546c0..4e8583c 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -526,13 +526,14 @@ func i_ui(data *HardData) {
ui.s.Clear()
i_bottom_text(*ui)
i_host_panel(data.ui, data.opts, data.ldirs)
- // TODO - info panel
+ // TODO: info panel
// i_info_panel(data.ui, data.lhost)
if data.ldirs.head.lhost.head == nil && data.ldirs.head.next == nil {
i_draw_zhosts_box(*ui)
}
if ui.mode == DELETE_MODE {
- // TODO - delete mode
+ // TODO: delete mode
+
// host := data.lhost.sel(ui.sel)
// i_draw_delete_box(*ui, host)
}