aeshell/mterm

Block the deletion of prompt string

Closed this issue · 3 comments

Block the deletion of prompt string

Now we have a static PS1 like this:

[mterm@localhost ~]$

We need to block the deletion of PS1 , i mean the caret cannot move with backspace or other key to the left after '$'.

btw, now we have a dynamic user + hostname PS1 👍

now we have to block the backspace until the PS1 length to close this issue !
👯