mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-06-14 14:33:16 -04:00
Minor fix in README
This commit is contained in:
parent
4bf60d0fbc
commit
488cbee41e
6 changed files with 14 additions and 3 deletions
|
|
@ -237,7 +237,7 @@ These are the default shortcuts. See `man foot.ini` and the example
|
|||
under the pointer up to, and until, the next space characters.
|
||||
|
||||
<kbd>left</kbd> - **triple-click**
|
||||
: Selects the everything between enclosing quotes, or the entire row
|
||||
: Selects everything between enclosing quotes, or the entire row
|
||||
if not inside a quote.
|
||||
|
||||
<kbd>left</kbd> - **quad-click**
|
||||
|
|
@ -416,7 +416,7 @@ to XTerm's `metaSendsEscape` option set to `true`.
|
|||
This can be disabled programmatically with `\E[?1036l` (and enabled
|
||||
again with `\E[?1036h`).
|
||||
|
||||
When disabled, foot will instead set the 8:th bit of meta character
|
||||
When disabled, foot will instead set the 8th bit of meta character
|
||||
and then UTF-8 encode it. This corresponds to XTerm's `eightBitMeta`
|
||||
option set to `true`.
|
||||
|
||||
|
|
@ -486,7 +486,7 @@ are expected to behave, foot >= 1.15 will default to scaling fonts
|
|||
using the compositor's scaling factor, and **not** the monitor
|
||||
DPI.
|
||||
|
||||
This means the (assuming the monitors are at the same viewing
|
||||
This means that (assuming the monitors are at the same viewing
|
||||
distance) the font size will appear to change when you move the foot
|
||||
window across different monitors, **unless** you have configured the
|
||||
monitors' scaling factors correctly in the compositor.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue