You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
In a bash shell you cannot use left and right arrow to navigate around horizontally, while taking input.
$ read variable
SomeTezt^[[D
Just displays verbatim escape sequences. I need a workaround to this for the chatnet project. (The chatnet project has a protocol of it's own - please review?)