diff options
author | bptato <nincsnevem662@gmail.com> | 2024-06-08 23:18:59 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-06-08 23:19:45 +0200 |
commit | 8776e58beb524ff26c171e0b8765aefcfd56fcc9 (patch) | |
tree | 323ccca1a6511d784cc641e3d706e62fd94c27b1 /doc | |
parent | dee468d502a2d2e0aa6ae2f8365c098f72acc0c9 (diff) | |
download | chawan-8776e58beb524ff26c171e0b8765aefcfd56fcc9.tar.gz |
buffer: add autofocus
naturally, it's opt-in
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md index d3abdb22..e2575a93 100644 --- a/doc/config.md +++ b/doc/config.md @@ -694,6 +694,13 @@ attacks. Please do not use this unless you are absolutely sure you know what you are doing.</td> </tr> +<tr> +<td>autofocus</td> +<td>boolean</td> +<td>Defaults to false. When set to true, elements with an `autofocus' attribute +are focused on automatically after the buffer is loaded.</td> +</tr> + </table> ## Stylesheets |