mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Spaces to Tabs
This commit is contained in:
parent
68beabda03
commit
7c02a1967b
8 changed files with 61 additions and 61 deletions
|
|
@ -18,7 +18,7 @@ void init_log(int verbosity) {
|
|||
}
|
||||
|
||||
void sway_log_colors(int mode) {
|
||||
colored = (mode == 1) ? 1 : 0;
|
||||
colored = (mode == 1) ? 1 : 0;
|
||||
}
|
||||
|
||||
void sway_abort(char *format, ...) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue