fix(ansi): tab is a zero-width character (#238) #42
Annotations
10 errors
Run go build -v ./...
cannot use ansi.AltScreenBufferMode (constant 1049 of type ansi.PrivateMode) as type string in argument to enableMode
|
Run go build -v ./...
cannot use ansi.AltScreenBufferMode (constant 1049 of type ansi.PrivateMode) as type string in argument to disableMode
|
Run go build -v ./...
cannot use ansi.MouseCellMotionMode (constant 1002 of type ansi.PrivateMode) as type string in argument to enableMode
|
Run go build -v ./...
cannot use ansi.MouseSgrExtMode (constant 1006 of type ansi.PrivateMode) as type string in argument to enableMode
|
Run go build -v ./...
cannot use ansi.MouseAllMotionMode (constant 1003 of type ansi.PrivateMode) as type string in argument to enableMode
|
Run go build -v ./...
cannot use ansi.MouseSgrExtMode (constant 1006 of type ansi.PrivateMode) as type string in argument to enableMode
|
Run go build -v ./...
cannot use ansi.MouseCellMotionMode (constant 1002 of type ansi.PrivateMode) as type string in argument to disableMode
|
Run go build -v ./...
cannot use ansi.MouseAllMotionMode (constant 1003 of type ansi.PrivateMode) as type string in argument to disableMode
|
Run go build -v ./...
cannot use ansi.MouseSgrExtMode (constant 1006 of type ansi.PrivateMode) as type string in argument to disableMode
|
Run go build -v ./...
undefined: ansi.CursorVisibilityMode
|
Loading