hosts: homes: bazin: fix terminal name

Turns out I *can* use a more accurate terminfo entry for HTerm.

This fixes undercurl rendering in that terminal.
This commit is contained in:
Bruno BELANYI 2025-04-16 21:27:48 +01:00
parent ea5d240d83
commit 19ba9e9442

View file

@ -13,8 +13,8 @@
enablePassthrough = true; enablePassthrough = true;
terminalFeatures = { terminalFeatures = {
# HTerm uses `xterm-256color` as its `$TERM`, so use that here # HTerm configured to use a more accurate terminfo entry than `xterm-256color`
xterm-256color = { }; hterm-256color = { };
}; };
}; };