class Reline::ANSI

def self.in_pasting?

def self.in_pasting?
  @@in_bracketed_paste_mode or (not empty_buffer?)
end