- Added
rl_buffer:getanchor()
to get the text selection anchor (there is no set function; userl.invokecommand()
to invoke commands to set/extend the selection if needed). - Reverted back to using IAT hooking (see issue #169).
- Fixed CUA selection commands invoked by
rl.invokecommand()
. - Fixed #170; directory symlink completion is truncated when
mark-directories
isoff
in the .inputrc file. - Fixed #169; incompatibility between AutoHotkey, AnsiCon, and Clink when all three are used in CMD's AutoRun regkey (regression introduced in v1.2.33).