File: charfile.help

package info (click to toggle)
libcdk-perl 20130816-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,284 kB
  • ctags: 430
  • sloc: perl: 6,151; sh: 2,997; makefile: 24
file content (36 lines) | stat: -rw-r--r-- 1,810 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

Cdk has the ability to add in special drawing characters into basic text 
using format commands. The characters and their respective format commands
are listed in the following table.

<C></U>Table of Cdk's Drawing Characters
<C><#UL><#HL(18)><#TT><#HL(5)><#TT><#HL(7)><#UR>
<C><#VL></U>Description       <#VL>Code <#VL>Display<!U><#VL>
<C><#VL>Horizontal Line   <#VL>\<\#HL><#VL>   <#HL>   <#VL>
<C><#VL>Vertical Line     <#VL>\<\#VL><#VL>   <#VL>   <#VL>
<C><#VL>Upper Left Corner <#VL>\<\#UL><#VL>   <#UL>   <#VL>
<C><#VL>Upper Right Corner<#VL>\<\#UR><#VL>   <#UR>   <#VL>
<C><#VL>Lower Left Corner <#VL>\<\#LL><#VL>   <#LL>   <#VL>
<C><#VL>Lower Right Corner<#VL>\<\#LR><#VL>   <#LR>   <#VL>
<C><#VL>Left Tee          <#VL>\<\#LT><#VL>   <#LT>   <#VL>
<C><#VL>Right Tee         <#VL>\<\#RT><#VL>   <#RT>   <#VL>
<C><#VL>Bottom Tee        <#VL>\<\#BT><#VL>   <#BT>   <#VL>
<C><#VL>Top Tee           <#VL>\<\#TT><#VL>   <#TT>   <#VL>
<C><#VL>Plus              <#VL>\<\#PL><#VL>   <#PL>   <#VL>
<C><#VL>Plus/Minus        <#VL>\<\#PM><#VL>   <#PM>   <#VL>
<C><#VL>Degree            <#VL>\<\#DG><#VL>   <#DG>   <#VL>
<C><#VL>Checker Board     <#VL>\<\#CB><#VL>   <#CB>   <#VL>
<C><#VL>Diamond           <#VL>\<\#DI><#VL>   <#DI>   <#VL>
<C><#VL>Bullet            <#VL>\<\#BU><#VL>   <#BU>   <#VL>
<C><#LL><#HL(18)><#BT><#HL(5)><#BT><#HL(7)><#LR>

If you want more than one special character to appear, an optional numeric 
repeat argument can be used. For example, if you wanted to draw 70 
horizontal line characters in a row, typing in \<\#HL> 70 times is excessive.
To do this use a numeric repeat value like \<\#HL(70)>. This tells Cdk to
draw the horizontal line character 70 times. This is how the line below is
drawn.

<C><#HL(70)>
<C>Document Created: January, 1996
<C>Document Revised: March,   2012