Show one line in previewing text message to edit
这个提交存在于:
父节点
93de0d4d84
当前提交
bbdf195090
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
@ -75,7 +75,7 @@ sendtextmenu() {
|
|||
while true
|
||||
do
|
||||
CONFIRM="$(
|
||||
printf %b "Edit Message ($TEXT)\nSend to → $NUMBER\nCancel" |
|
||||
printf %b "Edit Message ($(echo "$TEXT" | head -n1))\nSend to → $NUMBER\nCancel" |
|
||||
menu dmenu -c -idx 1 -p "Confirm" -fn "Terminus-20" -l 10
|
||||
)"
|
||||
echo "$CONFIRM" | grep -E "^Send" && sendmsg "$NUMBER" "$TEXT" && exit 0
|
||||
|
|
正在加载…
添加表格
添加链接
在新工单中引用