aboutsummaryrefslogtreecommitdiff
path: root/robo.go
diff options
context:
space:
mode:
Diffstat (limited to 'robo.go')
-rw-r--r--robo.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/robo.go b/robo.go
index 10b3d25..cc05226 100644
--- a/robo.go
+++ b/robo.go
@@ -172,7 +172,10 @@ const (
Landscape
)
-func (o Orientation) Orientation(c *bufio.Writer) { send(c, "FN", o) }
+func (o Orientation) Orientation(c *bufio.Writer) {
+ orientation = o
+ send(c, "FN", o)
+}
type LineStyle int