Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正常に動作している Curses アプリケーションがあります。用語のサイズ変更を適切に処理し、すべてが正常に描画されます。唯一の問題は、endwin()が呼び出されると端末が元のサイズにリセットされることです。IE、アプリケーションを使用しています。用語のサイズを変更し、アプリケーションを終了すると、用語が元のサイズに戻ります。
endwin()
これを防ぐために何をする必要がありますか?
ありがとう。