Call improvements; fix bugs associated with hanging up; refresh bar on callend

This commit is contained in:
Miles Alan 2020-06-21 15:31:00 -05:00
parent f88b83fd15
commit 91d6ebb15d
3 changed files with 24 additions and 20 deletions

View file

@ -76,7 +76,7 @@ sendtextmenu() {
}
tailtextlog() {
st -e tail -f "$LOGDIR/$1/sms.txt"
st -e tail -n9999 -f "$LOGDIR/$1/sms.txt"
}
main() {