Commits


simplify print_vline_descr


add download and download.* line styles


add side window for downloads


annotate why 15 lines


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!


fmt (some missing space -> tab conversion)


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.


move more stuff outta telescope.c


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


add autosave timer for the session This is achieved by calling `autosave_hook' in interesting places, like new_tab or free_tab. It'll set up a timer to later persist the session. This is particularly useful to avoid loosing tabs on the event of a crash or unexpected system halt, or other similar event.


don't start if the keymap is empty