rxvt and screen both support pixels in TIOCGWINSZ

pull/1885/head^2
nick black 3 years ago
parent 8365764b43
commit 39fc2553b1
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -77,9 +77,9 @@ relies on the font. Patches to correct/complete this table are very welcome!
| Linux console | ❌ | ✅ |see [below](#the-linux-console) |`TERM=linux` `COLORTERM=24bit` | 8 (512 glyph fonts) or 16 (256 glyph fonts) colors max, but RGB values are downsampled to a 256-index palette. See below. |
| mlterm | ✅ | ❌ |? |`TERM=mlterm-256color` | Do not set `COLORTERM`. `mlterm-direct` gives strange results. |
| PuTTY | | ❌ |❌ |`TERM=putty-256color` `COLORTERM=24bit` | |
| rxvt | | ? |? | | |
| rxvt | | ? |? | | |
| Sakura | ✅ | ✅ |? |`TERM=vte-256color` `COLORTERM=24bit` | VTE-derived, no terminfo entry. |
| GNU Screen | | ❌ |n/a |`TERM=screen.OLDTERM` | Must be compiled with `--enable-256color`. `TERM` should typically be `screen.` suffixed by the appropriate `TERM` value for the true connected terminal, e.g. `screen.vte-256color`. See below. |
| GNU Screen | | ❌ |n/a |`TERM=screen.OLDTERM` | Must be compiled with `--enable-256color`. `TERM` should typically be `screen.` suffixed by the appropriate `TERM` value for the true connected terminal, e.g. `screen.vte-256color`. See below. |
| st ("suckless") | ✅ | ✅ |? |`TERM=st-256color` `COLORTERM=24bit` | |
| Terminator | ✅ | ? |? | ? | |
| Terminology | ❌ | ❌ |? | `TERM=terminology` | |

Loading…
Cancel
Save