@ -1,10 +0,0 @@ |
|||||
--- ./programs/xterm/XTerm.ad.orig 2006-03-18 22:42:35.000000000 +0000
|
|
||||
+++ ./programs/xterm/XTerm.ad 2006-03-18 22:42:56.000000000 +0000
|
|
||||
@@ -183,3 +183,7 @@
|
|
||||
! Set a border for the menus to make them simpler to distinguish against the |
|
||||
! vt100 widget: |
|
||||
*SimpleMenu*borderWidth: 2 |
|
||||
+
|
|
||||
+! A new xTerm should (= must!) have a login shell. (Clifford)
|
|
||||
+*loginShell: on
|
|
||||
+
|
|
||||
@ -0,0 +1,10 @@ |
|||||
|
--- ./XTerm.ad.orig 2006-03-24 20:47:47.000000000 +0100
|
||||
|
+++ ./XTerm.ad 2006-03-24 20:48:20.000000000 +0100
|
||||
|
@@ -186,3 +186,7 @@
|
||||
|
! |
||||
|
! Alternatively, |
||||
|
!*on2Clicks: regex [[:alpha:]]+://([[:alnum:]!#+,./=?@~-]|(%[[:xdigit:]][[:xdigit:]]))+ |
||||
|
+
|
||||
|
+! A new xTerm should (= must!) have a login shell. (Clifford)
|
||||
|
+*loginShell: on
|
||||
|
+
|
||||
@ -0,0 +1,28 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/package/x11/xterm/xterm.conf |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
||||
|
# |
||||
|
# This program is free software; you can redistribute it and/or modify |
||||
|
# it under the terms of the GNU General Public License as published by |
||||
|
# the Free Software Foundation; either version 2 of the License, or |
||||
|
# (at your option) any later version. A copy of the GNU General Public |
||||
|
# License can be found at Documentation/COPYING. |
||||
|
# |
||||
|
# Many people helped and are helping developing ROCK Linux. Please |
||||
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
xterm_preconf() { |
||||
|
var_remove confopt " " "--prefix=$prefix" |
||||
|
var_append confopt " " "--prefix=$root/$prefix/X11R6" |
||||
|
} |
||||
|
|
||||
|
hook_add preconf 5 xterm_preconf |
||||
@ -0,0 +1,48 @@ |
|||||
|
|
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/x11/xterm/xterm.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[I] A Terminal Emulator for the X Window System |
||||
|
|
||||
|
[T] The xterm program is a terminal emulator for the X Window System. It |
||||
|
[T] provides DEC VT102 and Tektronix 4014 compatible terminals for programs |
||||
|
[T] that can't use the window system directly. |
||||
|
[T] |
||||
|
[T] This version implements ISO/ANSI colors using the "new" color model |
||||
|
[T] (i.e., background color erase). It also implemente most of the control |
||||
|
[T] sequences for VT220. |
||||
|
|
||||
|
[U] http://dickey.his.com/xterm/xterm.html |
||||
|
|
||||
|
[A] Thomas E. Dickey <dickey@invisible-island.net> |
||||
|
[M] fake <fake@rapidnetworks.de> |
||||
|
|
||||
|
[C] base/x11 |
||||
|
[F] CORE |
||||
|
|
||||
|
[L] OpenSource |
||||
|
[S] Stable |
||||
|
[V] 211 |
||||
|
[P] X X?---5---9 111.000 |
||||
|
|
||||
|
[D] 2510094429 xterm-211.tgz ftp://invisible-island.net/xterm/ |
||||
|
|
||||