mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
comment
This commit is contained in:
@ -49,7 +49,10 @@ pub fn fgMode(
|
|||||||
break :text .normal;
|
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)) {
|
if (isPowerline(cp)) {
|
||||||
break :text .powerline;
|
break :text .powerline;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user