hl.dsp.cursor.move_to_corner

hl.dsp.cursor.move_to_corner(spec: table)

Create a dispatcher.

Signature

hl.dsp.cursor.move_to_corner(spec: table): HL.Dispatcher

Parameters

cornerinteger

Corner index.

windowHL.WindowSelector, optional

Target window.

Returns

dispatcherHL.Dispatcher

Dispatcher object returned by this function.

Examples

hl.dispatch(hl.dsp.cursor.move_to_corner({ corner = 0 }))

Notes

See also

HL.Dispatcher

Dispatcher object returned by this function.

hl.bind()

Bind a dispatcher to a key.

hl.dispatch()

Execute a dispatcher immediately.