init_pair(tmpcolor->pairnum, foreground, background);
#ifdef DEBUG
- fprintf(stderr, "init_pair(): fg = %hd, bg = %hd\n",
- tmpcolor->fg, tmpcolor->bg);
+ fprintf(stderr, "init_pair(): fg = %hd, bg = %hd\n", tmpcolor->fg, tmpcolor->bg);
#endif
}
}
fprintf(stderr, "\n");
if (lineno > 0) {
errors = TRUE;
- fprintf(stderr, _("Error in %s on line %lu: "), nanorc,
- (unsigned long)lineno);
+ fprintf(stderr, _("Error in %s on line %lu: "), nanorc, (unsigned long)lineno);
}
va_start(ap, msg);
if (errors) {
errors = FALSE;
- fprintf(stderr,
- _("\nPress Return to continue starting nano\n"));
+ fprintf(stderr, _("\nPress Return to continue starting nano\n"));
while (getchar() != '\n')
;
}