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/xterm/pkg-descr | |
parent | b73a79a29d857b6ee605d99d7faab7f6175e2e29 (diff) | |
download | ports-d24c99365b9943fa5526ee308ed2608006f971ed.tar.gz ports-d24c99365b9943fa5526ee308ed2608006f971ed.zip |
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/xterm/pkg-descr')
-rw-r--r-- | x11/xterm/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/xterm/pkg-descr b/x11/xterm/pkg-descr new file mode 100644 index 000000000000..66017470a1da --- /dev/null +++ b/x11/xterm/pkg-descr @@ -0,0 +1,10 @@ +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. + +WWW: http://invisible-island.net/xterm/ |