WIP: xterm.js
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2025-04-17 09:58:45 +00:00
parent 29ae755d41
commit 8987085494
2 changed files with 4 additions and 0 deletions

View file

@ -15,6 +15,8 @@
terminalFeatures = {
# HTerm configured to use a more accurate terminfo entry than `xterm-256color`
hterm-256color = { };
# Terminal app uses `xterm.js`, not HTerm
"xterm.js" = { };
};
};

View file

@ -21,6 +21,8 @@
terminalFeatures = {
# HTerm configured to use a more accurate terminfo entry than `xterm-256color`
hterm-256color = { };
# Terminal app uses `xterm.js`, not HTerm
"xterm.js" = { };
};
};
};