Skip to content

Commit 88d0579

Browse files
committed
Fix: Ghostty supports symbol-set 'Full'
1 parent e9357c1 commit 88d0579

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Revision history for Terminal-Capabilities
22

33
{{$NEXT}}
4+
[Bug Fix]
5+
- Ghostty supports the Full symbol-set
6+
47

58
0.0.6 2025-10-06T00:04:43-07:00
69
[Features]

lib/Terminal/Capabilities/Autodetect.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ sub terminal-env-detect() is export {
8989
}
9090
elsif $prog eq 'ghostty' {
9191
# Ghostty sets COLORTERM=truecolor, detected above
92-
92+
$symbol-set = symbol-set('Full') if $has-utf8;
9393
$italic = True;
9494
$emoji-text = True;
9595
$emoji-color = True;

0 commit comments

Comments
 (0)