Build a Simple Built-in TUI Line Editor #8

Open
opened 2025-09-28 16:45:30 +02:00 by mpuchstein · 0 comments
Owner
  • Create an “edit buffer” state in the TUI supporting cursor movement, insert/command modes, save (Ctrl+S), and exit.(maybe detect $EDITOR var and vi keys/emac keys accordingly)
  • Track dirty state and implement undo stacks.
- Create an “edit buffer” state in the TUI supporting cursor movement, insert/command modes, save (`Ctrl+S`), and exit.(maybe detect $EDITOR var and vi keys/emac keys accordingly) - Track dirty state and implement undo stacks.
vikingowl added the enhancement label 2025-09-28 16:50:24 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Owlibou/owlen#8