Skip to content

Commit

Permalink
Add terminal compatbility list to README
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Jan 31, 2022
1 parent 9d49376 commit b0f0c3f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Expand Up @@ -273,6 +273,28 @@ termenv.EnableMouseAllMotion()
termenv.DisableMouseAllMotion()
```

## Compatibility

| Terminal | Alt Screen | Change Cursor Color | Change Default Foreground Color | Change Default Background Color | Query Color Scheme | Query Cursor Position | Set Window Title |
| ---------------- | :--------: | :-----------------: | :-----------------------------: | :-----------------------------: | :----------------: | :-------------------: | :--------------: |
| alacritty ||||||||
| Gnome Terminal ||||||||
| kitty ||||||||
| konsole ||||||||
| rxvt ||||||||
| wezterm ||||||||
| xterm ||||||||
| Linux Console ||||||||
| Apple Terminal ||||||||
| iTerm ||||||||
| Power Shell ||||||||
| Windows Terminal ||||||||

### Color Support

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

## Color Chart

![ANSI color chart](https://github.com/muesli/termenv/raw/master/examples/color-chart/color-chart.png)
Expand Down

0 comments on commit b0f0c3f

Please sign in to comment.