Commit Briefs

Omar Polo

rename set-title to change-title

"set set-title = 1" is quite a mouthful. The old name will still be supported for a while to ease backwards compatibility.


Omar Polo

yornp before quitting


Omar Polo

de-quirkify execute-extended-command

On RET, execute the command on the selected line rather than what the user typed. This saves a TAB (to expand the entry) and is more in line with the other completion commands.


Omar Polo

bind del (aka backspace) to previous page

Suggested by Florian, thanks!


Omar Polo

add --corours as an alias for --color

Suggested by Florian, thanks!


Omar Polo

sync changelog


Omar Polo

fix crash when --color is specified

found and reported by Florian, thanks!



Omar Polo

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.


Omar Polo

update comment


Omar Polo

sync exported manpages


Omar Polo

typo


Omar Polo

start a new release cycle!


Omar Polo

use '\e' instead of 27 for esc


Omar Polo

update manpages