Skip to content

Commit

Permalink
fix: use --writable command for ttyd
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed May 15, 2023
1 parent 7e6f29e commit 22854ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tty.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func buildTtyCmd(port int, shell Shell) *exec.Cmd {
"-t", "enableSixel=true",
"-t", "customGlyphs=true",
"--once", // will allow one connection and exit
"--writable",
}

args = append(args, shell.Command...)
Expand Down

0 comments on commit 22854ac

Please sign in to comment.