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:
Fred Gleason
2016-07-22 12:59:02 -04:00
parent c769a571dc
commit ef248a0c57
3 changed files with 6 additions and 1 deletions

View File

@@ -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;