display version and build info at startup (trunk only)
Tested on the unix port; I've updated as many other ports as I can figure out but they're not tested. See window.doc for info on the changed banner lines. Also adds the ability to override the generic "Unix" port - used now to get "MacOSX" into the version line instead of "Unix" (so we don't scare people who don't know what's going on).
This commit is contained in:
@@ -1276,8 +1276,8 @@ winid bannerwin; /* if not WIN_ERR, clear window and show copyright in menu */
|
||||
if (bannerwin != WIN_ERR) {
|
||||
/* for tty; erase copyright notice and redo it in the menu */
|
||||
clear_nhwindow(bannerwin);
|
||||
/* COPYRIGHT_BANNER_A, COPYRIGHT_BANNER_B, COPYRIGHT_BANNER_C */
|
||||
for (k = 1; k <= 3; ++k)
|
||||
/* COPYRIGHT_BANNER_[ABCD] */
|
||||
for (k = 1; k <= 4; ++k)
|
||||
add_menu(tmpwin, NO_GLYPH, &any, 0, 0,
|
||||
ATR_NONE, copyright_banner_line(k), MENU_UNSELECTED);
|
||||
add_menu(tmpwin, NO_GLYPH, &any, 0, 0,
|
||||
|
||||
Reference in New Issue
Block a user