add recommended terminfo for putty #1295

pull/1297/head
nick black 3 years ago
parent b48d84b968
commit 559e274aa8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -27,7 +27,7 @@ relies on the font. Patches to correct/complete this table are very welcome!
| Konsole | ❌ |? |`TERM=konsole-direct` | |
| 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 | ? |? | | |
| PuTTY | ❌ |❌ |`TERM=putty-256color` `COLORTERM=24bit` | |
| rxvt | ? |? | | |
| Sakura | ✅ |? |`TERM=vte-256color` `COLORTERM=24bit` | No terminfo entry? |
| GNU Screen | ❌ |? |`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. |

Loading…
Cancel
Save