Skip to content

Commit

Permalink
"it's" -> "its", in crossterm.rs (#10860)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudxain committed Jun 7, 2024
1 parent 886d307 commit 3a03109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-tui/src/backend/crossterm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl Capabilities {
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()
Expand Down

0 comments on commit 3a03109

Please sign in to comment.