Browse code

Fix panic on winsize syscall

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>

Tonis Tiigi authored on 2016/04/14 09:08:00
Showing 1 changed files
... ...
@@ -27,6 +27,8 @@ type State struct {
27 27
 type Winsize struct {
28 28
 	Height uint16
29 29
 	Width  uint16
30
+	x      uint16
31
+	y      uint16
30 32
 }
31 33
 
32 34
 // StdStreams returns the standard streams (stdin, stdout, stedrr).