File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed
docs/_docs/servers/loginservers Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -78,22 +78,24 @@ webserver, and unpack it to a temporary directory.
78
78
79
79
````javascript
80
80
var vtxdata = {
81
- sysName: "Your Awesome BBS",
82
- wsConnect: "wss://your-hostname.here:8811",
83
- term: "ansi-bbs",
84
- codePage: "CP437",
85
- fontName: "UVGA16",
86
- fontSize: "24px",
87
- crtCols: 80,
88
- crtRows: 25,
89
- crtHistory: 500,
90
- xScale: 1,
91
- initStr: "",
92
- defPageAttr: 0x1010,
93
- defCrsrAttr: ['thick', 'horizontal'],
94
- defCellAttr: 0x0007,
95
- telnet: 1,
96
- autoConnect: 0
81
+ sysName: "Your Awesome BBS",
82
+ wsConnect: "wss://your-hostname.here:8811",
83
+ term: "ansi-bbs",
84
+ codePage: "CP437",
85
+ fontName: "UVGA16",
86
+ fontSize: "24px",
87
+ crtCols: 80,
88
+ crtRows: 25,
89
+ crtHistory: 500,
90
+ xScale: 1,
91
+ initStr: "",
92
+ defPageAttr: 0x1010,
93
+ defCrsrAttr: ['thick', 'horizontal'],
94
+ defCellAttr: 0x0007,
95
+ telnet: 1,
96
+ autoConnect: 0,
97
+ wsProtocol: 'telnet',
98
+ wsDataType: 'arraybuffer',
97
99
};
98
100
````
99
101
You can’t perform that action at this time.
0 commit comments