Old prompt should just use an SGR reset.

This makes it more simple.
This commit is contained in:
2022-06-05 03:23:13 -04:00
parent b96eb5ca34
commit 28ca17b30f
2 changed files with 1 additions and 6 deletions

View File

@ -106,7 +106,7 @@ alias precmd 'source ${CSHENV_DIR}/tcshrc.prompt.final'
set promptchars='%#'
set prompt_simple="${oldp_color_seq}[%n@%m: %c]%# "
set prompt_simple="%{${sgr_reset}%}[%n@%m: %c]%# "
# Screens are almost certainly not a million chars wide.
# If they are... oh well, that's a really weird one.