view_set_mark
September 8th 2024
Set a view's internal mark position
Signature
b32
view_set_mark(Application_Links* app,
View_ID view_id,
Buffer_Seek seek);
Parameters
app
the standard custom layer context pointer
view_id
the id of the view to modify
seek
the seek target to use to derive the new position
Return
non-zero if the view exists, zero otherwise
Related