I found few minor bugs:

showeq.conf:

showeq mangles the # comments when saving the showeq.conf this is most visible on the comment behind ArqSeqGiveUp option where the comment gets broken down to 4 or so lines and parts of it get overwritten with the word 'less'

map background color and grid color are saved, but never used when seq is started the next time.

when saving things that wasn't in the showeq.conf before, instead adding them on the end of the category then leaving blank line and then comment for the next category and below the category name:

[category1]
option1=foo
newopt2=bar

#category 2
[category2]
...

it gets saved like this:

[category1]
option1=foo

#category 2
newopt2=bar
[category2]
...

dunno if that is only cosmetic thing or it could screw up things, i think that the filter file uses the blank like to recognize the end of the category so showeq.conf maybe does too ? well i thought it was worth mentioning.


Dingo