1
Programming / Re: BearLibTerminal: a pseudo-terminal window library for roguelike
« on: August 08, 2016, 03:16:00 PM »
self.on_move_events() is the only function in that code that draws on the terminal, it isn't called until brlb.has_input() returns True. To fix this you should call your screen update function before the first time brlb.refresh() is called.