Problem Not solved although one answer was accepted: We are working to get Jonah\'s code to work.
Problem: to change the code of (1
You may install an older version of Macport's screen which seems to solve this issue, as stated in comments of this article:
link to the last comment explaining how to do
I've tried myself and screen works very fine now with pbcopy ! :-)
Check that step:
Install Macport using its DMG file. Leopard's DMG
Launch a new Terminal and
$ sudo vi /opt/local/etc/macports/sources.conf
finally those 2 lines only remains in sources.conf, no more:
file:///Users/xxxxx/ports
rsync://rsync.macports.org/release/ports/ [default]
$ cd (do not create a "screen" directory, svn will)
$ mkdir -p ports/sysutils/
$ cd ports/sysutils/
$ svn co -r 45745 http://svn.macports.org/repository/macports/trunk/dports/sysutils/screen
Once check out:
$ cd $HOME/ports
$ portindex
Creating software index in /Users/keugaerg/ports
Adding port sysutils/screen
Total number of ports parsed: 1
Ports successfully parsed: 1
Ports failed: 0
$ sudo port install screen
(may take a while as downloading screen and buidling it)
Then it's done, just have to launch /opt/local/bin/screen .