Skip to content
Wakterm docs

    Documentation

    wakterm14 sub-pages

    Download6 sub-pages

    Configuration13 sub-pages

    Full Config & Lua Reference

    • Config Options181 sub-pages
    • module: wakterm54 sub-pages
    • module: wakterm.color10 sub-pages
    • module: wakterm.gui7 sub-pages
    • module: wakterm.mux12 sub-pages
    • module: wakterm.plugin3 sub-pages
    • module: wakterm.procinfo4 sub-pages
    • module: wakterm.serde8 sub-pages
    • module: wakterm.time4 sub-pages
    • module: wakterm.url2 sub-pages
    • enum: KeyAssignment87 sub-pages
    • enum: CopyModeAssignment33 sub-pages
    • object: Color20 sub-pages
    • object: ExecDomain
    • object: LocalProcessInfo
    • object: MuxDomain8 sub-pages
    • object: MuxWindow11 sub-pages
    • object: MuxTab13 sub-pages
    • object: PaneInformation
    • object: TabInformation
    • object: SshDomain
    • object: SpawnCommand
    • object: Time3 sub-pages
    • object: TlsDomainClient
    • object: TlsDomainServer
    • object: Pane32 sub-pages
    • object: Window29 sub-pages
    • object: WslDomain
    • events: Gui2 sub-pages
    • events: Multiplexer2 sub-pages
    • events: Window12 sub-pages

    CLI Reference12 sub-pages

    Reference2 sub-pages

    Get Help4 sub-pages

    1. Wakterm docs
    2. Full Config & Lua Reference
    3. object: Pane

    get_cursor_position

    On this page
    1. pane:get_cursor_position()

    pane:get_cursor_position()#

    Returns a lua representation of the StableCursorPosition struct that identifies the cursor position, visibility and shape.

    It has the following fields:

    • x the horizontal cell index
    • y the vertical stable row index
    • shape the CursorShape enum value
    • visibility the CursorVisibility enum value
    Edit this page
    Previousget_current_working_dir Nextget_dimensions