Commits


fix relative order of cmd_{backward,forward}_char we usually have backward/prior functions first and forward/next functions later.


add cmd_{backward,forward}_paragraph


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