gpt4 book ai didi

linux - 退格键不会删除 bash 中 tput 命令的下划线

转载 作者:太空狗 更新时间:2023-10-29 12:11:40 24 4
gpt4 key购买 nike

我正在努力练习制作一个美观整洁的界面。但是,我被困在这个问题上。我试图强调我设法使用此方法完成的用户的输入

echo -n "Title : "; read -p "$(tput smul)" getTitle; tput rmul 

tput smul用于给单词加下划线,而tput rmul用于这条语句成功后去除下划线。

不幸的是,当我不小心输入错误并决定退格时,下划线并没有相应消失。

相反,即使我删除了所有用户输入,下划线仍然存在。

有什么解决办法吗?

最佳答案

使用readline通过 -e 标志:

echo -n "Title : "; read -ep "$(tput smul)" getTitle; tput rmul

关于linux - 退格键不会删除 bash 中 tput 命令的下划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41940294/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com