nwidth           2523 src/diffviewer/ydiff.c     int nwidth = display_numbers;
nwidth           2552 src/diffviewer/ydiff.c     if ((int) sizeof (buf) <= width || (int) sizeof (buf) <= nwidth)
nwidth           2578 src/diffviewer/ydiff.c                 g_snprintf (buf, display_numbers + 1, "%*d", nwidth, p->line);
nwidth           2579 src/diffviewer/ydiff.c                 tty_print_string (str_fit_to_term (buf, nwidth, J_LEFT_FIT));