mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
"it's" -> "its", in crossterm.rs
(#10860)
This commit is contained in:
parent
886d307b9e
commit
3a03109a99
@ -83,7 +83,7 @@ pub fn from_env_or_default(config: &EditorConfig) -> Self {
|
||||
Ok(t) => Capabilities {
|
||||
// Smulx, VTE: https://unix.stackexchange.com/a/696253/246284
|
||||
// Su (used by kitty): https://sw.kovidgoyal.net/kitty/underlines
|
||||
// WezTerm supports underlines but a lot of distros don't properly install it's terminfo
|
||||
// WezTerm supports underlines but a lot of distros don't properly install its terminfo
|
||||
has_extended_underlines: config.undercurl
|
||||
|| t.extended_cap("Smulx").is_some()
|
||||
|| t.extended_cap("Su").is_some()
|
||||
|
Loading…
Reference in New Issue
Block a user