[PATCH] src/video.c: use %ld to print longs ncurses-6.3 added printf()-stype attribute annotations for gcc-like compilers that can now detect argument mismatches:
video.c:114:26: error: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Werror=format=] 114 | printw(_("Viewing line %d/%d, 100%%"), lines, lines); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~