# File lib/rbreadline.rb, line 2647
  def vis_line(line)
    ((line) > @_rl_vis_botlin) ? "" : vis_chars(line)
  end