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 has been archived by the owner on Dec 29, 2020. It is now read-only.
I'm using kitty as my terminal.
It uses xterm-kitty as his TERM environment variable, which is not on Epitech Docker image (which is totally normal)
But, since the image doesn't have terminfo file for xterm-kitty it can't understand some basic termcaps (such as backspace).
A simple solution will be to force TERM=xterm by default if the user's TERM isn't recognised by the image.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using kitty as my terminal.
It uses xterm-kitty as his TERM environment variable, which is not on Epitech Docker image (which is totally normal)
But, since the image doesn't have terminfo file for xterm-kitty it can't understand some basic termcaps (such as backspace).
A simple solution will be to force TERM=xterm by default if the user's TERM isn't recognised by the image.
The text was updated successfully, but these errors were encountered: