diff options
author | Joe <rbo@gmx.us> | 2024-01-04 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-04 20:20:20 +0100 |
commit | da6ebd7e410b6c4564d8eba79f88a1d67aabe97f (patch) | |
tree | d45053bc11ba3426278602a7632e644ba3eff0eb /i_ui.go | |
parent | nothing's great retard boy (diff) | |
download | hardflip-da6ebd7e410b6c4564d8eba79f88a1d67aabe97f.tar.gz hardflip-da6ebd7e410b6c4564d8eba79f88a1d67aabe97f.tar.bz2 hardflip-da6ebd7e410b6c4564d8eba79f88a1d67aabe97f.tar.xz hardflip-da6ebd7e410b6c4564d8eba79f88a1d67aabe97f.tar.zst hardflip-da6ebd7e410b6c4564d8eba79f88a1d67aabe97f.zip |
tryna make it work
Diffstat (limited to '')
-rw-r--r-- | i_ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -284,7 +284,7 @@ func i_host_panel_host(ui HardUI, opts HardOpts, } func i_host_panel(ui HardUI, opts HardOpts, ldirs *DirsList) { - // TODO: litems instead of lhosts + // TODO: this must work i_draw_box(ui.s, 0, 0, ui.dim[W] / 3, ui.dim[H] - 2, " Hosts ", false) |