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

Correct output when browsing #6

Closed
2 tasks done
juliusHuelsmann opened this issue Oct 20, 2019 · 0 comments
Closed
2 tasks done

Correct output when browsing #6

juliusHuelsmann opened this issue Oct 20, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request vimBrowse

Comments

@juliusHuelsmann
Copy link
Owner

juliusHuelsmann commented Oct 20, 2019

When browsing while another command executes, the screen & buffer are filled incorrectly. Change that

  • This can only be fixed if the schrollBack Patch is replaced by a better implementation; Ideally there is one large roundbuffer and the stuff currently displayed can be found in that roundbuffer at an offset.
    • There are to be distinct cursor positions for browsing and inserting.
    • in case the terminal width is resized, only increase the terminal buffer's width; when a terminal is resized after making it smaller, the content of the previous commands is not lost.
  • port the current implementation to use the history patch that is created in the aforementioned task.

Patch developed here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vimBrowse
Projects
None yet
Development

No branches or pull requests

1 participant