This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
tips:solaris:screen_terminfo [2010/01/10 23:35] mattieu |
tips:solaris:screen_terminfo [2010/02/02 10:12] (current) mattieu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Get a screen terminfo entry on Solaris ====== | + | ====== Get a screen terminfo entry on Solaris |
| - | Solaris | + | Solaris |
| Screen itself comes with a termcap entry. If you install using the sunfreeware package, the termcap file will be: ''/ | Screen itself comes with a termcap entry. If you install using the sunfreeware package, the termcap file will be: ''/ | ||
| Otherwise, you can download {{: | Otherwise, you can download {{: | ||
| - | We need to convert this to a terminfo file and compile it. All tools used below come standard with Solaris. | + | We need to convert this to a terminfo file and compile it. All tools used below come standard with Solaris |
| <code bash>$ captoinfo screencap > screen.ti | <code bash>$ captoinfo screencap > screen.ti | ||
| Line 16: | Line 16: | ||
| //Note: Make sure you're running ''/ | //Note: Make sure you're running ''/ | ||
| - | Now you've got a screen terminfo entry. Setting your TERM to ' | + | Now you've got a 'screen' |
| ~~NOTOC~~ | ~~NOTOC~~ | ||