Allow multiple marks on windows.
This patch allows multiple marks to be set on a single window. The restriction that a mark may only be on one window at a time is still upheld as this is necessary for commands like "move window to mark" to make sense. relates to #2014
This commit is contained in:
@ -63,7 +63,7 @@ is($con->{window_properties}->{instance}, 'special',
|
||||
|
||||
# The mark `special_class_mark` is added in a `for_window` assignment in the
|
||||
# config for testing purposes
|
||||
is($con->{mark}, 'special_class_mark',
|
||||
is_deeply($con->{marks}, [ 'special_class_mark' ],
|
||||
'A `for_window` assignment should run for a match when the window changes class');
|
||||
|
||||
change_window_class($win, "abcdefghijklmnopqrstuv\0abcd", 24);
|
||||
|
Reference in New Issue
Block a user