From 5b47adb57b11acb2318053d710d075d37f669f76 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 9 Feb 2023 23:55:57 +0100 Subject: change tctl output format --- core/tctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3-70-g09d2