aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cutter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutter.go b/cutter.go
index 9fe5d6a..b4afce3 100644
--- a/cutter.go
+++ b/cutter.go
@@ -71,7 +71,7 @@ const (
)
func (c Cutter) step(dir StepDirection) {
- fmt.Fprintf(c, "\x1e\x00%c", dir)
+ fmt.Fprintf(c, "\x1b\x00%c", dir)
c.Flush()
}