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
I could reproduce and solve this issue. The problem is the environment variable TERM. This variable seems to be set to export TERM=xterm after attaching to the conatainer, but it is not! After running export export TERM=xterm the backsoace key works as expected in client console.
I found some other bug reports with more information. It seems to be a docker issue. Here you can find some more information:
When logging into the
Karaf
Console using the following command:docker exec -it aa51cbf7d3f6 /openhab/runtime/karaf/bin/client
the backspace key is behaving as the space key.This is not happening when using
karaf/bin/shell
The text was updated successfully, but these errors were encountered: