On 12-Apr-2002 Paul Mackinney wrote: > Am I misunderstanding the -display option in bset root? > > When I run > > bsetroot -display :0.1 <pattern> > > Both display :0.0 and display :0.1 change to the new pattern. >
the code reads -display and then finds all the screen available on it and handles them. So 0.1 and 0.0 are treated as 0 and 1.1 is 1. This probably should be fixed.
