diff options
author | Joe <rbo@gmx.us> | 2023-12-20 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-20 20:20:20 +0100 |
commit | 52498606aa3ce19844563f01a6c099a2a949bdf0 (patch) | |
tree | 721d5ea31d4acafccbd7faf3927e5eed5672196a /i_ui.go | |
parent | wip (diff) | |
download | hardflip-52498606aa3ce19844563f01a6c099a2a949bdf0.tar.gz hardflip-52498606aa3ce19844563f01a6c099a2a949bdf0.tar.bz2 hardflip-52498606aa3ce19844563f01a6c099a2a949bdf0.tar.xz hardflip-52498606aa3ce19844563f01a6c099a2a949bdf0.tar.zst hardflip-52498606aa3ce19844563f01a6c099a2a949bdf0.zip |
gG
Diffstat (limited to 'i_ui.go')
-rw-r--r-- | i_ui.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -384,8 +384,8 @@ func i_ui(data *Data) { } data.s.Show() i_events(data, &sel, &sel_max, &term_size) - if int(sel) > term_size[H] - 6 { - data.list_start += 1 + if int(sel) > term_size[H] - 4 { + // data.list_start = data.list } } } |