Skip to content

do not crash if termbox fails to init

Warren Gifford requested to merge cp/do-not-crash-if-termbox-fails-to-init into main

Created by: chrispine

I'd like to debug in VS Code, but termbox fails to init in that environment for some reason. Since all we want is the size, how about if we fall back to a reasonable default (80x25) in that case?

Merge request reports

Loading