You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If typo in word that has newline attached, the newline isn't stripped (untested if leading or trailing newline) before displaying in typos list when tt ends. Fix can be implemented in for loop in func showReport(scr tcell.Screen, cpm, wpm int, accuracy float64, attribution string, mistakes []mistake) in tt.go. (Currently here).
The text was updated successfully, but these errors were encountered:
If typo in word that has newline attached, the newline isn't stripped (untested if leading or trailing newline) before displaying in typos list when
tt
ends. Fix can be implemented infor loop
infunc showReport(scr tcell.Screen, cpm, wpm int, accuracy float64, attribution string, mistakes []mistake)
intt.go
. (Currently here).The text was updated successfully, but these errors were encountered: