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.
Ruby で curses を使用して、2 つの異なるウィンドウにデータを表示しています。コードは X11 端末で実行される可能性があるため、端末のサイズが変更されたときに curses ウィンドウのサイズも変更したいと考えています。それを行う方法はありますか?
使用する:
Signal.trap("SIGWINCH") do ... end