Variable InputBox._editor

class InputBox
{
  // ...
  EditLine _editor;
  // ...
}