Module ted::cursor [] [src]

Modules

jump

Functions that compute new cursor positions.

Structs

Cursor

Imagine a cursor as the primary actor through which to edit a buffer. A cursor can have multiple positions, aka multi-cursor.

Positions

Enums

BufferEvent

An event that mutates the buffer.

CursorEvent

An event that mutates the cursor.

Event

Unused in this module but provided for completeness.

Functions

select

Type Definitions

Position

The char index of the cursor and the selection start char index.