Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sayanarijit/tui-input
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: sayanarijit/tui-input
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 8, 2022

  1. Document event handlers

    sayanarijit committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    1ad70cf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Added Input::visual_cursor

    Elvyria authored and sayanarijit committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    949f236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6be0ae5 View commit details
    Browse the repository at this point in the history
  3. Fix handling multispace characters

    This PR builds upon #14 to
    fix handling multispace characters in tui crate, by providing helper
    methods: `visual_cursor` and `visual_scroll`.
    
    Closes: #14
    sayanarijit committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    b137b8f View commit details
    Browse the repository at this point in the history
  4. Add tests

    sayanarijit committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    ed29214 View commit details
    Browse the repository at this point in the history
Loading