pull/3769/head
Junegunn Choi 3 weeks ago
parent 451fdd57f2
commit 89455760c5
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -28,7 +28,6 @@ const (
)
const consoleDevice string = "/dev/tty"
const fatalError string = "Failed to read " + consoleDevice
var offsetRegexp *regexp.Regexp = regexp.MustCompile("(.*)\x1b\\[([0-9]+);([0-9]+)R")
var offsetRegexpBegin *regexp.Regexp = regexp.MustCompile("^\x1b\\[[0-9]+;[0-9]+R")

Loading…
Cancel
Save