devzat
devzat copied to clipboard
Fix line counting algo
Demo of the issue: https://asciinema.org/a/1dhK4SCMVSAnm8l6FFBdvxtcZ
Function with the problem: https://github.com/quackduck/devzat/blob/da1ceb123f677382b47171702d0fcacc7c0d055a/main.go#L749
What needs to be done here is quite a lot of work. Should we try to use a TUI lib to handle it or should we try to do it by hand?
TUI lib definitely.