We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro:
panic: runtime error: makeslice: cap out of range goroutine 1 [running]: github.com/ericfreese/rat/lib.(*buffer).StyledLines(0xc420010500, 0x0, 0xfffffffffffff /home/ericfreese/golang/src/github.com/ericfreese/rat/lib/buffer.go:83 +0x7d github.com/ericfreese/rat/lib.(*cmdPager).drawContent(0xc4200e2580) /home/ericfreese/golang/src/github.com/ericfreese/rat/lib/pager.go:136 +0x11f github.com/ericfreese/rat/lib.(*cmdPager).Render(0xc4200e2580) /home/ericfreese/golang/src/github.com/ericfreese/rat/lib/pager.go:144 +0x50 github.com/ericfreese/rat/lib.(*pagerStack).Render(0xc42005e200) /home/ericfreese/golang/src/github.com/ericfreese/rat/lib/pager_stack.go:170 + github.com/ericfreese/rat/lib.(*widgetStack).Render(0xc42000c1c0) /home/ericfreese/golang/src/github.com/ericfreese/rat/lib/widget.go:68 +0x45 github.com/ericfreese/rat/lib.render() /home/ericfreese/golang/src/github.com/ericfreese/rat/lib/rat.go:168 +0x41 github.com/ericfreese/rat/lib.Run() /home/ericfreese/golang/src/github.com/ericfreese/rat/lib/rat.go:93 +0x6c main.main() /home/ericfreese/golang/src/github.com/ericfreese/rat/main.go:65 +0x1df
The text was updated successfully, but these errors were encountered:
Work around bug from calling PollEvent in a loop in a go routine
PollEvent
fae7f9f
Fixes GitHub issue #33
2aa33b5
1e95f95
No branches or pull requests
Repro:
The text was updated successfully, but these errors were encountered: