mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
* Added support for using the ';' character as the command separator for rdclilogedit(1).
This commit is contained in:
@@ -118,6 +118,7 @@ void MainObject::userData()
|
||||
for(int i=0;i<n;i++) {
|
||||
switch(0xFF&data[i]) {
|
||||
case 10:
|
||||
case ';':
|
||||
DispatchCommand(edit_accum);
|
||||
edit_accum="";
|
||||
break;
|
||||
|
Reference in New Issue
Block a user