Module Name: src Committed By: christos Date: Tue Jun 27 23:27:03 UTC 2017
Modified Files: src/bin/sh: histedit.c Log Message: Add literal prompt support this allows one to do: CA="$(printf '\1')" PS1="${CA}$(tput bold)${CA}\$${CA}$(tput sgr0)${CA} " To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/bin/sh/histedit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.