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

zsh.sh does not set cursor point/position (is always 0) #23

Closed
binduwavell opened this issue May 29, 2016 · 1 comment · Fixed by #24
Closed

zsh.sh does not set cursor point/position (is always 0) #23

binduwavell opened this issue May 29, 2016 · 1 comment · Fixed by #24

Comments

@binduwavell
Copy link
Collaborator

binduwavell commented May 29, 2016

partial and lastPartial are computed using line and point. When point defaults to 0 partial and lastPartial can't be computed. By updating this script to provide a positional value we get parity with these 3 environment options relative to bash at least (I have not tested with fish, but at least as far as I can tell it appears to provide this value.)

binduwavell added a commit to binduwavell/node-tabtab that referenced this issue May 29, 2016
@binduwavell binduwavell changed the title zsh.sh does not set cursor position (is always 0) zsh.sh does not set cursor point/position (is always 0) May 29, 2016
@mklabs
Copy link
Owner

mklabs commented May 30, 2016

👍 thanks for the PR

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

Successfully merging a pull request may close this issue.

2 participants