feat(ansi): add more mode test cases #121
Annotations
10 errors and 1 warning
Run go build -v ./...
assignment mismatch: 2 variables but s.Cell returns 1 value
|
Run go build -v ./...
cannot use cell (variable of type cellbuf.Cell) as type *cellbuf.Cell in argument to s.Buffer.SetCell
|
Run go build -v ./...
undefined: cellbuf.RenderLineWithProfile
|
Run go build -v ./...
undefined: cellbuf.SetContent
|
Run go build -v ./...
ansi.AltScreenBufferMode.String undefined (type ansi.DECMode has no field or method String)
|
Run go build -v ./...
ansi.CursorEnableMode.String undefined (type ansi.DECMode has no field or method String)
|
Run go build -v ./...
ansi.AltScreenBufferMode.String undefined (type ansi.DECMode has no field or method String)
|
Run go build -v ./...
ansi.CursorEnableMode.String undefined (type ansi.DECMode has no field or method String)
|
Run go build -v ./...
unknown field 'Content' in struct literal of type cellbuf.Cell
|
Run go build -v ./...
csi.Range undefined (type *ansi.CsiSequence has no field or method Range)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading