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 773d26598e
commit 3f1840b42c
2 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,8 @@
terminalFeatures = {
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
xterm-256color = { };
# Terminal app uses `xterm.js`, not HTerm
"xterm.js" = { };
};
};

View file

@ -35,6 +35,8 @@
terminalFeatures = {
# HTerm uses `xterm-256color` as its `$TERM`, so use that here
xterm-256color = { };
# Terminal app uses `xterm.js`, not HTerm
"xterm.js" = { };
};
};
};