Commit Briefs

Omar Polo

move help to its own file

in order to do so, we also have to export some internal variables from ui (the width and height of the window). Not the best possible outcome, but are used only in recompute_help, and can be dropped later. Also, move wrap_page to wrap.c.



Omar Polo

format


Omar Polo

evtimer_set is enough

don't need to evtimer_add to initialize the event.


Omar Polo

arithmetic on void pointers is a GNU extension apparently

Another useful warning got thanks to -pedantic.




Omar Polo

dropping unused prototype


Omar Polo

Farewell, nth_line!

You were a good function. Slow and avoidable actually, but a good function indeed.



Omar Polo

lazy loading tabs on startup

don't load all the tabs when starting up, only the current one. Defer the loading of the others when switching to them.


Omar Polo

add set-title option




Omar Polo

separate the tabs with a vertical bar

while there also simplify a bit the handling of the pair for tabs/current-tab.