aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/no_focus.c
AgeCommit message (Collapse)Author
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
And fix the resulting build failures.
2019-07-27Avoid adding duplicate criteria for no_focus and commandAshkan Kiani
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
Patch tested by compiling with `__attribute__ ((format (printf, 2, 3)))` applied to `cmd_results_new`. String usage constants have been converted from pointers to arrays when encountered. General handler format strings were sometimes modified to include the old input string, especially for unknown command errors.
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
And make sure we don't define both in the same source file.
2018-07-16Implement no_focus commandRyan Dwyer
2017-11-18Move everything to sway/old/Drew DeVault
2017-04-26Implement no_focusDrew DeVault
Ref #2