mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Document the meaning of document_options.cp.
Miciah provided part of the text.
This commit is contained in:
parent
084d402c51
commit
487a047264
@ -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…
Reference in New Issue
Block a user