mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-14 08:35:48 +01: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:
@@ -15382,3 +15382,6 @@
|
||||
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Implemented an end-of-log delimiter in the output of the 'list'
|
||||
command for rdclilogedit(1).
|
||||
2016-07-22 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added support for using the ';' character as the command separator
|
||||
for rdclilogedit(1).
|
||||
|
||||
@@ -67,7 +67,8 @@
|
||||
notion of an 'edit buffer' into which Rivendell logs can be loaded,
|
||||
modified and then saved back to the Rivendell database. The contents
|
||||
of the edit buffer can be manipulated by means of simple textual commands
|
||||
sent to STDIN. The following commands are supported:
|
||||
(seperated by newline or <userinput>;</userinput> sent to STDIN). The
|
||||
following commands are supported:
|
||||
</para>
|
||||
<variablelist remap='TP'>
|
||||
<varlistentry>
|
||||
|
||||
@@ -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