Is there a way to block terminal size? Or does exist a terminal which allows this?

280 views Asked by At

I'm writing a program in python curses, I just wanted to prevent curses crashing with terminal resizing so I was wondering if there is a way to lock terminal size to 80x24.

0

There are 0 answers