You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when the terminal has not enough rows to print all vassals. I found that out by adding if pos >= 70: break to the vassall print loop (where 70 is around the number of rows visible in my terminal).
I get:
Think it could be some problem with curses being confused about the size of the terminal it has available? http://ubuntuforums.org/showthread.php?t=457689
The text was updated successfully, but these errors were encountered: