so this:
refers to what I called 'virtual windows' in my last post?
Odd that it refuses to run with any of the -mgcu subopts if so.
Usage info for -mgcu is as follows:
* angband -mgcu -- [-a] [-b] [-B] [-nN]
*
* -a Use ASCII walls
* -b Big screen (equivalent to -n1)
* -B Use brighter bold characters
* -nN Use N terminals (up to 6)
But I know from experience and reading through old threads here that there's only support for 4 terminals using a single curses window. So where is the 6 coming from there?
I could probably eventually hack what looked like real subwindows out of it, I can at least try and make sure the virtual subwindows are available though.
refers to what I called 'virtual windows' in my last post?
Odd that it refuses to run with any of the -mgcu subopts if so.
Usage info for -mgcu is as follows:
* angband -mgcu -- [-a] [-b] [-B] [-nN]
*
* -a Use ASCII walls
* -b Big screen (equivalent to -n1)
* -B Use brighter bold characters
* -nN Use N terminals (up to 6)
But I know from experience and reading through old threads here that there's only support for 4 terminals using a single curses window. So where is the 6 coming from there?
I could probably eventually hack what looked like real subwindows out of it, I can at least try and make sure the virtual subwindows are available though.
Comment