Introduction
Introduction Statistics Contact Development Disclaimer Help
ui_ti: Revert line jump change commited by mistake - sacc - sacc - sacc(omys), …
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
commit 68934acac9cff7b2b6e1ee42cb2dd912341c0f5c
parent c3638488ce9b1d5d23e33f292710a35d14a6cc72
Author: Quentin Rameau <[email protected]>
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);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.