Commits


improve ``` lines + different faces for prefix and text


added cmd_{previous,next}_button


keep the cursor at the start of the "real line" after redraw


anchor the cursor to the text


simplify new_tab


don't redraw the modeline tab isn't focused


get rid of clminibufev_set it was probably causing weird locks on the UI, and using evtimer_pending is cleaner anyway.


move tabline style to an external struct


mark line_faces as static


mode can be NULL at times


handle "more tab than space" case in tabline


some improvements for the tabline appearance


add tab-close-other


new_tab takes the URL


add vim-like keys for tabs gt and gT are the actual vim keys, gD and gN are my take on the matter