Page 1 of 1

How do I get Screen to work?

PostPosted: Thu Mar 28, 2002 8:32 am
by carl_holmberg
I have MacOS X 10.1.3 and have tried to install Screen 3.9.9 on my computer. I don't have any experience with installing stuff in UNIX but use emacs for programming at school.
I need the multiple windows for my SSH sessions to school, where emacs-chez tries to create a new window but fails...

How do I get it to work. It said it installed OK, but the terminal works in the same way as before.

Re: How do I get Screen to work?

PostPosted: Thu Apr 11, 2002 7:14 am
by apex
Try <blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre>man -M /usr/local/man screen</pre>[/quote].

In a nutshell:
<blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre>
screen ssh
</pre>[/quote]
OR (depending on your PATH):
<blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre>
/usr/local/bin/screen ssh
</pre>[/quote]