home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / progjour / 1991 / 01 / texttest.out < prev    next >
Text File  |  1990-10-31  |  2KB  |  66 lines

  1.  a  b  c  d  e  f  g  h
  2.  i  j  k  l (m) n  o  p
  3.  q  r  s  t  u  v  w  x     <- Last line
  4.  
  5. These indexes (r,c) are invalid in a 3 by 8 buffer:
  6. (-1,-1) (-1, 0) (-1, 1) (-1, 2) (-1, 3) (-1, 4) (-1, 5) (-1, 6) (-1, 7) (-1, 8)
  7. ( 0,-1) ( 0, 8)
  8. ( 1,-1) ( 1, 8)
  9. ( 2,-1) ( 2, 8)
  10. ( 3,-1) ( 3, 0) ( 3, 1) ( 3, 2) ( 3, 3) ( 3, 4) ( 3, 5) ( 3, 6) ( 3, 7) ( 3, 8)
  11.  
  12. Issuing LF:
  13.  a  b  c  d  e  f  g  h
  14.  i  j  k  l  m  n  o  p
  15.  q  r  s  t (u) v  w  x     <- Last line
  16.  
  17. Issuing CR:
  18.  a  b  c  d  e  f  g  h
  19.  i  j  k  l  m  n  o  p
  20. (q) r  s  t  u  v  w  x     <- Last line
  21.  
  22. Resetting cursor to (1,3):
  23.  a  b  c  d  e  f  g  h
  24.  i  j  k (l) m  n  o  p
  25.  q  r  s  t  u  v  w  x     <- Last line
  26.  
  27. Deleting three characters, using ' ' fill:
  28.  a  b  c  d  e  f  g  h
  29.  i  j  k (o) p
  30.  q  r  s  t  u  v  w  x     <- Last line
  31.  
  32. Inserting three characters, using '.' fill:
  33.  a  b  c  d  e  f  g  h
  34.  i  j  k (.) .  .  o  p
  35.  q  r  s  t  u  v  w  x     <- Last line
  36.  
  37. Clearing entire line, '-' fill
  38.  a  b  c  d  e  f  g  h
  39. (-) -  -  -  -  -  -  -
  40.  q  r  s  t  u  v  w  x     <- Last line
  41.  
  42. Deleting line 1, moving top text down, '+' fill:
  43.  +  +  +  +  +  +  +  +
  44. (a) b  c  d  e  f  g  h
  45.  q  r  s  t  u  v  w  x     <- Last line
  46.  
  47. Deleting top line, moving bottom text up, '*' fill:
  48. (a) b  c  d  e  f  g  h
  49.  q  r  s  t  u  v  w  x
  50.  *  *  *  *  *  *  *  *     <- Last line
  51.  
  52. Opening top line, pushing text down, '%' fill:
  53. (%) %  %  %  %  %  %  %
  54.  a  b  c  d  e  f  g  h
  55.  q  r  s  t  u  v  w  x     <- Last line
  56.  
  57. Opening middle line, pushing text up, '#' fill:
  58.  a  b  c  d  e  f  g  h
  59. (#) #  #  #  #  #  #  #
  60.  q  r  s  t  u  v  w  x     <- Last line
  61.  
  62. Clearing buffer, '@' fill:
  63. (@) @  @  @  @  @  @  @
  64.  @  @  @  @  @  @  @  @
  65.  @  @  @  @  @  @  @  @     <- Last line
  66.