# File lib/sup/buffer.rb, line 44
  def safe_nonblocking_getch
    nonblocking_getch
  rescue Interrupt
    KEY_CANCEL
  end