diff options
author | bptato <nincsnevem662@gmail.com> | 2024-09-02 20:39:11 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-09-02 20:46:07 +0200 |
commit | f73926306811359c47b589bf860ddccb0a1ceb14 (patch) | |
tree | 1dd00feb7e50a085839ea6666a9451c31a677888 /doc/cha-config.5 | |
parent | 410951c56ad856954874463a1ad14432cad42149 (diff) | |
download | chawan-f73926306811359c47b589bf860ddccb0a1ceb14.tar.gz |
doc: update manpages
Diffstat (limited to 'doc/cha-config.5')
-rw-r--r-- | doc/cha-config.5 | 57 |
1 files changed, 48 insertions, 9 deletions
diff --git a/doc/cha-config.5 b/doc/cha-config.5 index 57e9348f..dd086807 100644 --- a/doc/cha-config.5 +++ b/doc/cha-config.5 @@ -1,5 +1,5 @@ '\" t -.\" Automatically generated by Pandoc 3.2 +.\" Automatically generated by Pandoc 3.3 .\" .TH "cha\-config" "5" "" "" "Configuration of Chawan" .SH Configuration of Chawan @@ -142,8 +142,8 @@ boolean T}@T{ Enable/disable cookies on sites. Defaults to false. -Note that in Chawan, each website gets a separate cookie jar, so some -websites relying on cross\-site cookies may not work as expected. +Note: in Chawan, each website gets a separate cookie jar, so websites +relying on cross\-site cookies may not work as expected. You may use the \f[CR][[siteconf]]\f[R] \[lq]cookie\-jar\[rq] and \[lq]third\-party\-cookie\[rq] settings to adjust this behavior for specific sites. @@ -168,7 +168,19 @@ boolean T}@T{ When set to true, elements with an \[lq]autofocus\[rq] attribute are focused on automatically after the buffer is loaded. -Defaults to false +Defaults to false. +T}@T{ +T} +T{ +meta\-refresh +T}@T{ +\[lq]never\[rq] / \[lq]always\[rq] / \[lq]ask\[rq] +T}@T{ +Whether or not \f[CR]http\-equiv=refresh\f[R] meta tags should be +respected. +\[lq]never\[rq] completely disables them, \[lq]always\[rq] automatically +accepts all of them, \[lq]ask\[rq] brings up a pop\-up menu. +Defaults to \[lq]ask\[rq]. T}@T{ T} .TE @@ -825,6 +837,7 @@ boolean T}@T{ Whether loading cookies should be allowed for this URL. By default, this is false for all websites. +Overrides \f[CR]buffer.cookie\f[R]. T}@T{ T} T{ @@ -858,7 +871,6 @@ Simplified example: if you click a link on a.com that refers to b.com, and referer\-from is true, b.com is sent \[lq]a.com\[rq] as the Referer header. Overrides \f[CR]buffer.referer\-from\f[R]. -Defaults to false. T}@T{ T} T{ @@ -894,7 +906,7 @@ T}@T{ charset label string T}@T{ Specify the default encoding for this site. -Overrides \f[CR]document\-charset\f[R] in \f[CR][encoding]\f[R]. +Overrides \f[CR]encoding.document\-charset\f[R]. T}@T{ T} T{ @@ -915,7 +927,7 @@ T}@T{ URL T}@T{ Specify a proxy for network requests fetching contents of this buffer. -Overrides \f[CR]proxy\f[R] in \f[CR][network]\f[R]. +Overrides \f[CR]network.proxy\f[R]. T}@T{ T} T{ @@ -925,7 +937,7 @@ table T}@T{ Specify a list of default headers for HTTP(S) network requests to this buffer. -Overrides \f[CR]default\-headers\f[R] in \f[CR][network]\f[R]. +Overrides \f[CR]network.default\-headers\f[R]. T}@T{ T} T{ @@ -949,7 +961,19 @@ boolean T}@T{ When set to true, elements with an \[lq]autofocus\[rq] attribute are focused on automatically after the buffer is loaded. -Overrides buffer.autofocus. +Overrides \f[CR]buffer.autofocus\f[R]. +T}@T{ +T} +T{ +meta\-refresh +T}@T{ +\[lq]never\[rq] / \[lq]always\[rq] / \[lq]ask\[rq] +T}@T{ +Whether or not \f[CR]http\-equiv=refresh\f[R] meta tags should be +respected. +\[lq]never\[rq] completely disables them, \[lq]always\[rq] automatically +accepts all of them, \[lq]ask\[rq] brings up a pop\-up menu. +Overrides \f[CR]buffer.meta\-refresh\f[R]. T}@T{ T} .TE @@ -1184,6 +1208,21 @@ company or their product in any way.) T}@T{ T} T{ +\f[CR]cmd.pager.nextBuffer\f[R], \f[CR]cmd.pager.prevBuffer\f[R], +\f[CR]cmd.pager.prevSiblingBuffer\f[R], +\f[CR]cmd.pager.nextSiblingBufer\f[R], \f[CR]cmd.pager.parentBuffer\f[R] +T}@T{ +Traverse the buffer tree. +\f[CR]nextBuffer\f[R] and \f[CR]prevBuffer\f[R] are the most intuitive, +traversing the tree as if it were a linked list. +\f[CR]prevSiblingBuffer\f[R] and \f[CR]nextSiblingBuffer\f[R] cycle +through the buffers opened from the same buffer. +Finally, \f[CR]parentBuffer\f[R] always returns to the buffer the +current buffer was opened from, even if e.g.\ the user returns and opens +another page \[lq]in between\[rq]. +T}@T{ +T} +T{ \f[CR]cmd.pager.dupeBuffer\f[R] T}@T{ Duplicate the current buffer by loading its source to a new buffer. |