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
Copy file name to clipboardExpand all lines: CHANGES
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
### Releases from [chrisant996/clink](https://github.com/chrisant996/clink) fork
4
4
5
5
#### v1.5.1
6
-
- Added `rl.getcommandbindings()` to get info about a command, including the key(s) bound to it.
6
+
- Added `rl.getcommandbindings()` to get info about a command, including the key(s) bound to it, if any.
7
7
- Changed to also allow `clink.popuplist()` inside a function registered by `clink.onfiltermatches()`.
8
-
- Changed console input mode handling to more aggressively clear `ENABLE_VIRTUAL_TERMINAL_INPUT` since it interferes with input (especially <kbd>Ctrl</kbd> key combinations) and some console programs set it and accidentally neglect to clear it when they're finished.
8
+
- Changed console input mode handling to more aggressively clear `ENABLE_VIRTUAL_TERMINAL_INPUT` since it interferes with input (especially <kbd>Ctrl</kbd> key combinations) and some console programs set it but accidentally neglect to clear it when they're finished.
0 commit comments