mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
355cbebaad
E.g., elinks.vs.plain = 0; elinks.action.rerender(); forces ELinks to rerender the current document as HTML.
12 lines
229 B
C
12 lines
229 B
C
#ifndef EL__SCRIPTING_SMJS_VIEW_STATE_OBJECT_H
|
|
#define EL__SCRIPTING_SMJS_VIEW_STATE_OBJECT_H
|
|
|
|
struct view_state;
|
|
|
|
JSObject *smjs_get_view_state_object(struct view_state *vs);
|
|
|
|
void smjs_init_view_state_interface(void);
|
|
|
|
#endif
|
|
|