fc628f80ff
BUGFIXES - Enable/disable color gui should have appeared in configuration dialog, and On exit sub-menu in other options did not appear. NEW FEATURES - If a supported terminal is detected int the $TERM env var, MikMod will set the title bar with -= MikMod x.x.x =- followed by the song title between (). There is a configuration option for this in config->other_options
13 lines
300 B
Text
13 lines
300 B
Text
$NetBSD: patch-aa,v 1.5 2004/11/22 14:40:49 adam Exp $
|
|
|
|
--- src/mikmod.c.orig 2003-10-08 02:08:56.000000000 +0000
|
|
+++ src/mikmod.c
|
|
@@ -590,7 +590,7 @@ int main(int argc,char *argv[])
|
|
#if defined(__OS2__)||defined(__EMX__)
|
|
>=0
|
|
#else
|
|
- !=ERR
|
|
+ !=-1
|
|
#endif
|
|
) {
|
|
switch (t) {
|