Parent Directory
|
Revision Log
|
Patch
| revision 651 by weasel, Fri Nov 7 06:52:03 2003 UTC | revision 652 by weasel, Fri Nov 7 07:44:16 2003 UTC | |
|---|---|---|
| # | Line 480 menu_redraw: | Line 480 menu_redraw: |
| 480 | clear(); | clear(); |
| 481 | for (;;) { | for (;;) { |
| 482 | standout(); | standout(); |
| 483 | mvprintw(0, 0, "Mixmaster %s", VERSION); | mvprintw(0, 0, "Mixmaster %s (%s)", VERSION, SOURCE_REVISION); |
| 484 | mvprintw(0, COLS - sizeof(COPYRIGHT), COPYRIGHT); | mvprintw(0, COLS - sizeof(COPYRIGHT), COPYRIGHT); |
| 485 | standend(); | standend(); |
| 486 | mix_status(NULL); | mix_status(NULL); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |