# File lib/rbreadline.rb, line 2615
  def ctrl_char(c)
    c < "\x20"
  end