NetSurf
|
Data Fields | |
unsigned int | b_start |
Offset to detail's text in undo buffer. More... | |
unsigned int | b_end |
End of text (exclusive) More... | |
unsigned int | b_limit |
End of detail space (exclusive) More... | |
unsigned int | b_text_start |
Start of textarea text. More... | |
unsigned int | b_text_end |
End of textarea text (exclusive) More... | |
Definition at line 73 of file textarea.c.
unsigned int textarea_undo_detail::b_end |
End of text (exclusive)
Definition at line 75 of file textarea.c.
Referenced by textarea_copy_to_undo_buffer(), textarea_drag_end(), textarea_replace_text(), and textarea_undo().
unsigned int textarea_undo_detail::b_limit |
End of detail space (exclusive)
Definition at line 76 of file textarea.c.
Referenced by textarea_copy_to_undo_buffer().
unsigned int textarea_undo_detail::b_start |
Offset to detail's text in undo buffer.
Definition at line 74 of file textarea.c.
Referenced by textarea_copy_to_undo_buffer(), textarea_replace_text(), and textarea_undo().
unsigned int textarea_undo_detail::b_text_end |
End of textarea text (exclusive)
Definition at line 79 of file textarea.c.
Referenced by textarea_replace_text(), and textarea_undo().
unsigned int textarea_undo_detail::b_text_start |
Start of textarea text.
Definition at line 78 of file textarea.c.
Referenced by textarea_copy_to_undo_buffer(), and textarea_undo().