strcasestr()
- Renamed to stristr since strcasestr has not been confirmed to
be detected properly on various Linux systems.
+- winio.c:
+ do_credits()
+ - Add Thomas Dickey.
- THANKS:
- Added missing entry for Eivind Kjørstad.
- po/no.po:
}
#ifdef NANO_EXTRA
-#define CREDIT_LEN 48
+#define CREDIT_LEN 52
void do_credits(void)
{
int i, j = 0, k, place = 0, start_x;
char *brought = _("Brought to you by:");
char *specialthx = _("Special thanks to:");
char *fsf = _("The Free Software Foundation");
- char *ncurses = _("Pavel Curtis, Zeyd Ben-Halim and Eric S. Raymond for ncurses");
+ char *ncurses = _("For ncurses:");
char *anyonelse = _("and anyone else we forgot...");
char *thankyou = _("Thank you for using nano!\n");
fsf,
"Linus Torvalds",
ncurses,
+ "Thomas Dickey",
+ "Pavel Curtis",
+ "Zeyd Ben-Halim",
+ "Eric S. Raymond",
anyonelse,
thankyou,
"", "", "", "",