Confirmation

- The 'delete' command now requires confirmation by default, unless
  rc.confirmation=off.  Implemented properly this time.
This commit is contained in:
Paul Beckingham
2011-10-15 23:06:38 -04:00
parent 27d6407493
commit 3786e6cff3
3 changed files with 13 additions and 6 deletions

View File

@@ -75,6 +75,7 @@ protected:
std::string _description;
bool _read_only;
bool _displays_id;
bool _needs_confirm;
// Permission support
bool _permission_quit;