Implemented -z in revision 1.14

This commit is contained in:
Pierre Pronchery 2007-09-24 14:19:49 +00:00
parent 0b3593278d
commit 7c2fc2a67e

View File

@ -402,7 +402,7 @@ int main(int argc, char * argv[])
prefs.title = optarg;
break;
case 'z':
prefs.flags |= PREFS_z; /* FIXME implement */
prefs.flags |= PREFS_z;
break;
default:
return _usage();