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