diff options
author | Joe <rbo@gmx.us> | 2024-01-11 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-11 20:20:20 +0100 |
commit | 5cf98e006814a1afc625ac25269d710d9991e6dc (patch) | |
tree | d07bf9ea44752165f225144acb630abdcf8451ce /i_ui.go | |
parent | cool (diff) | |
download | hardflip-5cf98e006814a1afc625ac25269d710d9991e6dc.tar.gz hardflip-5cf98e006814a1afc625ac25269d710d9991e6dc.tar.bz2 hardflip-5cf98e006814a1afc625ac25269d710d9991e6dc.tar.xz hardflip-5cf98e006814a1afc625ac25269d710d9991e6dc.tar.zst hardflip-5cf98e006814a1afc625ac25269d710d9991e6dc.zip |
ok ye
Diffstat (limited to '')
-rw-r--r-- | i_ui.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -299,11 +299,6 @@ func i_host_panel(ui HardUI, icons bool, litems *ItemsList, data *HardData) { ptr.Dirs, litems.curr.Dirs, line) - // FIX: === delete this - i_draw_text(ui.s, - ui.dim[W] / 3 - 2, line, ui.dim[W] / 3, line, - ui.def_style, strconv.Itoa(ptr.Dirs.count_elements(true, data.folds))) - // FIX: === line++ } } |