replace single screen call with two separate (more portable)
authorJohannes Weißl <jargon@molb.org>
Thu, 11 Nov 2010 00:29:31 +0000 (01:29 +0100)
committerJohannes Weißl <jargon@molb.org>
Thu, 11 Nov 2010 00:29:31 +0000 (01:29 +0100)
commit2a0aaa28a321c25650d5a34f2a8d458617074452
tree7d76a1ef7abc331e752261a870a65b34572c54fc
parentc018b0d9c7ca6b29cf71bcba510d7b105cd615ff
replace single screen call with two separate (more portable)

Reason:

screen version 4.00.03jw4 (FAU) and 4.01.00devel (GNUa805439) handle
backslash escaping different when using `screen eval`.

works in 4.00.03jw4 (FAU):
    screen -X eval "select 0" "stuff 'isn'\\''t that nice'"

works in 4.01.00devel (GNUa805439):
    screen -X eval "select 0" "stuff 'isn'\\\\''t that nice'"
muttjump

Benjamin Mako Hill || Want to submit a patch?