Commits


add has_prefix


add url_resolve_from to resolve non-full uris


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.


add bunch of compats for compatibility


UI improvements * loading animation * add url to struct tab


add some links to the initial page


fix esc-only case


simplify keybindings management wrt meta


pass current tab to each interactive function


support meta- keys


start to implement push-button


move new_tab to ui code


fix reflow error in formatted lines


add `message' function, like in elisp, to print to the echo area


fix resize bug && some style here and there