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 c47c45a commit 60c59b7Copy full SHA for 60c59b7
Changes
@@ -1,6 +1,8 @@
1
Revision history for Terminal-LineEditor
2
3
{{$NEXT}}
4
+
5
+0.0.14 2023-06-11T17:48:28-07:00
6
[Compatibility]
7
- Replace Unicode 7.0 scroll markers with Unicode 1.1 markers for terminal
8
compatibility improvement at the cost of minor vertical misalignment
META6.json
@@ -29,5 +29,5 @@
29
],
30
"test-depends": [
31
32
- "version": "0.0.13"
+ "version": "0.0.14"
33
}
lib/Terminal/LineEditor.rakumod
@@ -1,4 +1,4 @@
-unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.13>;
+unit class Terminal::LineEditor:auth<zef:japhb>:api<0>:ver<0.0.14>;
=begin pod
0 commit comments