Lines Matching defs:display
30 display(update_board) -- If update_board is true, compute the
31 next generation. Then display the state
37 versa, and refresh the screen display
43 scr -- curses screen object to use for display
85 """Clear the entire board and update the board display"""
87 self.display(update_board=False)
89 def display(self, update_board=True):
167 # Clear the screen and display the menu of keys
189 board.display(update_board=False)
216 board.display()
229 board.display(update_board=False)
231 board.display()