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 e9357c1 commit 88d0579Copy full SHA for 88d0579
Changes
@@ -1,6 +1,9 @@
1
Revision history for Terminal-Capabilities
2
3
{{$NEXT}}
4
+ [Bug Fix]
5
+ - Ghostty supports the Full symbol-set
6
+
7
8
0.0.6 2025-10-06T00:04:43-07:00
9
[Features]
lib/Terminal/Capabilities/Autodetect.rakumod
@@ -89,7 +89,7 @@ sub terminal-env-detect() is export {
89
}
90
elsif $prog eq 'ghostty' {
91
# Ghostty sets COLORTERM=truecolor, detected above
92
-
+ $symbol-set = symbol-set('Full') if $has-utf8;
93
$italic = True;
94
$emoji-text = True;
95
$emoji-color = True;
0 commit comments