mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Implemented '!' override character in rdclilogedit(1) for the 'exit' command.
This commit is contained in:
@@ -176,7 +176,13 @@ void MainObject::DispatchCommand(QString cmd)
|
||||
// No loaded log needed for these
|
||||
//
|
||||
if((verb=="exit")||(verb=="quit")||(verb=="bye")) {
|
||||
exit(0);
|
||||
if(overwrite) {
|
||||
exit(0);
|
||||
}
|
||||
else {
|
||||
OverwriteError(verb);
|
||||
}
|
||||
processed=true;
|
||||
}
|
||||
|
||||
if((verb=="help")||(verb=="?")) {
|
||||
|
Reference in New Issue
Block a user