On Tue, Aug 17, 2010 at 07:35:15PM +0100, Connor Lane Smith wrote: > Hey, > > > Options without values are combined? Is that correct? > > Can be. Though, many suckless projects don't accept this and use, eg, > strcmp(argv[i], "-sb"). A number of non-suckless programs are similar.
Most default X11 programs are similar, because they use XrmParseCommand.