diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-24 00:01:19 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-24 00:01:19 +0000 |
commit | d24c99365b9943fa5526ee308ed2608006f971ed (patch) | |
tree | d1c4827132b39be2ba359b6aaa8682e9401b5a23 /x11/Makefile | |
parent | b73a79a29d857b6ee605d99d7faab7f6175e2e29 (diff) |
Add xterm-193,
The xterm program is the standard terminal emulator for the X
Window System. It provides DEC VT102/VT220 and Tektronix 4014
compatible terminals for programs that can't use the window
system directly. If the underlying operating system supports
terminal resizing capabilities (for example, the SIGWINCH
signal in systems derived from 4.3bsd), xterm will use the
facilities to notify programs running in the window whenever it
is resized.
NOTE: you can't use this port until the work with XFree-clients
and xorg-clients will be done.
Notes
Notes:
svn path=/head/; revision=114534
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 7f335ccb462f..e8f23f54afb9 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -244,6 +244,7 @@ SUBDIR += xstroke SUBDIR += xtacy SUBDIR += xtattr + SUBDIR += xterm SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtoolwait |