Skip to content

feat: use cellbuf for rendering #2896

feat: use cellbuf for rendering

feat: use cellbuf for rendering #2896

Triggered via push October 10, 2024 19:57
Status Success
Total duration 30s
Artifacts

lint-soft.yml

on: push
lint-soft
21s
lint-soft
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
lint-soft: cell_renderer.go#L45
c.scr.Pos undefined (type *cellbuf.Screen has no field or method Pos)
lint-soft: cell_renderer.go#L85
cannot use cellbuf.NewAltScreen(c.width, c.method) (value of type *cellbuf.AltScreen) as *cellbuf.Screen value in assignment
lint-soft: cell_renderer.go#L102
c.inl.SetWidth undefined (type *cellbuf.Screen has no field or method SetWidth)
lint-soft: cell_renderer.go#L103
c.alt.SetWidth undefined (type *cellbuf.Screen has no field or method SetWidth)
lint-soft: cell_renderer.go#L104
c.inl.Repaint undefined (type *cellbuf.Screen has no field or method Repaint)
lint-soft: cell_renderer.go#L105
c.alt.Repaint undefined (type *cellbuf.Screen has no field or method Repaint)
lint-soft: cell_renderer.go#L111
c.scr.Repaint undefined (type *cellbuf.Screen has no field or method Repaint)
lint-soft: cell_renderer.go#L114
c.scr.InsertAbove undefined (type *cellbuf.Screen has no field or method InsertAbove)
lint-soft: cell_renderer.go#L128
c.alt.Repaint undefined (type *cellbuf.Screen has no field or method Repaint) (typecheck)
lint-soft
Restore cache failed: Dependencies file is not found in /home/runner/work/bubbletea/bubbletea. Supported file pattern: go.sum