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 在两个不同的窗口中显示数据。由于代码可能在 X11 终端中运行,我希望在终端调整大小时调整 curses 窗口的大小。有没有办法做到这一点?
利用:
Signal.trap("SIGWINCH") do ... end