Originally code iterated twice over whole listbase with a lot of preconditions to draw unselected, then selected strips. Use `sequencer_visible_strips_get()` to get vector of visible strips, split iteration in 2 separate loops. Also move `special_seq_update` case to own function.