Commits


bit of rewording for the about:crash page


sync


improve crash detection Create a file ~/.telescope/crashed on startup and unlink it on shutdown. If it's present on startup, it means that last time we crashed. It's like the ``dirty'' bit on filesystems to guard for unproper unmounts.


we don't crash anymore on invalid tab ids


remove the ascii banner


simplify comment


drop unused headers


include compat first and our headers after system ones


move more stuff outta telescope.c


bump the date


match actual order


change only the title, not the icon too ESC]0;stringBEL -- Set icon name and window title to string ESC]1;stringBEL -- Set icon name to string ESC]2;stringBEL -- Set window title to string via https://tldp.org/HOWTO/Xterm-Title-3.html


move load_url_in_tab, switch_to_tab, new_tab{,_id} to telescope.c


wrap long lines


simplify condition