1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: display an error message in case of invalid size with command /window resize

This commit is contained in:
Sébastien Helleu
2025-11-12 07:22:12 +01:00
parent 0930976456
commit ac69288ed7
+2
View File
@@ -8170,6 +8170,8 @@ COMMAND_CALLBACK(window)
gui_window_resize (ptr_tree, number);
}
}
else
COMMAND_ERROR;
return WEECHAT_RC_OK;
}