mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
0703dd1602
Each spinner created a new tea.NewProgram which sent DECRQM queries for synchronized output mode 2026. When the program exited and restored cooked terminal mode, the terminal's DECRPM response leaked as visible ^[[?2026;2$y characters. Replace Bubble Tea spinner with a simple goroutine animation loop writing directly to stderr via lipgloss.
10 lines
84 B
YAML
10 lines
84 B
YAML
version: "2"
|
|
|
|
linters:
|
|
enable:
|
|
- modernize
|
|
|
|
formatters:
|
|
enable:
|
|
- gofmt
|