mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Merge branch 'typos' into master
This commit is contained in:
commit
a767139844
3 changed files with 6 additions and 6 deletions
|
|
@ -20,7 +20,7 @@
|
|||
controlled by the **scrollback.indicator-position** and
|
||||
**scrollback.indicator-format** options in `footrc`
|
||||
(https://codeberg.org/dnkl/foot/issues/42).
|
||||
* Key bindings in _scollback search_ mode are now configurable.
|
||||
* Key bindings in _scrollback search_ mode are now configurable.
|
||||
* `--check-config` command line option.
|
||||
* **pipe-selected** key binding. Works like **pipe-visible** and
|
||||
**pipe-scrollback**, but only pipes the currently selected text, if
|
||||
|
|
@ -243,7 +243,7 @@
|
|||
(which is what foot emits) instead of the incorrect value `\EOE`.
|
||||
* Palette re-use in sixel images. Previously, the palette was reset
|
||||
after each image.
|
||||
* Do not auto-resize a sixel image for which the cllent has specified
|
||||
* Do not auto-resize a sixel image for which the client has specified
|
||||
a size. This fixes an issue where an image would incorrectly
|
||||
overflow into the cell row beneath.
|
||||
* Text printed, or other sixel images drawn, on top of a sixel image
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@ paths. To do this, we will use the script
|
|||
|
||||
```sh
|
||||
foot_tmp_file=$(mktemp)
|
||||
./foot --config=/dev/null --term=xterm sh -c "<path-to-generate-alt-ranodm-writes.py> --scroll --scroll-region --colors-regular --colors-bright --colors-rgb ${foot_tmp_file} && cat ${foot_tmp_file}"
|
||||
./foot --config=/dev/null --term=xterm sh -c "<path-to-generate-alt-random-writes.py> --scroll --scroll-region --colors-regular --colors-bright --colors-rgb ${foot_tmp_file} && cat ${foot_tmp_file}"
|
||||
rm ${foot_tmp_file}
|
||||
```
|
||||
|
||||
|
|
@ -229,7 +229,7 @@ has not been installed yet. However, most things should work with the
|
|||
|
||||
But, I **recommend** you install the `foot` and `foot-direct` terminfo
|
||||
files. You can either copy them manually (typically to
|
||||
`/usr/share/terminfo/f` - but this is dependens on the distro), or
|
||||
`/usr/share/terminfo/f` - but this depends on the distro), or
|
||||
just install everything:
|
||||
```sh
|
||||
ninja install
|
||||
|
|
|
|||
|
|
@ -482,7 +482,7 @@ any of these options.
|
|||
delay we introduce is so small that the risk of pushing the frame
|
||||
over to the next frame interval is also very small.
|
||||
|
||||
Now, that was a lof of text. But what is it foot actually does?
|
||||
Now, that was a lot of text. But what is it foot actually does?
|
||||
|
||||
When receiving client data, it schedules a timer, the
|
||||
*delayed-render-lower*. If we do not receive any more client data
|
||||
|
|
@ -503,7 +503,7 @@ any of these options.
|
|||
foot. Furthermore, both values must be less than 16ms (that is,
|
||||
16000000 nanoseconds).
|
||||
|
||||
You can disable the feature altoghether by setting either value to
|
||||
You can disable the feature altogether by setting either value to
|
||||
0. In this case, frames are rendered "as soon as possible".
|
||||
|
||||
Default: lower=_500000_ (0.5ms), upper=_8333333_ (8.3ms - half a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue