hosts: homes: mousqueton: 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
135cef2536
commit
ea5d240d83
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@
|
||||||
enableResurrect = true;
|
enableResurrect = 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