This error could be caught with a better desscripton
Traceback (most recent call last):
File "cuckoo_sim.py", line 312, in
curses.wrapper(main)
File "/usr/lib/python3.8/curses/init.py", line 105, in wrapper
return func(stdscr, *args, **kwds)
File "cuckoo_sim.py", line 273, in main
draw_box(stdscr, 1, 2, TABLE_SIZE + 2, 22, "TABLE 1")
File "cuckoo_sim.py", line 23, in draw_box
win.addch(y + height, x + i, curses.ACS_HLINE)
_curses.error: addch() returned ERR
Window needs to be a certain size before it will work.
This error could be caught with a better desscripton
Traceback (most recent call last):
File "cuckoo_sim.py", line 312, in
curses.wrapper(main)
File "/usr/lib/python3.8/curses/init.py", line 105, in wrapper
return func(stdscr, *args, **kwds)
File "cuckoo_sim.py", line 273, in main
draw_box(stdscr, 1, 2, TABLE_SIZE + 2, 22, "TABLE 1")
File "cuckoo_sim.py", line 23, in draw_box
win.addch(y + height, x + i, curses.ACS_HLINE)
_curses.error: addch() returned ERR
Window needs to be a certain size before it will work.