Commit Briefs

Omar Polo

simplify ncurses window setup

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


Omar Polo

add a short list of features



Omar Polo

mention M-[ and M-]


Omar Polo

sync




Omar Polo

sync



Omar Polo

style(9)


Omar Polo

small tweaks for about:help



Omar Polo

sync


Omar Polo

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.