We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using less with TERM=dumb, which seems to be required when using OMVS from a TN3270 (TSO) session there is a warning message:
/u/lbdyck>less .gitconfig WARNING: terminal is not fully functional Press RETURN to continue [user] name = Lionel Dyck email = [email protected] [push] default = simple .gitconfig (END)
This does not happen when using more.
The text was updated successfully, but these errors were encountered:
Can you try adding the "know-dumb" option -d for less in your gitconfig:
... [core] editor = vim pager = less -d
Sorry, something went wrong.
the issue is not within git - at least not that I've found (yet) but when i try using the zot less from the omvs command line.
Ok, we could try setting the default to -d when in OMVS. less -d works for you?
less -d
less -d works
No branches or pull requests
When using less with TERM=dumb, which seems to be required when using OMVS from a TN3270 (TSO) session there is a warning message:
/u/lbdyck>less .gitconfig
WARNING: terminal is not fully functional
Press RETURN to continue
[user]
name = Lionel Dyck
email = [email protected]
[push]
default = simple
.gitconfig (END)
This does not happen when using more.
The text was updated successfully, but these errors were encountered: