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

feat: support long files via pagination or automatic scrolling #171

Open
carafelix opened this issue Aug 13, 2024 · 0 comments
Open

feat: support long files via pagination or automatic scrolling #171

carafelix opened this issue Aug 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@carafelix
Copy link

I want to type a long poem, that is beyond a "window" size.
As of now, the following error is thrown:

Window too small to print given textTraceback

I'd like to be able to open large text files and type along, and hopefully, with one of the following behaviors to be supported (if not both via a flag):

  • type along and once the typing cursor reaches the last word in the current text window, fill the window with the maximum amount of words that come next in the imported text file.

  • add a line-scroll flag that controls how many lines can be typed before start scrolling. Let say it defaults to 4. Once the cursor reach the end of the 4rd line, it removes the first line from the text window and add a new line of text from the imported text

a max-words-per-window flag could be useful also

@carafelix carafelix added the enhancement New feature or request label Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant