--- rxvt-unicode/src/command.C 2021/07/03 04:04:12 1.594 +++ rxvt-unicode/src/command.C 2021/11/21 23:36:36 1.596 @@ -27,7 +27,7 @@ * Copyright (c) 2001 Marius Gedminas * - Ctrl/Mod4+Tab works like Meta+Tab (options) * Copyright (c) 2003 Rob McMullen - * Copyright (c) 2003-2014 Marc Lehmann + * Copyright (c) 2003-2021 Marc Lehmann * Copyright (c) 2007,2015 Emanuele Giaquinta * * This program is free software; you can redistribute it and/or modify @@ -3601,6 +3601,13 @@ break; #if !ENABLE_MINIMAL + case URxvt_cellinfo: + if (query) + tt_printf ("\33]%d;%d;%d;%d%c", saveop, + fwidth, fheight, fbase, + resp); + break; + case URxvt_locale: if (query) tt_printf ("\33]%d;%-.250s%c", op, option (Opt_insecure) ? locale : "", resp);