Configuration / Scripting / Script Prefix

Posted by Pompey1 on Tue 19 Jun 2012 04:44 AM — 4 posts, 17,503 views.

#0
There is no "script prefix" box on my configuration / scripting tab.

I manually added

script_prefix="/"

in the MCL file, and that has worked round the issue, but I have no idea why the input field is missing?

Linux 2.6.38-15 / Ubuntu 11.04 / Gnome 2.32.1 / Wine 1.2.2 / Mushclient 4.61
Australia Forum Administrator #1
Something to do with font sizes and the way Wine does dialog boxes.
#2
Yes, also the option is in the top right, see screenshot at:

http://www.sined.co.uk/tmp/mc.cfg.script.png

This wasn't where I was expecting to find it!
Australia Forum Administrator #3
What you can do is use the Immediate scripting window (Ctrl+I) and set the option through a script command:


SetAlphaOption ("script_prefix", "/")