https://github.com/retrodev256/line_editor
Just a simple line editor that I made in zig to practice
https://github.com/retrodev256/line_editor
zig
Last synced: 11 months ago
JSON representation
Just a simple line editor that I made in zig to practice
- Host: GitHub
- URL: https://github.com/retrodev256/line_editor
- Owner: RetroDev256
- Created: 2024-07-25T03:43:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T06:56:58.000Z (11 months ago)
- Last Synced: 2025-06-03T18:40:21.670Z (11 months ago)
- Topics: zig
- Language: Zig
- Homepage:
- Size: 536 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# line_editor
Just a simple line editor.
Under active development - expect (and please report) bugs :)
The windows builds are significantly larger than the other builds due to this:
https://github.com/ziglang/zig/issues/18849
TODO:
- rewrite lots of code
- raw mode parsing (so we can use our arrow keys in the input)
- options to toggle aspects of printing:
- toggle printing line numbers
- toggle printing command prompt