On this page
tmux.WindowOptionValues.CursorStyle
- Module
- tmux
- Declared in
- WindowOptionValues
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/option_generated.go
- CursorStyle ( ) OptionValue[CursorStyle]
-
CursorStyle returns materialized "cursor-style" as
OptionValuewith value type OptionValueCursorStylefrom window option values; it does not query tmux. Available as CHOICE since tmux 3.3 (choices: "default", "blinking-block", "block", "blinking-underline", "underline", "blinking-bar", "bar"); set it withWindow.SetCursorStyleorGlobalWindowScope.SetCursorStyle.
0 declared, 0 inherited