mirror of
https://github.com/neovim/neovim.git
synced 2026-04-23 07:45:32 +00:00
fix(docs): correct obsolete note about 'writedelay' in dev docs
This commit is contained in:
@@ -204,9 +204,14 @@ Then you can compare `bar` with another session, to debug TUI behavior.
|
||||
|
||||
### TUI redraw
|
||||
|
||||
Set the 'writedelay' option to see where and when the UI is painted.
|
||||
Set the 'writedelay' and 'redrawdebug' options to see where and when the UI is painted.
|
||||
|
||||
:set writedelay=1
|
||||
:set writedelay=50 rdb=compositor
|
||||
|
||||
Note: neovim uses an internal screenbuffer to only send minimal updates even if a large
|
||||
region is repainted internally. To also highlight excess internal redraws, use
|
||||
|
||||
:set writedelay=50 rdb=compositor,nodelta
|
||||
|
||||
### Terminal reference
|
||||
|
||||
|
||||
Reference in New Issue
Block a user