]> git.pld-linux.org Git - packages/screen.git/commitdiff
This commit was manufactured by cvs2git to create branch 'SCREEN_4_0'. auto/ti/screen-4_0_3-17
authorcvs2git <feedback@pld-linux.org>
Wed, 9 Mar 2011 10:32:47 +0000 (10:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Cherrypick from master 2011-03-09 10:32:47 UTC Elan Ruusamäe <glen@pld-linux.org> '- add xterm-color':
    screen-ncursesw.patch -> 1.1
    screenrc -> 1.8

screen-ncursesw.patch [new file with mode: 0644]
screenrc [new file with mode: 0644]

diff --git a/screen-ncursesw.patch b/screen-ncursesw.patch
new file mode 100644 (file)
index 0000000..5bab009
--- /dev/null
@@ -0,0 +1,20 @@
+--- screen-4.0.3/configure.in~ 2011-02-14 10:17:32.341272254 +0100
++++ screen-4.0.3/configure.in  2011-02-15 18:50:46.405665123 +0100
+@@ -644,6 +644,8 @@
+ tgetent((char *)0, (char *)0);
+ #endif
+ ],,
++LIBS="-ltinfow $olibs"
++AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
+ LIBS="-ltinfo $olibs"
+ AC_CHECKING(libtinfo)
+ AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
+@@ -656,7 +658,7 @@
+ LIBS="-ltermlib $olibs"
+ AC_CHECKING(libtermlib)
+ AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
+-AC_MSG_ERROR(!!! no tgetent - no screen)))))))
++AC_MSG_ERROR(!!! no tgetent - no screen))))))))
+ AC_TRY_RUN([
diff --git a/screenrc b/screenrc
new file mode 100644 (file)
index 0000000..45854cb
--- /dev/null
+++ b/screenrc
@@ -0,0 +1,36 @@
+# user's .screenrc file
+
+# This is how one can set a reattach password:
+# password ODSJQf.4IJN7E    # "1234"
+
+# no annoying audible bell, please
+vbell on
+
+# detach on hangup
+autodetach on
+
+# don't display the copyright page
+startup_message off
+
+# emulate .logout message
+pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
+
+# make the shell in every window a login shell
+shell -$SHELL
+
+defscrollback 5000
+
+# don't kill window after the process died
+zombie "^Mr"
+
+# enable support for the "alternate screen" capability in all windows
+# altscreen on
+
+# utf8 by default
+defutf8 on
+
+# 256 colors terminal
+# term screen-256color
+
+# use terminal scrollback buffer
+termcapinfo xterm|xterm-color|xterms|xs|konsole|konsole-256color|rxvt|gnome-terminal ti@:te@
This page took 0.077452 seconds and 4 git commands to generate.