Variable EditLine._passwordChar

class EditLine
{
  // ...
  dchar _passwordChar = '\0';
  // ...
}