mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-15 23:53:18 +00:00
fix(terminal): make cursor_render_delay optional in the typesystem
This commit is contained in:
@@ -3,7 +3,7 @@ local M = {}
|
||||
|
||||
--- Terminal configuration
|
||||
--- @class jj.ui.terminal.opts
|
||||
--- @field cursor_render_delay integer The delay in ms when cursor rerendering the terminal state (default: 10ms). If you're loosing the column of the cursor try adding more delay. I currently did not find a better way to do so due to async handling of the ouptut in the terminal
|
||||
--- @field cursor_render_delay? integer The delay in ms when cursor rerendering the terminal state (default: 10ms). If you're loosing the column of the cursor try adding more delay. I currently did not find a better way to do so due to async handling of the ouptut in the terminal
|
||||
--- @field window? jj.terminal.window Options for the window used
|
||||
---
|
||||
--- @class jj.terminal.window
|
||||
|
||||
Reference in New Issue
Block a user