What do you expect to happen? The program seems to be working as expected when I run the program. However I do wonder what you expect to happen in that for loop. Perhaps you meant to actually print the elements of that vector?
So then why don't you try printing the element? Just because your vector is named display_line doesn't mean it'll magically print it's elements to the screen.