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