We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127d9ce commit 3b533ddCopy full SHA for 3b533dd
Changes
@@ -1,6 +1,8 @@
1
Revision history for Terminal-LineEditor
2
3
{{$NEXT}}
4
+
5
+0.0.22 2025-10-07T16:59:08-07:00
6
[Functionality]
7
- Initial support for bracketed-paste-mode, inspired by timo++'s
8
https://github.com/japhb/Terminal-LineEditor/pull/13
META6.json
@@ -30,5 +30,5 @@
30
],
31
"test-depends": [
32
33
- "version": "0.0.21"
+ "version": "0.0.22"
34
}
lib/Terminal/LineEditor.rakumod
@@ -1,4 +1,4 @@
-unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.21>;
+unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.22>;
=begin pod
0 commit comments