Skip to content

Commit

Permalink
Add screen and tmux to terminal feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jan 31, 2022
1 parent 079d60f commit df67f46
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,17 @@ termenv.EnableMouseAllMotion()
termenv.DisableMouseAllMotion()
```

## Compatibility
## Optional Feature Support

| Terminal | Alt Screen | Change Cursor Color | Change Default Foreground Color | Change Default Background Color | Query Color Scheme | Query Cursor Position | Set Window Title |
| ---------------- | :--------: | :-----------------: | :-----------------------------: | :-----------------------------: | :----------------: | :-------------------: | :--------------: |
| alacritty ||||||||
| kitty ||||||||
| Konsole ||||||||
| rxvt ||||||||
| screen ||||||||
| st ||||||||
| tmux ||||||||
| vte-based[^vte] ||||||||
| wezterm ||||||||
| xterm ||||||||
Expand All @@ -297,8 +299,8 @@ You can help improve this list! Check out [how to](ansi_compat.md) and open an i

### Color Support

- 24-bit (RGB): alacritty, Gnome Terminal, iTerm, kitty, konsole, st, wezterm, Windows Terminal
- 8-bit (256): rxvt, xterm, Apple Terminal
- 24-bit (RGB): alacritty, Gnome Terminal, iTerm, kitty, konsole, st, tmux, wezterm, Windows Terminal
- 8-bit (256): rxvt, screen, xterm, Apple Terminal

## Color Chart

Expand Down

0 comments on commit df67f46

Please sign in to comment.