jdx / jdx/demand

don't fully rerender the current prompt text whenever a change happens

Open
#123 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
257
Forks
18
Avg merge
4h 54m
Merged PRs (30d)
11

Description

currently, when the user makes any input, the entire prompt is rerendered (even if no change needs to be made, e.g. pressing down when at the bottom of a `Select` prompt)
it should probably be changed to instead just go to any lines that need to be changed and rerender the changes to those lines
a good example of a library doing this is [inquire](https://github.com/mikaelmello/inquire)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.