mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
comment
This commit is contained in:
@ -49,7 +49,10 @@ pub fn fgMode(
|
||||
break :text .normal;
|
||||
}
|
||||
|
||||
// Special-case Powerline glyphs
|
||||
// Special-case Powerline glyphs. They exhibit box drawing behavior
|
||||
// and should not be constrained. They have their own special category
|
||||
// though because they're used for other logic (i.e. disabling
|
||||
// min contrast).
|
||||
if (isPowerline(cp)) {
|
||||
break :text .powerline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user