Commits


bind del (aka backspace) to previous page Suggested by Florian, thanks!


add --corours as an alias for --color Suggested by Florian, thanks!


sync changelog


fix crash when --color is specified found and reported by Florian, thanks!


reuse struct session_tab when saving the session


move parse_last_session to the fs process ~/.telescope/session was parsed in the main process before dropping in the sandbox: that's no good. This moves the initialization of the ui events later in ui_main_loop and makes so that the fs process, after entering the sandbox, parses and sends the content of the last session back to the main process; when it's done the ui gets loaded and telescope is back rocking. I'm plannig to re-use the struct session_tab during the save session operation soon.


update comment


sync exported manpages


typo


start a new release cycle!


use '\e' instead of 27 for esc


update manpages


update the date


some Pa -> Ar and use ~/ instead of $HOME/


ops, wrong email address ;)