Commits


add tab-bar-show option to control the tab bar rendering If tab-bar-show is -1 hide the tab bar permanently, if it's 0 show it unconditionally. If it's 1, show the bar only when there is more than one tab.


simplify ncurses window setup Don't bother computing the correct initial sizes for the windows, just call rearrange_windows before the event loop.


add a short list of features


it's not "a bit more than a working demo" anymore


mention M-[ and M-]


sync


bind M-[ and M-] to tab-move-to and tab-move


document the current URL heuristic


sync


add some heuristics to interpret user-provided URLs


style(9)


small tweaks for about:help


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.