Skip to content
New issue

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

less failures if TERM=dumb #9

Open
lbdyck opened this issue Feb 25, 2023 · 4 comments
Open

less failures if TERM=dumb #9

lbdyck opened this issue Feb 25, 2023 · 4 comments

Comments

@lbdyck
Copy link

lbdyck commented Feb 25, 2023

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.

@IgorTodorovskiIBM
Copy link
Collaborator

Can you try adding the "know-dumb" option -d for less in your gitconfig:

...
[core]
  editor = vim
  pager = less -d

@lbdyck
Copy link
Author

lbdyck commented Feb 26, 2023

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.

@IgorTodorovskiIBM
Copy link
Collaborator

Ok, we could try setting the default to -d when in OMVS. less -d works for you?

@lbdyck
Copy link
Author

lbdyck commented Feb 26, 2023

less -d works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants