From 17d9154a0bc416504d27d5e075c8c97bcc9fbbff Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 11 May 2015 18:19:24 +0200 Subject: Add FS, probable debug interface --- cutter.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cutter.go') diff --git a/cutter.go b/cutter.go index ecf2014..77fd739 100644 --- a/cutter.go +++ b/cutter.go @@ -73,7 +73,8 @@ func NewCutter(io *bufio.ReadWriter, o Orientation, rmlen Unit) Cutter { const ( NUL = 0x00 ETX = 0x03 // End of Text - ESC = 0x1b + ESC = 0x1B // Escape + FS = 0x1C // File Separator ) func (c Cutter) Add(a ...interface{}) { -- cgit v1.2.3