aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/output/enable.c
Commit message (Collapse)AuthorAge
* Don't allow noop output to be configuredLibravatar Ryan Dwyer2019-01-22
|
* Prevent noop output from being enabledLibravatar Ryan Dwyer2019-01-22
|
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
| | | | | | | | | 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.
* Refactor cmd_output to use config_subcommandLibravatar Brian Ashworth2018-06-03