You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added vertical scrollbars in clink-select-complete and in popup lists.
Added terminal.scrollbars setting which can disable the vertical scrollbars (e.g. according to preference, or if a terminal or font is incompatible with extended Unicode box drawing characters).
Added clink set --info flag.
Added language-related diagnostic info in clink info.
Added minor optimization when displaying prompt text.
Added enhancements in the pager used when displaying help or matches; Tab or Space or Y print the next page, D prints the next half-page, Enter prints the next line, N or Q stop printing, and ? shows the available keys in the -- More -- pager prompt (the enhancements were accidentally lost in v1.1.1-alpha).
Horizontal scrolling in popup lists works for all columns, if text doesn't fit in the column.
Fixed crash in rl.getmatchcolor(match, type); when the optional type parameter was passed in, the API could crash.
Fixed #498; when autosuggest.enable is False, cycling or searching through history and then pressing Right does nothing (regression introduced in v1.5.4).