diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/tctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tctl.c b/core/tctl.c index e57c7cd..bf4f7fc 100644 --- a/core/tctl.c +++ b/core/tctl.c @@ -28,7 +28,7 @@ int main(int argc, const char **argv) if (size.width == 0 && size.height == 0) { size = tctl_get_window_size(); - wstdf("width: %u, height: %u\n", size.width, size.height); + wstdf("%ux%u\n", size.width, size.height); } else { window_size_t new_size = tctl_get_window_size(); |