Skip to content

Commit

Permalink
Update websocket.md with fix for defCrsrAttr issue
Browse files Browse the repository at this point in the history
Documentation is wrong when it comes to configuring the VTX client. This cause me a bit of headache and googling, so would be nice to have the documentation updated.

defCrsrAttr is an array not a number and it prevents the VTX client from connecting.

Ref: 
NuSkooler#500
  • Loading branch information
notepid authored Mar 19, 2024
1 parent 4133d16 commit f143662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_docs/servers/loginservers/websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ webserver, and unpack it to a temporary directory.
xScale: 1,
initStr: "",
defPageAttr: 0x1010,
defCrsrAttr: 0x0207,
defCrsrAttr: ['thick', 'horizontal'],
defCellAttr: 0x0007,
telnet: 1,
autoConnect: 0
Expand Down

0 comments on commit f143662

Please sign in to comment.