CVS code -
+- winio.c:
+ titlebar()
+ - Fix problem with the available space for a filename on the
+ titlebar's being short by one. (DLR)
+ do_credits()
+ - Update the copyright years to "1999-2003", to match those
+ given in the rest of the code. (DLR)
- AUTHORS
- Updated to show 1.2/1.3 maintainers.
mvwaddstr(topwin, 0, 0, hblank);
mvwaddnstr(topwin, 0, 2, VERMSG, COLS - 3);
- space = COLS - sizeof(VERMSG) - 22;
+ space = COLS - sizeof(VERMSG) - 23;
namelen = strlen(what);
"6", /* "and anyone else we forgot..." */
"7", /* "Thank you for using nano!\n" */
"", "", "", "",
- "(c) 1999-2002 Chris Allegretta",
+ "(c) 1999-2003 Chris Allegretta",
"", "", "", "",
"http://www.nano-editor.org/"
};