将以下行添加到〜/ .irbrc(如果不存在则创建一个):
Signal.trap('SIGWINCH',proc { y,x = `stty size`.split.map(&:to_i); Hirb::View.resize(x,y) if defined? Hirb } )