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
视图闪烁
目前的视图是全量渲染,在刷新率较低的设备,或者markdown内容太多时,滚动起来会造成闪烁问题。
会探索、优化视图渲染方式,尝试局部刷新。
charmbracelet/bubbletea#32 charmbracelet/bubbletea#95
The text was updated successfully, but these errors were encountered:
tea.WithAltScreen()
ViewPort
Sorry, something went wrong.
No branches or pull requests
问题
视图闪烁
场景
描述
目前的视图是全量渲染,在刷新率较低的设备,或者markdown内容太多时,滚动起来会造成闪烁问题。
计划
会探索、优化视图渲染方式,尝试局部刷新。
相关
charmbracelet/bubbletea#32
charmbracelet/bubbletea#95
The text was updated successfully, but these errors were encountered: