|
Revision 8, 0.9 KB
(checked in by emasson, 3 years ago)
|
|
initial import for the community edition
|
| Line | |
|---|
| 1 | -- $XTermId: README,v 1.3 2007/05/24 19:49:19 tom Exp $ |
|---|
| 2 | -- Below is the original README for xterm from 1991, for your amusement. |
|---|
| 3 | -- For a better overview, see http://invisible-island.net/xterm/ |
|---|
| 4 | ------------------------------------------------------------------------------- |
|---|
| 5 | Abandon All Hope, Ye Who Enter Here |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | This is undoubtedly the most ugly program in the distribution. It was one of |
|---|
| 9 | the first "serious" programs ported, and still has a lot of historical baggage. |
|---|
| 10 | Ideally, there would be a general tty widget and then vt102 and tek4014 |
|---|
| 11 | subwidgets so that they could be used in other programs. We are trying to |
|---|
| 12 | clean things up as we go, but there is still a lot of work to do. |
|---|
| 13 | |
|---|
| 14 | If you are porting this to a machine that has problems with overlapping |
|---|
| 15 | bcopy's, watch out! |
|---|
| 16 | |
|---|
| 17 | There are two documents on xterm: the man page, xterm.man, which describes |
|---|
| 18 | how to use it, and ctlseqs.ms, which describes the control sequences it |
|---|
| 19 | understands. |
|---|