'screen -Q <command>' to get back results.
commit8147d08647d59aba7accb748c42db2aba3f31bc4
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Wed, 30 Sep 2009 19:54:19 +0000 (30 15:54 -0400)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Wed, 30 Sep 2009 19:54:19 +0000 (30 15:54 -0400)
tree2decb5cf015d3b1899116d79cd2c11628fd2ce60
parent7cb17d54cc8fca88e17d6d1e7be2fd49daef1b9d
'screen -Q <command>' to get back results.

This is the just the start of querying an existing session. The goal
is to allow something like "windows=`screen -Q windows`" in a bash
script to get back the results from the 'windows' command.

Most of the framework is done. Now the commands need to be updated
to specially deal with the queries.
src/attacher.c
src/comm.c
src/comm.sh
src/extern.h
src/process.c
src/screen.c
src/screen.h
src/socket.c