bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Line is corrupted when pasting long string in vi mode with exit_attr


From: Andreas Schwab
Subject: Re: Line is corrupted when pasting long string in vi mode with exit_attribute_mode prompt
Date: Sat, 18 Dec 2021 17:03:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.90 (gnu/linux)

On Dez 17 2021, Jack Pearson wrote:

>   PS1='$(tput sgr0)' # emit exit_attribute_mode capability string

Non-printable characters in the prompt must be bracketed by \[ \].

PS1='\[$(tput sgr0)\]'

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]