Fix wezterm’s terminfo on arch
Kevin Burns

Kevin Burns @burnskp

About: A security focused devops engineer working on AI and HPC systems

Location:
Minnesota, US
Joined:
Jun 23, 2024

Fix wezterm’s terminfo on arch

Publish Date: Jul 20 '24
0 0

Arch Linux pulls the terminfo for wezterm from the ncurses package. This contains an older terminfo that doesn’t contain as many features. For example, neovim’s set title doesn’t work with this terminfo.

An easy way to fix this is to build the terminfo from wezterm’s github repo

curl https://raw.githubusercontent.com/wez/wezterm/main/termwiz/data/wezterm.terminfo | tic -x -
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment