I would like to get list of the windows in gnu screen's session from the script outside of the screen.
"screen -X windowlist" command displays window list inside the screen, but it couldn't be dumped later with hardcopy screen command.
is there any way to do what I want?

