repositories
/
liquid-crystal-terminal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
630227a
)
Handle escape characters in terminal.sh write
author
Camil Staps
<info@camilstaps.nl>
Sat, 17 Jun 2017 15:05:02 +0000
(15:05 +0000)
committer
Camil Staps
<info@camilstaps.nl>
Sat, 17 Jun 2017 15:05:02 +0000
(15:05 +0000)
terminal.sh
patch
|
blob
|
history
diff --git
a/terminal.sh
b/terminal.sh
index
4b7efea
..
7eb43dd
100755
(executable)
--- a/
terminal.sh
+++ b/
terminal.sh
@@
-62,7
+62,7
@@
backlight () {
}
write () {
- echo -n "${@:1}" > "$PORT"
+ echo -n
e
"${@:1}" > "$PORT"
}
stty -F "$PORT" -crtscts -hupcl "$BAUD"