Page 1 of 1

Style default command line

Posted: Sat Jan 30, 2021 9:16 pm
by jwrobbs
Is there a way to style or move the default command line? I can add margins to the display window. I'd like to make the main display window and the command line aligned (and not all the way to the left of the screen).

My apologies if this has been addressed. All of my searches have let me to Geyser functions which don't seem to apply. (Or I don't know how to apply them.)

Re: Style default command line

Posted: Mon Feb 01, 2021 10:36 am
by Alyven
I think what you are trying to do is to change the default command line stylesheet which is done by https://wiki.mudlet.org/w/Manual:Lua_Fu ... StyleSheet
An example to get the command line aligned can be found here https://wiki.mudlet.org/w/Manual:Script ... ne_over.3F

Re: Style default command line

Posted: Mon Feb 01, 2021 9:31 pm
by jwrobbs
Yes, that is what I'm trying to do.
That info looks like it's in the ballpark. I'll need to do some testing.

Re: Style default command line

Posted: Mon Feb 01, 2021 10:16 pm
by jwrobbs
It wasn't working at 1st. Installed an update and it did. Thank you, Alyven