freebsd-ports/x11/xterm/pkg-message
Emanuel Haupt c8031f6b90 - Don't set suid bit. In our implementation, grantpt() and unlockpt() don't
actually have any use, because PTY's are created on the fly and already have
  proper permissions upon creation (see src/lib/libc/stdlib/ptsname.c) [1]
- Cleanup Makefile
- Use pkg-message
- Remove dead mirror

Notified by:	ashish
2011-02-24 15:39:09 +00:00

10 lines
625 B
Text

================================================================================
You installed xterm with wide chars support. This introduces some limitations
comparing to the plain single chars version: this version of xterm will use
UTF-8 charset for selection buffers, breaking 8-bit copy/paste support unless
you are using UTF-8 or ISO8859-1 locale. If you want 8-bit charset selections to
work as before, use "eightBitSelectTypes" XTerm resource setting.
For further information refer to the SELECT/PASTE section of xterm(1) manual
page.
================================================================================