Skip to content
Snippets Groups Projects
Commit 524ff027 authored by echicken's avatar echicken
Browse files

Set ClientVars.ConnectAnsi to...

Set ClientVars.ConnectAnsi to http://<hostname>:<port>/<appendURL>/ftelnet/ftelnet-resources/connectansi.txt.
Users may overwrite this file with an ANSI graphic of their choosing.
parent 78f4a174
Branches
Tags
No related merge requests found
......@@ -29,8 +29,9 @@ var ClientVars = {
AutoConnect : 0,
BitsPerSecond : 115200,
CodePage : "437",
ConnectButtonX : -0.08,
ConnectButtonY : 0.30,
ConnectButtonX : 0,
ConnectButtonY : 0,
ConnectAnsi : "http://<?xjs write(webIni.HostName); ?>:<?xjs write(webIni.HTTPPort); ?>/ftelnet/ftelnet-resources/connectansi.txt",
Enter : "\r",
FontWidth : 9,
FontHeight : 16,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment