mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
terminology now supports XTVERSION, good for them
This commit is contained in:
parent
5d9f66f48b
commit
d44c37d717
@ -90,7 +90,7 @@ relies on the font. Patches to correct/complete this table are very welcome!
|
||||
| [Tabby](https://github.com/Eugeny/tabby) | ? | ? | ? | ? | |
|
||||
| [Terminal.app](https://en.wikipedia.org/wiki/Terminal_(macOS)) | ✅ | ❌ | ❌ | `TERM=xterm-256color`| No RGB; no `ccc` despite wanting `xterm-256color`. |
|
||||
| [Terminator](https://github.com/software-jessies-org/jessies/wiki/Terminatorhttps://github.com/software-jessies-org/jessies/wiki/Terminator) | ✅ | ? |? | ? | |
|
||||
| [Terminology](https://github.com/borisfaure/terminology) | ❌ | ❌ |✅ | `TERM=terminology` | Identified via DA3. 256 colors, no RGB. |
|
||||
| [Terminology](https://github.com/borisfaure/terminology) | ❌ | ❌ |✅ | `TERM=terminology` | Identified via DA3 before XTVERSION. 256 colors, no RGB. |
|
||||
| [Tilda](https://github.com/lanoxx/tilda) | | ? |? | ? | |
|
||||
| [tmux](https://github.com/tmux/tmux/wiki) | ✅ | ❌ |n/a |`TERM=tmux-256color` `COLORTERM=24bit`| `tmux.conf` must apply `Tc`; see below. `bce` is available with the `tmux-256color-bce` definition. |
|
||||
| [WezTerm](https://github.com/wez/wezterm) | ✅ | ✅ |? |`TERM=wezterm` `COLORTERM=24bit` | See below. |
|
||||
|
@ -1352,6 +1352,7 @@ xtversion_cb(inputctx* ictx){
|
||||
{ .prefix = "tmux ", .suffix = 0, .term = TERMINAL_TMUX, },
|
||||
{ .prefix = "iTerm2 ", .suffix = 0, .term = TERMINAL_ITERM, },
|
||||
{ .prefix = "mintty ", .suffix = 0, .term = TERMINAL_MINTTY, },
|
||||
{ .prefix = "terminology ", .suffix = 0, .term = TERMINAL_TERMINOLOGY, },
|
||||
{ .prefix = NULL, .suffix = 0, .term = TERMINAL_UNKNOWN, },
|
||||
}, *xtv;
|
||||
for(xtv = xtvers ; xtv->prefix ; ++xtv){
|
||||
|
Loading…
x
Reference in New Issue
Block a user