Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: lukem
Date: Fri Nov 12 02:50:39 UTC 1999
Modified Files:
basesrc/usr.bin/ftp: cmdtab.c extern.h ftp.1 ftp_var.h main.c util.c
Log Message:
- implement `set rprompt'; right side version of `set prompt'. depends on
EL_RPROMPT support i added to editline(3).
- allow $FTPPROMPT and $FTPRPROMPT to override defaults for the relevant
prompts
- move `%' formatting code from prompt() to expandbuf().
- implement `%.' and `%c', similar to the same % codes in tcsh(1)
(functionality I added to tcsh nearly 6 years ago), except that `%.'
always does `...trailing' and `%c' always does `/<x>trailing'.
- unknown `%foo' codes get printed as `%foo'
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 basesrc/usr.bin/ftp/cmdtab.c
cvs rdiff -r1.49 -r1.50 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.58 -r1.59 basesrc/usr.bin/ftp/ftp.1
cvs rdiff -r1.47 -r1.48 basesrc/usr.bin/ftp/ftp_var.h
cvs rdiff -r1.66 -r1.67 basesrc/usr.bin/ftp/main.c
cvs rdiff -r1.81 -r1.82 basesrc/usr.bin/ftp/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index