Hi everyone,
"Now, what's that TSch up to this time ??" you might think reading the subject ... ;-)
I'll tell you:
I wrote a little menu structure that comes together with an ASCII logo.
Might look something like this:
Problem is, that every time I insert or delete a line from the box on the left, it affects the look of the logo on the right and it is quite unnerving having to build the logo again each time ...
Is there any way to separate these from each other but still let them be displayed next to each other ?
Best Regards,
Thomas
"Now, what's that TSch up to this time ??" you might think reading the subject ... ;-)
I'll tell you:
I wrote a little menu structure that comes together with an ASCII logo.
Might look something like this:
Code:
+- Version:3.23 ---------------------+
| Some Text being displayed |
| together with several options |
| that can be chosen from ... | TTTTTTTTT
| | T
| (1) Something | T
| (2) Something else | T
| (Q) Quit | T SSSSSSSSS
| | T S
| | T S
| | SSSSSSSSS
| | S
| | S
| | SSSSSSSSS
+------------------------------------+
Problem is, that every time I insert or delete a line from the box on the left, it affects the look of the logo on the right and it is quite unnerving having to build the logo again each time ...
Is there any way to separate these from each other but still let them be displayed next to each other ?
Best Regards,
Thomas