Commit Briefs


Omar Polo

serialize the url of about: pages



Omar Polo

scroll up/down by pages

also rename the old scroll_up/down to scroll_line_up/down, as it makes more sens..


Omar Polo

added an implementation of keymaps

and added a bunch of keys, like C-x C-c to quit etc


Omar Polo

refactor load_url

dispatch tables are cool -- semicit


Omar Polo

load URL on enter


Omar Polo

sync prototypes


Omar Polo

load url (for real)

very hacky still, but working nevertheless


Omar Polo

add has_prefix



Omar Polo

add timeout for connection and some s/die/_exit

Crashing is some situation is not a good idea. If the other process is dead, it has probably already crashed, so crashing again would overwrite the core file, and in every case it doesn't tell us much. It's more interesting to see why the first process crashed in the first place.



Omar Polo

UI improvements

* loading animation * add url to struct tab