ELinks 0.16.1.1
draw.h File Reference
This graph shows which files directly or indirectly include this file:

Functions

void draw_formatted (struct session *ses, int rerender)
 Render and draw the current session document.
void refresh_view (struct session *ses, struct document_view *doc_view, int frames)
 Update the document view, including frames and the status messages.

Function Documentation

◆ draw_formatted()

void draw_formatted ( struct session * ses,
int rerender )

Render and draw the current session document.

If rerender is:

  • 0 only redrawing is done
  • 1 render by first checking the document cache else rerender
  • 2 forces document to be rerendered

    Todo
    rerender is ridiciously wound-up.

◆ refresh_view()

void refresh_view ( struct session * ses,
struct document_view * doc_view,
int frames )

Update the document view, including frames and the status messages.