mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
notify: codespell: programatically -> programmatically
This commit is contained in:
parent
1a89538700
commit
09ab8c6c7c
1 changed files with 1 additions and 1 deletions
2
notify.h
2
notify.h
|
|
@ -48,7 +48,7 @@ struct notification {
|
||||||
size_t icon_data_sz;
|
size_t icon_data_sz;
|
||||||
|
|
||||||
bool focus; /* Focus the foot window when notification is activated */
|
bool focus; /* Focus the foot window when notification is activated */
|
||||||
bool may_be_programatically_closed; /* OSC-99: notification may be programatically closed by the client */
|
bool may_be_programatically_closed; /* OSC-99: notification may be programmatically closed by the client */
|
||||||
bool report_activated; /* OSC-99: report notification activation to client */
|
bool report_activated; /* OSC-99: report notification activation to client */
|
||||||
bool report_closed; /* OSC-99: report notification closed to client */
|
bool report_closed; /* OSC-99: report notification closed to client */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue