Lines Matching defs:pwidth
734 u_int pwidth, u_int *width, struct grid_cell *gc,
743 if (*width >= offset + pwidth)
746 if (*width > offset + pwidth)
767 struct screen_write_ctx *ctx, u_int offset, u_int pwidth, u_int *width,
774 return (status_prompt_redraw_character(ctx, offset, pwidth,
789 u_int pcursor, pwidth, promptline;
837 pwidth = utf8_strwidth(c->prompt_buffer, -1);
839 pwidth++;
846 pwidth = left;
849 if (pwidth > left)
850 pwidth = left;
856 pwidth, &width, &gc))
858 if (!status_prompt_redraw_character(&ctx, offset, pwidth,
862 status_prompt_redraw_quote(c, pcursor, &ctx, offset, pwidth, &width,