https://github.com/akgondber/ink-text-input-wrong-cursor-handling-issue
Demo for ink-text-input's wrong cursor handling issue
https://github.com/akgondber/ink-text-input-wrong-cursor-handling-issue
Last synced: 4 months ago
JSON representation
Demo for ink-text-input's wrong cursor handling issue
- Host: GitHub
- URL: https://github.com/akgondber/ink-text-input-wrong-cursor-handling-issue
- Owner: akgondber
- Created: 2023-10-07T06:48:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T06:18:43.000Z (over 1 year ago)
- Last Synced: 2025-01-05T23:43:02.056Z (5 months ago)
- Language: JavaScript
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ink-text-input-wrong-cursor-handling-issue
> Demo for ink-text-input's [wrong cursor handling issue](https://github.com/vadimdemedes/ink-text-input/issues/81)
## Setup
```bash
$ git clone [email protected]:akgondber/ink-text-input-wrong-cursor-handling-issue.git
$ npm install
$ npm run build# Run demo app choosing either first:
$ npm run play# or second variant:
$ npm run link
$ ink-text-input-wrong-cursor-handling-issue # or shorter variant: `itiwch`
```## CLI
```
$ ink-text-input-wrong-cursor-handling-issue --helpUsage
$ ink-text-input-wrong-cursor-handling-issueExamples
$ ink-text-input-wrong-cursor-handling-issue
```## Screenshots
Left direction cursor movement handling screenshot
Right direction cursor movement handling screenshot
## Demo

## License
MIT © [Rushan Alyautdinov](https://github.com/akgondber)