Feature #11669
closedterminfo could know about rxvt-unicode
100%
Description
The rxvt-unicode software has its own terminal types:
- rxvt-unicode
- rxvt-unicode-256color
The terminal information for these is not shipped as part of the standard terminfo or termcap databases maintained by Thomas Dickey and commonly found as part of the ncurses software. In many GNU/Linux distributions this terminal is present as part of the standard terminfo and termcap data. This is common on Debian and Ubuntu, for example, while others like Arch sometimes use their own package. For software that's part of illumos and using our curses and terminal information suite, we should supply these additional terminal types, just like those Linux distributions. This will allow someone to ssh in, where their TERM is often forwarded, and use software like mdb, prstat, etc. Note, distributions may need to still do something similar for ncurses data if they have things set up such that there are separate terminfo databases.
Related issues
Updated by Rich Lowe over 3 years ago
- Subject changed from terminfo could know aobut rxvt-unicode to terminfo could know about rxvt-unicode
Updated by Robert Mustacchi over 3 years ago
To test this I went through and used various tools like mdb, prstat, etc. and they now worked.
Updated by Electric Monk over 3 years ago
- Status changed from New to Closed
git commit 90ffcda9b1f712011f19aba3612b22dcce407013
commit 90ffcda9b1f712011f19aba3612b22dcce407013 Author: Robert Mustacchi <rm@fingolfin.org> Date: 2019-10-25T15:25:03.000Z 11669 terminfo could know about rxvt-unicode Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Garrett D'Amore <garrett@damore.org>
Updated by Joshua M. Clulow 2 months ago
- Related to Feature #15517: terminfo could know about xterm-kitty added