Skip to content

Commit

Permalink
feat(cellbuf): add contour to xterm-like terminals
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Dec 10, 2024
1 parent f5d04ce commit bfa18c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cellbuf/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ func isXtermLike(termtype string) (v bool) {
switch parts[0] {
case
"alacritty",
"contour",
"foot",
"ghostty",
"kitty",
Expand Down

0 comments on commit bfa18c6

Please sign in to comment.