Skip to content

Commit

Permalink
chore(deps): bump node-pty from 1.0.0 to 1.1.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeem committed Feb 24, 2024
1 parent 7568d4c commit b4ea42a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "termoki",
"productName": "Termoki",
"version": "0.7.1-alpha",
"version": "0.8.1-alpha1",
"author": "Jad Alkheder (@jjeem)",
"description": "Terminal emulator with web tech",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@jjeem/detect-shell": "^1.0.2",
"electron-squirrel-startup": "^1.0.0",
"node-pty": "^1.0.0",
"node-pty": "1.1.0-beta7",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-unicode11": "^0.6.0",
Expand Down
20 changes: 11 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/pty/ShellProcess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const defaultOptions: PtySpwanOptions = {
TODO: conpty causes electron to freeze when killing shell sometimes
so "false" for now
*/
useConpty: false,
useConpty: true,
};

class ShellProcess {
Expand Down

0 comments on commit b4ea42a

Please sign in to comment.