Splitting Line

m4u
09 Aug 2012, 05:49
Hellow, I'd like to create a line for spliting the screen, is it posible?

For now what i did is to create a line manually on some description like this: -----------------------------------------

But the problem is that depending on the size of the window it gets small or larger, any idea?

sgreig
09 Aug 2012, 21:17
Do you mean you actually want to split the screen in Quest? If so, that's not possible.

You could print a line of dashes like that on the screen, but it's not really splitting anything because the text will continue to scroll upwards of the screen whenever stuff gets typed in like it currently does. I suppose you could try to fake it by writing a function that constantly clears the screen and redraws it with the line, but I don't think it would work very well and it's a lot of work for something that likely still won't do what you're looking for.

m4u
10 Aug 2012, 15:55
Thank you. Anyone else?