NAKAZATO Hajime

Results 2 issues of NAKAZATO Hajime

Hello, I found CTRL-C doesn't raise KeyboardInterrupt in windows-curses. ``` import time import curses def main(stdscr): begin_x, begin_y = 20, 7 width, height = 40, 5 win = curses.newwin(height, width,...