summaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-09-23 08:07:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-09-23 08:07:17 +0000
commiteb61a3cda1392ced669b4f9f42d9d7c7f2b6dd4f (patch)
tree2468e081a9f12791e9f9f2a5479028f258754f8f /misc/Makefile
parentA portable QT4 based GMail notifier, which is designed to provide (diff)
GNU Teseq is a tool for translating files that contain control
characters and terminal control sequences, into human-understandable text. It is intended to aid in debugging problems in terminal emulators, software that makes use of special terminal features, and interactions between the two. Teseq is primarily targeted at individuals who possess a basic understanding of terminal control sequences, especially CSI sequences; however, by default Teseq will try to identify and describe the sequences that it encounters, and the behavior they might produce in a terminal. Teseq describes control functions as they are interpreted by VT100-compatible terminals, and/or terminals compliant with the ECMA-48 / ISO/IEC 6429 standard. Teseq does _not_ support describing control functions according to terminal-specific definitions in a database such as termcap or terminfo, though future versions may include limited support for that (*note Future Enhancements::). Therefore, the descriptions Teseq uses for control functions may not necessarily match their actual interpretation by whatever terminal device the characters were actually intended for WWW: http://www.gnu.org/software/teseq/
Notes
Notes: svn path=/head/; revision=220511
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index c2b1588b7a22..2d19046e41c6 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -508,6 +508,7 @@
SUBDIR += tempcontrol
SUBDIR += termatrix
SUBDIR += terraform
+ SUBDIR += teseq
SUBDIR += tet
SUBDIR += thailocale
SUBDIR += tkinfo