Commits


extract the key matching logic to its own function


LINE_DOWNLOAD_INFO doesn't have an alt to render


change the goal for download lines


change the alignment for the downloads


switch to our new struct download for the downloads


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