diff options
author | taiyu <[email protected]> | 2015-08-18 00:28:44 -0700 |
---|---|---|
committer | taiyu <[email protected]> | 2015-08-18 00:28:44 -0700 |
commit | 11321ca2dd355be82175213795d88dcbfd0540ee (patch) | |
tree | b0f9bb55eb8c2448139dc63447edf01ffab7fb58 /sway/log.c | |
parent | 780893a9338fe948cbb12c3b0ce3942ec8001ccf (diff) |
changed handling of focus, handling of view by type
Diffstat (limited to 'sway/log.c')
-rw-r--r-- | sway/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ int colored = 1; int v = 0; -const char *verbosity_colors[] = { +static const char *verbosity_colors[] = { "", // L_SILENT "\x1B[1;31m", // L_ERROR "\x1B[1;34m", // L_INFO |