|
Blender
V3.3
|
Public Attributes | |
| BArrayState * | buf_array_state |
| int | cursor_line |
| int | cursor_line_select |
| int | cursor_column |
| int | cursor_column_select |
Only stores the state of a text buffer.
Definition at line 53 of file text_undo.c.
| BArrayState* TextState::buf_array_state |
Definition at line 54 of file text_undo.c.
Referenced by text_undosys_step_decode().
| int TextState::cursor_column |
Definition at line 57 of file text_undo.c.
| int TextState::cursor_column_select |
Definition at line 57 of file text_undo.c.
| int TextState::cursor_line |
Definition at line 56 of file text_undo.c.
| int TextState::cursor_line_select |
Definition at line 56 of file text_undo.c.