NetSurf
Data Fields
textarea_undo_detail Struct Reference

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...
 

Detailed Description

Definition at line 73 of file textarea.c.

Field Documentation

◆ b_end

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().

◆ b_limit

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().

◆ b_start

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().

◆ b_text_end

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().

◆ b_text_start

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().


The documentation for this struct was generated from the following file: