Commits


fix cmd_scroll_down


keep track of continuation lines


don't leak memory if message gets called before the cleaning code


open URL in new tab


taint history in modifying commands


bind left/right arrows in the minibuffer


initialize minibuffer.len when entering


add minibuffer_delete_char and rename del to ..._backward_char


give each parser a name


add generic text/* support


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.


minibuffer history!


typos


simplify wrap_page reuse the line_prefixes table


add "faces" move line styles to a central place.