wsh/
wsh/binsrc/
wsh/docs/help/
wsh/docs/old/
wsh/etc/
wsh/src/util/
Quick WizPort Help
------------------

Problems:
1)  "My backspace key doesn't work"
    answer:  set it with tset:  'tset -e<backspace key>'
      there should be no space between the e and the backspace key.
    example:  tset -e^H
1a) "It still won't backspace over a space!"
    answer:  *sigh*  There is none.  This is a 'Known Bug' that I am working on.
2)  "My term is all screwed up"
    answer:  set your term:  'setenv TERM <termtype>'
    example: setenv TERM vt100
3)  "I can't run splitvt"
    answer:  splitvt only runs in vt100 TERM mode.  Try setting to that

Things to try:
1)  Common commands:
    ls, rm, mv, mkdir, cd, etc...
    alias, unalias, history (including !<num> and !<str>), set <var> <value>
  * vi, grep, diff, compress

2)  wsh commands:
    wsh, acc (shows access tree), source <file>
  * who, chat, tell, mesg

3)  new utilities:
  * ftp (do 'fget -h' for help)
  * splitvt (ctrl-w switches windows and ctrl-x quits)
  * kero (login to mud) (usually used with splitvt)

Also:
  When started, wsh will source /.wshrc.global and \$HOME/.wshrc
  If it is a login, it will also source /.login.global and \$HOME/.login
  Shell escapes and environment variable and history expansion work.
  Wildcard expansion does not work yet.  (filenames with *)
  You can 'set prompt "<string>"', and %/ will be expanded to current path.

Any problems, comments, questions or praise:
  email wizport@davesource.com  (David Ljung Madison)