summaryrefslogtreecommitdiff
path: root/src/ansi.h
diff options
context:
space:
mode:
authorjnweiger <jnweiger>2005-12-16 17:48:14 +0000
committerjnweiger <jnweiger>2005-12-16 17:48:14 +0000
commit80a04457c6a81cf26536bfa8463f6b78fd92c9a4 (patch)
treecdd130778693d1963e14d67a234c8a10a80dec40 /src/ansi.h
parent450edb64789fd7d73f774a9101779f05f2fb639a (diff)
downloadscreen-80a04457c6a81cf26536bfa8463f6b78fd92c9a4.tar.gz
old version screen-3.7.1 Nov 20 1995
Diffstat (limited to 'src/ansi.h')
-rw-r--r--src/ansi.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ansi.h b/src/ansi.h
index 069cdba..6634e4b 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -15,7 +15,8 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, write to the
- * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Free Software Foundation, Inc.,
+ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
****************************************************************
* $Id$ FAU
@@ -55,7 +56,10 @@ enum state_t
PRIN, /* Printer mode */
PRINESC, /* ESC seen in printer mode */
PRINCSI, /* CSI seen in printer mode */
- PRIN4 /* CSI 4 seen in printer mode */
+ PRIN4, /* CSI 4 seen in printer mode */
+ TEK, /* Tektronix mode */
+ TEKESC, /* Tektronix escape */
+ TEKEND /* Tektronix ending sequence */
};
enum string_t