jtdaugherty / vty

A high-level ncurses alternative written in Haskell
BSD 3-Clause "New" or "Revised" License
319 stars 57 forks source link

use XTermColor when TERM=tmux* #249

Closed frasertweedale closed 2 years ago

frasertweedale commented 2 years ago

tmux up to version 3.2 sets TERM=screen. Since tmux-3.3 the default value of TERM is set at build time. The value is the first of the following values that is available on the build system:

Update vty to use XTermColor when TERM=tmux*.

jtdaugherty commented 2 years ago

Thanks!