diff options
author | Joe <rbo@gmx.us> | 2023-12-29 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-29 20:20:20 +0100 |
commit | aeed96f7eb85ec31f62a5ce7f60ce7c7ca86cfdb (patch) | |
tree | 68a11525f3ff066b0457159df27eb11634b968a2 /i_ui.go | |
parent | did the test and items list doesnt take much more ram so idk (diff) | |
download | hardflip-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.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) } |