diff options
-rw-r--r-- | doc/cha-api.5 | 2 | ||||
-rw-r--r-- | doc/cha-troubleshooting.5 | 19 | ||||
-rw-r--r-- | doc/troubleshooting.md | 5 |
3 files changed, 22 insertions, 4 deletions
diff --git a/doc/cha-api.5 b/doc/cha-api.5 index 2ea1309a..ef15ae86 100644 --- a/doc/cha-api.5 +++ b/doc/cha-api.5 @@ -88,7 +88,7 @@ T{ \f[CR]line\f[R] T}@T{ The line editor. -Implements \f[CR]Line\f[R], as described below. +Implements \f[CR]LineEdit\f[R], as described below. T}@T{ \f[CR]config\f[R] T} diff --git a/doc/cha-troubleshooting.5 b/doc/cha-troubleshooting.5 index 0ce3ffa8..53a6b53a 100644 --- a/doc/cha-troubleshooting.5 +++ b/doc/cha-troubleshooting.5 @@ -5,6 +5,10 @@ This document lists common problems you may run into when using Chawan. .SS I can\[cq]t select/copy text with my mouse? Right click \-> select text, then right click \-> copy selection. +.PP +If Chawan complains about xsel, either install it or edit +\f[CR]external.copy\-cmd\f[R] and \f[CR]external.paste\-cmd\f[R] to your +liking. .SS Why do I get strange/incorrect/ugly colors? Chawan\[cq]s display capabilities depend on what your terminal reports. In particular: @@ -145,5 +149,20 @@ The easiest workaround is to remove the shell from the equation using [external] editor = \[aq]exec vi +%d\[aq] .EE +.SS When I open Chawan from aerc, it prints garbage in the search field! +See \c +.UR https://todo.sr.ht/~bptato/chawan/33 +.UE \c +\&. +Until aerc is updated to include the fix, you can work around it like +this: +.IP +.EX +[display] +# Use whatever colors your terminal actually uses. CSS\-style hex values +# (#FFFFFF etc.) work too. +default\-background\-color = \[dq]black\[dq] +default\-foreground\-color = \[dq]white\[dq] +.EE .SS See also \f[B]cha\f[R](1) diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md index 91fc254c..baf8feaf 100644 --- a/doc/troubleshooting.md +++ b/doc/troubleshooting.md @@ -138,9 +138,8 @@ editor = 'exec vi +%d' ## When I open Chawan from aerc, it prints garbage in the search field! -See <https://todo.sr.ht/~bptato/chawan/33>. - -Until the fix is upstreamed, you can work around it like this: +See <https://todo.sr.ht/~bptato/chawan/33>. Until aerc is updated to +include the fix, you can work around it like this: ``` [display] |