ui_ti: Revert line jump change commited by mistake - sacc - sacc(omys), simple console gopher client
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
Log
Files
Refs
Tags
LICENSE
---
commit 68934acac9cff7b2b6e1ee42cb2dd912341c0f5c
parent c3638488ce9b1d5d23e33f292710a35d14a6cc72
Author: Quentin Rameau 
Date:   Mon, 17 Oct 2022 21:48:02 +0200

ui_ti: Revert line jump change commited by mistake

Those lines added in 392dcb24732c88f500266b923bafdda8eb631220
where for testing and not supposed to stay.

Diffstat:
  M ui_ti.c                             |       4 ++--

1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui_ti.c b/ui_ti.c
@@ -501,7 +501,7 @@ uiselectitem(Item *entry)
                         continue;
                 case _key_end:
                 end:
-                        jumptoline(entry, dir->nitems, 1);
+                        jumptoline(entry, dir->nitems, 0);
                         continue;
                 case _key_lnup:
                 lnup:
@@ -516,7 +516,7 @@ uiselectitem(Item *entry)
                         continue;
                 case _key_home:
                 home:
-                        jumptoline(entry, 0, 1);
+                        jumptoline(entry, 0, 0);
                         continue;
                 case _key_search:
                         free(searchstr);