Author Topic: Screen  (Read 2176 times)

gretchen

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • http://www.gretchenann.com
Screen
« on: November 09, 2004, 12:06:09 am »
It's the first program I've made into an ipk so if someone could test this just to triple check that it works.

screen
Zaurus SL-3200 Being Shipped
AmbiCom WL1100C Wireless Card

offroadgeek

  • Administrator
  • Hero Member
  • *****
  • Posts: 1419
    • View Profile
    • https://www.oesf.org
Screen
« Reply #1 on: November 09, 2004, 12:33:10 am »
what is it, and what does it do?

edit:  silly me... a simple google gave me all the info I needed  

Code: [Select]
Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. Each virtual terminal provides the functions of the DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete line and support for multiple character sets).
« Last Edit: November 09, 2004, 12:35:21 am by offroadgeek »
Search the OESF Wiki
C1000 w/Cacko 1.23 beta (from Streamline) / 760 pdaxrom rc9 / 6000L (thanks Santa's elf!) / 5500 - OZ 3.3.5 / SIMpad SL4
1GB, 256mb SanDisk CF / 2x 1GB, 512mb, 256mb, 128mb SanDisk SD
Ambicom WL100C-CF wifi / Socket 56k CF modem / AmbiCom BT2000-CF (x2)
Pocketop keyboard, Piel Frama case (1000 & 5500), PDAir case (760 & 1000)
sip:536093@fwd.pulver.com
| OESF | ELSI | Zaurus User Group | ZaurusThemes |

stbrock

  • Full Member
  • ***
  • Posts: 149
    • View Profile
    • http://
Screen
« Reply #2 on: November 09, 2004, 01:12:16 am »
Thanks for screen. The ipk installs without a hitch.

To those unfamiliar with screen, if you spend much time working in terminals, you likely want it. Multiple screens can be started and switched between with ^A n (next) ^A p (previous) or ^A [screen number], sessions detached and resumed, "and so much more" etc etc.

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
Screen
« Reply #3 on: November 09, 2004, 09:49:25 am »
and for those of you just getting into screen...

you may want to make a $HOME/.screenrc that has:
escape ^Jj

because ^a being grabbed by screen will annoy the hell out of you
if you are use to emacs style editing keys for your shell and/or emacs!

normally, ^aa = send the ^a through screen...
above, I changed it to the new line since most people don't type that...
(they type carriage return ^m) ..

but in emacs, to search and replace and match a newline
(ie: replace newline-space-space to be newline, or newline-newline to be just newline)
... you do

^q^jj

just type the extra "j" ...



But, ya, if you're into shell and you prefer typing... screen is a must.

for instance, I have irc/im running in a screen...
I can ssh out from my zaurus, screen -d, screen -r to get back to im...
then when I go to my desk, I can ssh from my desk, screen -d, screen -r
and get the irc/im right where I left off...
when I go to work, I can ssh to the box from work, screen -d, screen -r
and I'm right back in im... when I go home, repeat.

Scott