@particle-academy/fancy-term-host 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -371,7 +371,7 @@ var InProcessBackend = class extends events.EventEmitter {
371
371
  };
372
372
  env.TERM = env.TERM || "xterm-256color";
373
373
  const pty = nodePty.spawn(shell, args, {
374
- name: "xterm-color",
374
+ name: env.TERM,
375
375
  // Native-convert + validate the requested dir; a stale/foreign/MSYS
376
376
  // cwd (e.g. Git Bash's /c/Users/me) would otherwise crash spawn with
377
377
  // Windows ERROR_DIRECTORY (267). Falls back to home if unusable.