home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / less2 / part1 / README-casey < prev    next >
Encoding:
Text File  |  1986-11-30  |  1.4 KB  |  33 lines

  1.                         Monday July 14, 1986
  2.  
  3. I've made four changes to less:
  4.  
  5. 1.    You can now install the pager_patch program to let you use less as
  6.     your default pager even if the programs you're using don't pay
  7.     attention to the PAGER environment variable.
  8.  
  9. 2.    It's now allowable to invoke less with "-[z]N" to specify the window
  10.     scroll size ala more (note that the "z" may be omitted) - this
  11.     was done for compatibility with more(1) as some programs (ex: msgs)
  12.     called the pager with a window size specification.
  13.  
  14. 3.    Less will now detect "boldfacing sequences" and use the /etc/termcap
  15.     capability "md" and "me" to boldface the corresponding text.
  16.     Boldface sequences are sequences of a character overstruck with
  17.     backspaces (ex: a^Hab^Hb ...).  Any number of overstrikes are ok.
  18.     For those whose nroff doesn't generate these sequences for [default]
  19.     boldfacing, look at the file n10-diff for the necessary changes to
  20.     nroff [n10.c].
  21.  
  22. 4.    The manual page has been reformatted to have more boldface sequences
  23.     (some may find my avoidance of ".B", ".I", etc. to be annoying, but
  24.     what the hey, I'll let Mark Nudelman (less's original author) have
  25.     the final decision).  I haven't reorganized the command and switch
  26.     descriptions to be in alphabetic order ...  Still not sure whether
  27.     that should be done ...
  28.  
  29. Leith (Casey) Leedom                lll-crg.arpa!csustan!casey
  30. Computer Science Department            work: (209) 667-3185
  31. California State University, Stanislaus        home: (209) 634-2775
  32. Turlock, CA  95380
  33.