You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/ttyd.man.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,8 +123,11 @@ ttyd has a mechanism to pass server side command-line arguments to the browser p
123
123
-`-t enableZmodem=true`: enable [ZMODEM](https://en.wikipedia.org/wiki/ZMODEM) / [lrzsz](https://ohse.de/uwe/software/lrzsz.html) file transfer support
124
124
-`-t enableTrzsz=true`: enable [trzsz](https://trzsz.github.io) file transfer support
125
125
-`-t enableSixel=true`: enable [Sixel](https://en.wikipedia.org/wiki/Sixel) image output support ([Usage](https://saitoha.github.io/libsixel/))
126
+
-`-t closeOnDisconnect=true`: close the terminal on disconnection, this will disable reconnect
126
127
-`-t titleFixed=hello`: set a fixed title for the browser window
127
128
-`-t fontSize=20`: change the font size of the terminal
129
+
-`-t unicodeVersion=11`: set xterm unicode support level (default: 11, use 6 to disable unicode addon)
130
+
-`-t trzszDragInitTimeout=3000`: set the timeout in milliseconds for initializing drag and drop files to upload. (default: 3000)
0 commit comments