You can't unselect the line when they select one, but you can make sure only one line is selected when you do your commands:

if ($sline(@win,0) == 1) { dostuff }
else { echo -ac Info * only select one line in @win }


New username: hixxy