terminology now supports XTVERSION, good for them

pull/2523/head
nick black 2 years ago
parent 5d9f66f48b
commit d44c37d717
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save