Hello all,
I'm looking into curses mode as an alternative to GTK since the latter introduces a few problems. I'm however having trouble setting up the subwindow options ('=' then 'w - subwindow display settings').
1. Can I really only construct a 2x2 grid of subwindows in curses mode? I'd like to play with 5 opened subwindows, but I can only see 3 plus the main one)
2. Can I instruct angband on the number of lines of each subwindow? I'd like to reduce the monster recall and messages subwindows, for instance, to 8 lines, instead of what I believe is the current 24.
3. Can I tell Angband to not use it's own fonts? I'd like to play the game with my own fonts as defined in .Xdefaults and that I use for all my terminal windows.
edit:
For clarification I''m running 3.1.2v2, built with X11, GTK and SDL disabled.
I'm executing with: "angband -mgcu -- -a"
I'm looking into curses mode as an alternative to GTK since the latter introduces a few problems. I'm however having trouble setting up the subwindow options ('=' then 'w - subwindow display settings').
1. Can I really only construct a 2x2 grid of subwindows in curses mode? I'd like to play with 5 opened subwindows, but I can only see 3 plus the main one)
2. Can I instruct angband on the number of lines of each subwindow? I'd like to reduce the monster recall and messages subwindows, for instance, to 8 lines, instead of what I believe is the current 24.
3. Can I tell Angband to not use it's own fonts? I'd like to play the game with my own fonts as defined in .Xdefaults and that I use for all my terminal windows.
edit:
For clarification I''m running 3.1.2v2, built with X11, GTK and SDL disabled.
I'm executing with: "angband -mgcu -- -a"
Comment