Re: [PATCH] V15nearcolor.ztst: use rxvt-unicode as another 88-color terminal
dana <[email protected]> Wed, 24 Jun 2026 15:59:18 +0000
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed 24 Jun 2026, at 08:25, Jun T wrote: > The patch below checks for rxvt-unicode (exists in Ubuntu) as > another possibility of 88-color terminal. > > If one of 88 or 256 color terminals is not found, only part of > the tests for that number of colors is skipped. > > # Are there any 256-color terminals that should be checked for if > # xterm-256color is not available? thanks, i like that any terminal that reports 88/256 colours and uses the tested sequences for those colours should work. maybe something like this? 88: xterm-88color rxvt-88color rxvt-unicode 256: xterm-256color rxvt-256color macos doesn't need the rxvt ones, but i note that it has -88color and not -unicode, so maybe there's some other system that wants that all of the other terms with *-256color in the name, along with kitty, alacritty, etc, seem to work as well, but i assume xterm-256color is more widely available dana