mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Document the meaning of document_options.cp.
Miciah provided part of the text. [ From commit 487a0472640d99842c20b6d6df825a4b40d82327 in ELinks 0.12.GIT. --KON ]
This commit is contained in:
parent
466d0d4011
commit
44a4ec5cbc
@ -22,6 +22,9 @@ struct active_link_options {
|
||||
* whether they satisfy the current state of the document options. */
|
||||
struct document_options {
|
||||
enum color_mode color_mode;
|
||||
/* cp is the codepage for which the document is being formatted;
|
||||
* typically it is the codepage of a terminal. It is set in
|
||||
* render_document_frames. */
|
||||
int cp, assume_cp, hard_assume;
|
||||
int margin;
|
||||
int num_links_key;
|
||||
|
Loading…
x
Reference in New Issue
Block a user