From 3918c8ef1cb950651b8bfe7f59d1a5ef05f9d4a9 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 29 Apr 2007 21:28:40 +0300 Subject: [PATCH] Document the meaning of document_options.cp. Miciah provided part of the text. --- src/document/options.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/document/options.h b/src/document/options.h index 11894d7d..d48a579b 100644 --- a/src/document/options.h +++ b/src/document/options.h @@ -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;