home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume26 / banners-1.1 / part01 / banner-05 / kban.hlp < prev    next >
Text File  |  1993-04-11  |  1KB  |  44 lines

  1.  
  2. --#1    How to use
  3.  
  4.    The character '/' has special power...called CMD_CHR.  By it alone, it can
  5.   toggle the Korean/English letter mode.  With '.' or '+' after it, it changes
  6.   output letter mode or writing-type.  Now, there is only one writing-type,
  7.   Roman, so '+' is useless in Ver1.21-.  If you want to know the power of trick
  8.   by '.' after '/', try followings :
  9.  
  10.     kban /.0Hello
  11.     kban /.1Hello
  12.     kban /.2Hello
  13.      :     :
  14.     kban /.5Hello
  15.  
  16.   Now, there are 6 (0~5) letter modes and the initial value is 0 ( you can
  17.   change this at the line '#define CMODE 0' in kbandat.c ).
  18.  
  19.    Here are some examples of usage :
  20.  
  21.     kban /dkssud/____semi
  22.     kban Hello,,,,/.3/tpadl
  23.  
  24. --#2    How to compile
  25.  
  26.    First, you must change the line '#define DATFILE xxxxx' in kban.c to inform
  27.   where kbandat.c exists.
  28.    Then, just 'cc kban.c -o kban' is all.
  29.  
  30. --#3    Info
  31.  
  32.    This banner can cover Korean and English both.  Moreover, it has a special
  33.   function(/.# : # is number) and it's fonts are quite pretty.  But now, there
  34.   are no fonts for numbers and other letters though there will be soon.
  35.    All unknown characters are treated as 1 vertical space, so ',' and '_' can
  36.   be used as space in above examples.
  37.    Help option for this program is not ready yet.  I can support this help file
  38.   only now.  sorry.
  39.  
  40.    If you have any question or any suggestion, e-mail to :
  41.  
  42.     e910017@xserver.kaist.ac.kr
  43.  
  44.