util:screen
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | util:screen [2008/10/01 18:03] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== screen(1) ====== | ||
| + | |||
| + | '' | ||
| + | hints why this is true. | ||
| + | |||
| + | ===== screen as terminal emulator ===== | ||
| + | |||
| + | Personally I don't trust '' | ||
| + | anyway let's keep it simple (and stupid). So if you already got '' | ||
| + | installed, it will do the job as well. Just call it like so: | ||
| + | % screen /dev/ttyS0 115200 | ||
| + | |||
| + | working on a Sun and need '' | ||
| + | fine. The default key sequence for that is '' | ||
| + | |||
| + | The Magic SysRQ key can also be sent through a serial connection, believe it | ||
| + | or not, this is also being done by sending the break signal. | ||
| + | |||
| + | ===== Multiple Regions ===== | ||
| + | |||
| + | '' | ||
| + | will act as if it were a single window, sharing the screen session with the | ||
| + | others. | ||
| + | |||
| + | The following commands are useful when working with regions: | ||
| + | ^ Command | ||
| + | | C-a S | Split the current region into two new ones | | ||
| + | | C-a TAB | Switch focus to next region | | ||
| + | | resize ARG | Resize the current region (ARG may be -N, +N, N, =, max or min) | | ||
| + | | C-a F | Resize the window to the current region size | | ||
| + | | C-a X | Kill the current region | | ||
util/screen.txt · Last modified: by 127.0.0.1
