CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/12/06 18:54:33
Modified files:
bin/ksh : c_sh.c lex.c lex.h main.c
Log message:
Drop the unused second argument from set_prompt(). It used to be used for
early special casing of ! and !! in the PS1 expansion. This was removed
from set_prompt() as part of the implementaion of the character count
toggles \[ and \] back in 2004.
ok jca
