summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@src.gnome.org>2002-11-26 03:57:10 +0000
committerNalin Dahyabhai <nalin@src.gnome.org>2002-11-26 03:57:10 +0000
commit11f812ab830734e54ed9cfc33d957b1002189ce1 (patch)
treee0e31e009de30982dc14ce09bc8c1f3903b3ee04 /doc
parentd3d658f80cc52bb9855e94e506c6028b87261c46 (diff)
2002-11-25 nalin fix mapping of Unicode code chars 0x252c and 0x2534 which
2002-11-25 nalin * src/vte.c: fix mapping of Unicode code chars 0x252c and 0x2534 which incorrectly mixed them up (#99474). * src/iso2022.c: fix mapping of 'v' and 'w' from special graphics to Unicode, which masked the above bug.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/boxes.txt74
2 files changed, 76 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a710e69..6528825 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS = reference
+EXTRA_DIST = ctlseqs.ms readme.txt utmpwtmp.txt boxes.txt
+
ctlseqs.ps: ctlseqs.ms
tbl $^ | groff -ms > $@
diff --git a/doc/boxes.txt b/doc/boxes.txt
new file mode 100644
index 0000000..b60d6f0
--- /dev/null
+++ b/doc/boxes.txt
@@ -0,0 +1,74 @@
+Single width, hollow.
+β”Œβ”€β” )0lqk
+β”‚ β”‚ )0x x
+β””β”€β”˜ )0mqj
+β”Œβ”€β”
+β”‚ β”‚
+β””β”€β”˜
+
+Single width, single fill.
+β”Œβ”¬β” )0lwk
+β”œβ”Όβ”€ )0tnu
+β””β”΄β”˜ )0mvj
+β”Œβ”¬β”
+β”œβ”Όβ”€
+β””β”΄β”˜
+
+Double width, hollow.
+┏━┓ )0 
+┃ ┃ )0 
+┗━┛ )0 
+╔═╗
+β•‘ β•‘
+β•šβ•β•
+
+Double width, double fill.
+┏┳┓ )0 
+┣╋┫ )0 
+β”—β”»β”› )0 
+╔╦╗
+╠╬╣
+β•šβ•©β•
+
+Double width, single fill.
+┏┯┓ )0 
+┠┼┨ )0 n 
+β”—β”·β”› )0 
+β•”β•€β•—
+β•Ÿβ”Όβ•’
+β•šβ•§β•
+
+Single width, double fill.
+β”Œβ”°β” )0l k
+┝╋β”₯ )0 
+β””β”Έβ”˜ )0m j
+β”Œβ•₯┐
+β•žβ•¬β•‘
+β””β•¨β”˜
+
+Single width, mixed fill (double horizontal, single vertical).
+β”Œβ”¬β” )0lwk
+┝┿β”₯ )0 
+β””β”΄β”˜ )0mvj
+β”Œβ”¬β”
+β•žβ•ͺβ•‘
+β””β”΄β”˜
+
+Double width, mixed fill (double vertical, single horizontal).
+┏┳┓ )0 
+┠╂┨ )0 
+β”—β”»β”› )0 
+╔╦╗
+β•Ÿβ•«β•’
+β•šβ•©β•
+
+Double horizontal, single vertical.
+β•’β••
+β•˜β•›
+
+Double vertical, single horizontal.
+β•“β•–
+β•™β•œ
+
+VT-102: http://vt100.net/docs/vt102-ug/table5-13.html
+Unicode: http://www.oreilly.com/catalog/docbook/chapter/book/iso-box.html