7

I have a Curses application that is running ok. It handles resizing the term well and everything draws ok. The only problem is that when endwin() is called it resets the terminal to the original size. IE, I'm using the application, I resize my term, I quit the application, my term goes back to the original size.

What do i need to do to prevent this?

Thanks.

Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105
Brayton
  • 71
  • 1
  • 3
    Ok so i figured out what was happening. The problem was with my terminal, not my Curses application. The terminal (Apples Terminal program) supports tabs. When the application would exit the Terminal was resizing itself to the size of Tab 1. Pulling the application tab out into its own window or setting it as tab one fixes the problem. Thanks to everyone who gave me their time. – Brayton Feb 25 '11 at 19:04
  • 4
    You should put that in an answer and accept it. – RobEarl Aug 04 '13 at 20:28

0 Answers0