Code:
var %i = 1
while ($line(<@window>,%i) != $null) {
  clipboard -an $v1
  inc %i
}