aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-29 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-29 20:20:20 +0100
commitaeed96f7eb85ec31f62a5ce7f60ce7c7ca86cfdb (patch)
tree68a11525f3ff066b0457159df27eb11634b968a2 /i_ui.go
parentdid the test and items list doesnt take much more ram so idk (diff)
downloadhardflip-aeed96f7eb85ec31f62a5ce7f60ce7c7ca86cfdb.tar.gz
hardflip-aeed96f7eb85ec31f62a5ce7f60ce7c7ca86cfdb.tar.bz2
hardflip-aeed96f7eb85ec31f62a5ce7f60ce7c7ca86cfdb.tar.xz
hardflip-aeed96f7eb85ec31f62a5ce7f60ce7c7ca86cfdb.tar.zst
hardflip-aeed96f7eb85ec31f62a5ce7f60ce7c7ca86cfdb.zip
>>>>>>>>>>>>>>>> revert here if needed
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)
}