Hi,
I'm designing a simple python game in the spirit of nethack, in which a grid is printed and the objects in it move around based on your commands. The way I am doing it makes is so you can scroll up to see all the previous moves, but I want a fairly simple way to make the grid fixed in place...