mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
terminology: enable quadrants
This commit is contained in:
parent
c573f68507
commit
b0eed357cf
@ -87,7 +87,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. 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. |
|
||||
|
@ -614,6 +614,7 @@ apply_term_heuristics(tinfo* ti, const char* termname, int fd,
|
||||
}else if(qterm == TERMINAL_TERMINOLOGY){
|
||||
termname = "Terminology";
|
||||
ti->caps.rgb = false; // as of at least 1.9.0
|
||||
ti->caps.quadrants = true;
|
||||
}
|
||||
// run a wcwidth(⣿) to guarantee libc Unicode 3 support, independent of term
|
||||
if(wcwidth(L'⣿') < 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user