![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I won't get the login screen | balarajum | AIX | 2 | 04-02-2007 09:58 AM |
| Help with screen | Gurth | UNIX for Dummies Questions & Answers | 12 | 12-21-2006 11:51 PM |
| clear screen in g++ | gefa | High Level Programming | 2 | 04-22-2006 06:00 AM |
| printing to the screen | UNIX for Advanced & Expert Users | 2 | 10-23-2003 08:19 PM | |
| screen capture | merlin | UNIX for Dummies Questions & Answers | 10 | 02-10-2003 11:45 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
GNU screen
Hello,
One of the things I like about screen is that it has a scrollback buffer, which if you go into the copy mode, will let you go back for a specified number of line. Is there a way to extend the number of scrollback lines in screen? I've looked thoroughly online and I could not find a solution short of going to the source code of screen and tweaking it. Thanks, Neked |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I believe you can configure this in the .screenrc file.
Code:
defscrollback n |
|
#3
|
|||
|
|||
|
How can I change the prompt that GNU screen displays in .screenrc.
I've tried setenv PS1='\w: ' and export PS1='\w: ' but it does not show up when the screen open. man screen does give some options of set prompt and PROMPT_COMMAND but these give errors from the screenrc file. (I use bash) |
|||
| Google The UNIX and Linux Forums |