1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-18 01:26:23 -04:00

Document the meaning of document_options.cp.

Miciah provided part of the text.
This commit is contained in:
Kalle Olavi Niemitalo 2007-04-29 21:28:40 +03:00 committed by Witold Filipczyk
parent 028cd1c4fe
commit 3918c8ef1c

View File

@ -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;