I have seen this wonderful example: [Typing text on the screen](https://github.com/faiface/pixel/wiki/Typing-text-on-the-screen), but still needs some improvement: - show cursor(this is done in this example: https://github.com/faiface/pixel-examples/tree/master/typewriter) - move the cursor when the mouse button or arrow keys clicked - delete character when pressed `backspace` or `delete` key - show line numbers, just like a code input field, like below: <img width="351" alt="image" src="https://user-images.githubusercontent.com/16718108/136421573-b0c47b7b-ddce-43e0-a00e-ccbf2f34b460.png">
I have seen this wonderful example: Typing text on the screen, but still needs some improvement:
backspaceordeletekey