mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
config: tokenize key bindings' pipe command when loading the configuration
This allows us to detect syntax errors early on, and is also more efficient since we don't have to re-tokenize the command line every time the binding is executed.
This commit is contained in:
parent
6a186cb356
commit
7767041c2c
5 changed files with 50 additions and 65 deletions
|
|
@ -35,6 +35,13 @@
|
|||
* Renamed man page for `footrc` from **foot**(5) to **footrc**(5).
|
||||
|
||||
|
||||
### Fixed
|
||||
|
||||
* Command lines for **pipe-visible** and **pipe-scrollback** are now
|
||||
tokenized (i.e. syntax checked) when the configuration is loaded,
|
||||
instead of every time the key binding is executed.
|
||||
|
||||
|
||||
### Security
|
||||
### Contributors
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue