=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-resize-pane.c,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/tmux/cmd-resize-pane.c 2020/05/16 15:01:30 1.47 --- src/usr.bin/tmux/cmd-resize-pane.c 2020/05/25 18:17:14 1.48 *************** *** 1,4 **** ! /* $OpenBSD: cmd-resize-pane.c,v 1.47 2020/05/16 15:01:30 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-resize-pane.c,v 1.48 2020/05/25 18:17:14 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 117,123 **** if (args_has(args, 'y')) { y = args_percentage(args, 'y', 0, INT_MAX, w->sy, &cause); if (cause != NULL) { ! cmdq_error(item, "width %s", cause); free(cause); return (CMD_RETURN_ERROR); } --- 117,123 ---- if (args_has(args, 'y')) { y = args_percentage(args, 'y', 0, INT_MAX, w->sy, &cause); if (cause != NULL) { ! cmdq_error(item, "height %s", cause); free(cause); return (CMD_RETURN_ERROR); }