From 88561139548e7eb0bde077cbfb6bfbf276e83546 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 23 Apr 2015 21:23:36 +0200 Subject: Fix step --- cutter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutter.go') 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() } -- cgit v1.2.3