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
---@fieldwidthnumber If > 1 number of columns, else percentagethe terminal window should use
15
+
---@fieldpositiondapview.Position|fun(position: dapview.Position): dapview.Position Can be a function, receiving the main window's position as its argument
16
+
---@fieldsizenumber|fun(position: dapview.Position): number Size of the terminal window's split. Either a number, where if > 1 it's the absolute size, or else the percentage. Can also be a function, receiving the position and returning a number, that then follows the same logic.
17
17
---@fieldstart_hiddenboolean Don't show the terminal window when starting a new session
18
18
19
19
---@classdapview.WindowsConfig
20
-
---@fieldheightnumber If > 1 number of lines, else percentagethe windows should use
---@fieldanchor? fun(): integer? Function that returns a window number for the main nvim-dap-view window to follow
20
+
---@fieldsizenumber|fun(position: dapview.Position): number Size of the main window's split. Either a number, where if > 1 it's the absolute size, or else the percentage. Can also be a function, receiving the position and returning a number, that then follows the same logic.
21
+
---@fieldpositiondapview.Position|fun(prev_position?: dapview.Position): dapview.Position Position of the top level split. Can also be a function, receiving its previous position (if any) as its argument.
22
+
---@fieldanchor? fun(): integer? Function that returns a window number for the main nvim-dap-view window to treat as the terminal window
0 commit comments