-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
Description
Problem description
spaces in command get randomly deleted, and I'm not sure why.
Steps to reproduce the behavior.
cd ~/Documents (with space)
-bash~/Documents: No such file or directory
If i then click the upwards arrow, the executed command was
cd~/Documents (no space)
So I re-add the space and re-execute:
-bash~/Documents: No such file or directory
This doesn't happen all the time, I'm not sure what triggers it.
What is the expected behavior?
for spaces not to be deleted
System information
- Termux application version: 0.117
- Android OS version: 8.0.0
- Device model: samsung s7 edge
willsheppard