Commit Briefs


Omar Polo

sort flags


Omar Polo

sync




Omar Polo

fix the scroll commands

forward_line(buffer, body_lines) is not a real scrolling. We need to move the top_line to have a nice effect.



Omar Polo

don't let the net process stick around

flush the net ibuf too


Omar Polo

add hide-pre-closing-line


Omar Polo

sort commands


Omar Polo

wrap the minibuffer check in a macro

and while there improve the error message.


Omar Polo

optimization: don't endwin() when we can simply move the windows

After a resize we should do the endwin+refresh+clear dance, but in other situations, like when entering the minibuffer, we can simply re-wrap the page and move the windows. This prevents a small flash when entering the minibuffer, as well as fewer redraw (redraw after the command and shortly after because it was scheduled).


Omar Polo

actually bind t to toc



Omar Polo

add section about user files