https://github.com/InAnYan/old-terminal-editor
An attemp to create a terminal text editor
https://github.com/InAnYan/old-terminal-editor
cpp editor kilo terminal text-editor
Last synced: 9 months ago
JSON representation
An attemp to create a terminal text editor
- Host: GitHub
- URL: https://github.com/InAnYan/old-terminal-editor
- Owner: InAnYan
- Created: 2023-01-19T18:45:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T15:55:14.000Z (over 2 years ago)
- Last Synced: 2024-11-22T01:41:44.628Z (over 1 year ago)
- Topics: cpp, editor, kilo, terminal, text-editor
- Language: C++
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An attemp to create a terminal text editor
Followed `kilo` tutorial.
- `EditorLib`: contains some attemp to create a library? Interfaces to Editor's data structures.
- `Editor3`: I suppose 3 means the third attempt. Have some `Terminal` interface. Documented code. Looks cool, though it's not OOP. I followed `kilo` mostly.
- `Editor3WithoutTabs`: experiment to eliminate `real` and `render` parts of line representation. Probably, it works.