mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
parent
051745d7b1
commit
55433d7797
1 changed files with 2 additions and 2 deletions
|
|
@ -420,8 +420,8 @@ terminfo files manually instead.
|
||||||
To build the terminfo files, run:
|
To build the terminfo files, run:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sed 's/@default_terminfo@/foot/g' foot.info > /tmp/foot-preprocessed.info
|
sed 's/@default_terminfo@/foot/g' foot.info | \
|
||||||
tic -o <output-directory> -x -e foot,foot-direct /tmp/foot-preprocessed.info
|
tic -o <output-directory> -x -e foot,foot-direct -
|
||||||
```
|
```
|
||||||
|
|
||||||
Where _”output-directory”_ **must** match the value passed to
|
Where _”output-directory”_ **must** match the value passed to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue