12-13-2022, 12:19 PM
(12-13-2022, 10:29 AM)Pete Wrote: What's that Steve? You say you need a right click popup menu with that? ALRIGHTY THEN...
This looks fascinating but I had to make a minor adjustment on line 367 because the separators were overflowing at the right-hand side:
Code: (Select All)
IF i + 1 < WinCon.noi THEN PRINT CHR$(195) + STRING$(mwidth - 3, CHR$(196)) + "ยด";
Not sure why that opposite grave-accent was able to print a line-graphics character, but the first character produced an accented vowel which was the lowercased version of itself. :/