From 626327d7d192c86636558b3d432f7bbcea5a209e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Dec 2014 22:52:23 +0000 Subject: *** empty log message *** --- doc/etc/rxvt-unicode.termcap | 33 ++++++++++++ doc/rxvtd.1.pod | 117 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 150 insertions(+) create mode 100644 doc/etc/rxvt-unicode.termcap create mode 100644 doc/rxvtd.1.pod diff --git a/doc/etc/rxvt-unicode.termcap b/doc/etc/rxvt-unicode.termcap new file mode 100644 index 0000000..204e898 --- /dev/null +++ b/doc/etc/rxvt-unicode.termcap @@ -0,0 +1,33 @@ +# From: Thomas Dickey 04 Oct 1997 +# Updated: Özgür Kesim 02 Nov 1997 +# Updated: Marc Lehmann , 17 Feb 2005 +# Updated: Marc Lehmann , 04 Nov 2008: change init/reset sequences +# Updated: Marc Lehmann , 24 Nov 2014: implement cvvis as blinking cursor +# Updated: Marc Lehmann , 13 Dec 2014: removed superfluous 0 from sgr +# (untranslatable capabilities removed to fit entry within 1023 bytes) +# (sgr removed to fit entry within 1023 bytes) +# (acsc removed to fit entry within 1023 bytes) +# (terminfo-only capabilities suppressed to fit entry within 1023 bytes) +rxvt-unicode|rxvt-unicode terminal (X Window System):\ + :am:bw:eo:hs:km:mi:ms:xn:xo:\ + :co#80:it#8:li#24:lm#0:\ + :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\ + :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\ + :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=\E(B:al=\E[L:\ + :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\ + :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\ + :dl=\E[M:do=^J:ds=\E]2;\007:ec=\E[%dX:ei=\E[4l:fs=^G:\ + :ho=\E[H:i1=\E[!p:ic=\E[@:im=\E[4h:\ + :is=\E[r\E[m\E[2J\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l:\ + :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\ + :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\ + :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\E[B:ke=\E>:\ + :kh=\E[7~:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:\ + :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\ + :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[r\E[?1049l:\ + :ti=\E[?1049h:ts=\E]2;:ue=\E[24m:up=\E[A:us=\E[4m:\ + :vb=\E[?5h\E[?5l:ve=\E[?12l\E[?25h:vi=\E[?25l:\ + :vs=\E[?12;25h: + +rxvt-unicode-256color|rxvt-unicode terminal with 256 colors (X Window System):\ + :Co#256:pa#32767:tc=rxvt-unicode: diff --git a/doc/rxvtd.1.pod b/doc/rxvtd.1.pod new file mode 100644 index 0000000..08d6b2b --- /dev/null +++ b/doc/rxvtd.1.pod @@ -0,0 +1,117 @@ +=head1 NAME + +@@RXVT_NAME@@d - @@RXVT_NAME@@ terminal daemon + +=head1 SYNOPSIS + +B<@@RXVT_NAME@@d> [-q|--quiet] [-o|--opendisplay] [-f|--fork] [-m|--mlock] [-e|--eval I] + +B<@@RXVT_NAME@@d> -q -o -f # for .xsession use + +=head1 DESCRIPTION + +This manpage describes the @@RXVT_NAME@@d daemon, which is the same vt102 +terminal emulator as @@RXVT_NAME@@, but runs as a daemon that can open +multiple terminal windows within the same process. + +You can run it from your X startup scripts, for example, although it is +not dependent on a working DISPLAY and, in fact, can open windows on +multiple X displays on the same time. + +Advantages of running a @@RXVT_NAME@@ daemon include faster creation time +for terminal windows and a lot of saved memory. + +The disadvantage is a possible impact on stability - if the +main program crashes, all processes in the terminal windows are +terminated. For example, as there is no way to cleanly react to abnormal +connection closes, C and server resets/restarts will kill the +B<@@RXVT_NAME@@d> instance including all windows it has opened. + +=head1 OPTIONS + +B<@@RXVT_NAME@@d> currently understands a few options only. Bundling of +options is not yet supported. + +=over 4 + +=item B<-q>, B<--quiet> + +Normally, B<@@RXVT_NAME@@d> outputs the message C<< rxvt-unicode daemon +listening on >> after binding to its control socket. This option +will suppress this message (errors and warnings will still be logged). + +=item B<-o>, B<--opendisplay> + +This forces B<@@RXVT_NAME@@d> to open a connection to the current +C<$DISPLAY> and keep it open. + +This is useful if you want to bind an instance of B<@@RXVT_NAME@@d> to +the lifetime of a specific display/server. If the server does a reset, +B<@@RXVT_NAME@@d> will be killed automatically. + +=item B<-f>, B<--fork> + +This makes B<@@RXVT_NAME@@d> fork after it has bound itself to its control +socket. + +=item B<-m>, B<--mlock> + +This makes B<@@RXVT_NAME@@d> call mlockall(2) on itself. This locks +B<@@RXVT_NAME@@d> in RAM and prevents it from being swapped out to disk, +at the cost of consuming a lot more memory on most operating systems. + +Note: In order to use this feature, your system administrator must have set +your user's RLIMIT_MEMLOCK to a size greater than or equal to the size of the +B<@@RXVT_NAME@@d> binary (or to unlimited). See F. + +Note 2: There is a known bug in glibc (possibly fixed in 2.8 and later +versions) where calloc returns non-zeroed memory when mlockall is in +effect. If you experience crashes or other odd behaviour while using +--mlock, try it without it. + +=item B<-e>, B<--eval> I + +Evaluate the given perl code after basic initialisation (requires perl +support to be enabled when compiling B<@@RXVT_NAME@@d>). + +This can be used for example to configure the internal perl interpreter, +which is shared between all terminal instances, or create additional +listening sockets for additional protocols. + +The code is currently executed I creating the normal listening +sockets: this might change in future versions. + +=back + +=head1 EXAMPLES + +This is a useful invocation of B<@@RXVT_NAME@@d> in a F<.xsession>-style +script: + + @@RXVT_NAME@@d -q -f -o + +This waits till the control socket is available, opens the current display +and forks into the background. When you log-out, the server is reset and +B<@@RXVT_NAME@@d> is killed. + +=head1 ENVIRONMENT + +=over 4 + +=item B + +Both B<@@RXVT_NAME@@c> and B<@@RXVT_NAME@@d> use the environment +variable F to create a listening socket and to contact +the @@RXVT_NAME@@d, respectively. If the variable is missing then +F<<< $HOME/.urxvt/urxvtd-I<< >> >>> is used. + +=item B + +Only used when the C<--opendisplay> option is specified. Must contain a +valid X display name. + +=back + +=head1 SEE ALSO + +@@RXVT_NAME@@(7), @@RXVT_NAME@@c(1) -- cgit v1.2.3