Commit Briefs






Omar Polo

simplify print_vline_descr



Omar Polo

add side window for downloads


Omar Polo

annotate why 15 lines


Omar Polo

handle_maybe_save_page: prefill with the path

improve the download procedure by pre-filling the minibuffer with /tmp/<file-name>. At the moment ``/tmp/'' is hardcoded. Idea from a conversation with hurricane, thanks!



Omar Polo

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.


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

move more stuff outta telescope.c


Omar Polo

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