diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/il.ha | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -63,19 +63,11 @@ export fn main() void = { }; if (r == 'd') { const nextpage = li.cursor + li.frame.end - li.frame.start; - fmt::errorln(nextpage)!; list::setcursor(&li, nextpage); - fmt::errorln(li.frame.start)!; - fmt::errorln(li.frame.end)!; - fmt::errorln()!; }; if (r == 'u') { const prevpage = li.cursor - (li.frame.end - li.frame.start); - fmt::errorln(prevpage)!; list::setcursor(&li, prevpage); - fmt::errorln(li.frame.start)!; - fmt::errorln(li.frame.end)!; - fmt::errorln()!; }; if (r == 'g') { list::top(&li); |
