Commit Briefs

Omar Polo

simplify dispatch_stdio

just call redraw_tab instead of re-implementing it in-place. This also fixes a bug with cmd_tab_{next,previous} where the body wasn't updated.


Omar Polo

minibuffer history!


Omar Polo

typos


Omar Polo

simplify wrap_page

reuse the line_prefixes table


Omar Polo

add "faces"

move line styles to a central place.



Omar Polo

fix lone ESC




Omar Polo

implement cmd_{beginning,end}_of_buffer

to do that, refactor redraw_tab and split redraw_body out of it



Omar Polo

1X input, load/edit current URL

* rework response code handling * support 10/11 input requests * load a url from minibuffer * edit current url and load it from minibuffer



Omar Polo

slightly improved tabs