Commits
Commit:
32ac17a4ea1ad4c2f9e8c8d78dd5738958883291
Date:
Thu Aug 12 09:09:52 2021
UTC
replace TAILQ_EMPTY/INSERT_HEAD/TAIL dance with a single TAILQ_INSERT_TAIL
Now that all the queues are correctly initialised, there's no need for
that dance.
Commit:
408b51819656814ce96d28d88005b0dcb27e2be2
Date:
Wed Jul 21 16:13:17 2021
UTC
add prototypes and use proper type (fn ptr vs void *)
Commit:
d7352f56a0347b3aea16c30ce69f42162e13745b
Date:
Wed Jul 21 15:56:09 2021
UTC
give a name to to the help buffer
Commit:
c6be26e477ec817b6c8e56297729595524b7b9c3
Date:
Wed Jul 21 15:47:46 2021
UTC
pretty print help lines
Commit:
7102f5d94d510ebd2af6b36c075d3c338a7dc338
Date:
Wed Jul 21 14:45:08 2021
UTC
recompute help only when needed
Commit:
de27856787c352519320f213681df6c680a3d446
Date:
Wed Jul 21 13:43:33 2021
UTC
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