multiline simple text editor
Author: cancerberoSgxCreated May 11, 2024Updated Aug 16, 2026
I need a simple text area, on which users can move through lines and columns using arrows, edit and add text. A simple textarea component Do you think this library is suitable to implement such thing manually? In the past I was able to implement it using libraries like https://github.com/chjj/blessed/ or https://github.com/cancerberoSgx/accursed but I would like to give a try with ink. PD: scroll support would also useful for this user case Thanks
Source: vadimdemedes/ink