Lines Matching defs:pwidth
736 u_int pwidth, u_int *width, struct grid_cell *gc,
745 if (*width >= offset + pwidth)
748 if (*width > offset + pwidth)
769 struct screen_write_ctx *ctx, u_int offset, u_int pwidth, u_int *width,
776 return (status_prompt_redraw_character(ctx, offset, pwidth,
791 u_int pcursor, pwidth, promptline;
843 pwidth = utf8_strwidth(c->prompt_buffer, -1);
845 pwidth++;
852 pwidth = left;
855 if (pwidth > left)
856 pwidth = left;
862 pwidth, &width, &gc))
864 if (!status_prompt_redraw_character(&ctx, offset, pwidth,
868 status_prompt_redraw_quote(c, pcursor, &ctx, offset, pwidth, &width,