example terminal.tcl uses LF terminator

This commit is contained in:
2024-06-06 11:26:10 +02:00
parent f6848f0503
commit 5bf5cb9a67

View File

@ -19,7 +19,7 @@
# along with StreamDevice. If not, see https://www.gnu.org/licenses/. # along with StreamDevice. If not, see https://www.gnu.org/licenses/.
#########################################################################/ #########################################################################/
terminator = CR LF; terminator = LF;
cmd { cmd {
out "%s"; out "%s";