home *** CD-ROM | disk | FTP | other *** search
- 377d376
- < char time[6]; /* current display time */
- 411,417d409
- < /* update time on the bottom modeline? */
- < if (timeflag) {
- < getdtime(time);
- < if (strcmp(lasttime, time) != 0)
- < upmode();
- < }
- <
- 555c547
- < blistp = bfind("[Buffers]", TRUE, BFINVS); /* Buffer list buffer */
- ---
- > blistp = bfind("[List]", TRUE, BFINVS); /* Buffer list buffer */
-