Commits


don't crash when closing the first tab + call switch_to_tab


stop the loading animation when closing a tab


(initial) add trust status following gemini://thfr.info/gemini/modified-trust-verify.gmi


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