[comp.sources.games.bugs] omega redraws screen too often, I quit.

ccea3@rivm.UUCP (Adri Verhoef) (02/02/88)

I was trying to run omega on a VAX 11/750 (sys V.2),
but the screen got redrawn too often after each move.
Maybe it was the version of curses?  Well, it could be:
the rogue III clone (by Tim Stoehr, tims@zeus) shows
some bugs in curses here.
Then I tried running omega on a microVAX II (sys V.3),
but the effect is merely the same: each move that I make
makes the game redraw its screen twice or more.
On this machine the version of curses doesn't show
any bugs in the rogue III clone.

In the rogue III clone, on sys V.2, I had to leave out some line with:
	wrefresh(curscr);
On sys V.3, I didn't have to do that.  It worked properly.

So, what's wrong with omega? (yeah, blame the game.)