Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various commands cut off after the first word. (termux-notification, termux-dialog) #20

Closed
JKathmann opened this issue Apr 20, 2016 · 2 comments

Comments

@JKathmann
Copy link

After update && upgrade, I found this behaviour:

termux-dialog -t "Foo Bar"
->empty mask

termux-notification -c "hello world" -t "foo bar"
->
->hello world

@JKathmann
Copy link
Author

this works:

termux-dialog -t "foo bar" -i "hello world"
->foo bar
->hello world

termux-notification -c "hello world" -t "foo bar" -i 123
->foo bar
->hello world

@fornwall
Copy link
Member

Thanks, this has been fixed in version 0.17 of the termux-api package to which you can update now.

There has been some flux in the scripts to handle whitespace and argument parsing correctly, hopefully the solution used now is correct and they will stabil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants