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:
parent
ea5d240d83
commit
19ba9e9442
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = { };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue