Use the key directly to refer to the lua callback handler.
[screen-lua.git] / patches / screen-4.0.2.dif
blob0fd7aecff727722c56b48cfd6d84aae5d5cdc5ba
1 --- screenrc
2 +++ screenrc    2000/09/01 14:38:23
3 @@ -0,0 +1,4 @@
4 +# this is the global screenrc file. Handle with care.
6 +termcapinfo xterm* G0:is=\E[?4l\E>:ti@:te@
7 +termcapinfo linux me=\E[m:AX
8 --- ./configure.in.orig 2004-02-16 14:48:22.000000000 +0000
9 +++ ./configure.in      2004-02-16 14:49:11.000000000 +0000
10 @@ -93,7 +93,7 @@
11         AC_MSG_RESULT(yes)
12         AC_MSG_CHECKING(for the socket dir)
13         SOCKDIR="(eff_uid ? \"/tmp/uscreens\" : \"/tmp/screens\")"
14 -       AC_ARG_WITH(socket-dir, [  --with-socket-dir=path  where to put the per-user sockets], [ SOCKDIR="\"${withval}\"" ])
15 +       AC_ARG_WITH(socket-dir, [  --with-socket-dir=path  where to put the per-user sockets], [ SOCKDIR="${withval}" ])
16         AC_MSG_RESULT(${SOCKDIR})
17         AC_DEFINE_UNQUOTED(SOCKDIR, $SOCKDIR)
18      ]
19 --- ./configure.orig    2004-02-16 14:48:27.000000000 +0000
20 +++ ./configure 2004-02-16 14:49:26.000000000 +0000
21 @@ -3012,7 +3012,7 @@
22  # Check whether --with-socket-dir or --without-socket-dir was given.
23  if test "${with_socket_dir+set}" = set; then
24    withval="$with_socket_dir"
25 -   SOCKDIR="\"${withval}\""
26 +   SOCKDIR="${withval}"
27  fi;
28         echo "$as_me:$LINENO: result: ${SOCKDIR}" >&5
29  echo "${ECHO_T}${SOCKDIR}" >&6