chuck-sys / ceditor-test
A simple terminal text editor implementation in C++ with ncurses
☆16Updated 7 years ago
Alternatives and similar repositories for ceditor-test:
Users that are interested in ceditor-test are comparing it to the libraries listed below
- A TUI text editor written in C++☆11Updated 2 years ago
- Text editor using ncurses library☆32Updated 2 years ago
- A console text editor with some IDE features.☆10Updated 7 years ago
- A vim-inspired text editor using ncurses and C++☆10Updated 6 years ago
- simple performant text editor in c++ and lua☆12Updated 7 years ago
- Tiny console text editor☆9Updated 7 years ago
- text editor☆51Updated 6 years ago
- tte (tiny text editor) is a terminal based text editor written in C from scratch.☆136Updated 3 years ago
- A stripped down cli text editor that features a directory navigator for quicker traversal.☆31Updated 6 years ago
- A simply made text editor written in C☆19Updated 4 years ago
- My own text editor☆11Updated 5 years ago
- Regular expressions based on Rob Pike Plan9 regexp9. Forked from https://github.com/attractivechaos/benchmarks/tree/master/reb/regexp9☆12Updated 2 years ago
- My own C library. Probably don't use it.☆31Updated 4 years ago
- A minimal bare bones operating system based on a monolithic kernel design written purely in Assembly language☆20Updated 5 years ago
- A simple GPU accelerated image viewer that performs a slide-show with the selected images. Supports all popular image formats.☆2Updated 8 years ago
- ASCII Tetris game written in C☆71Updated last year
- LE text editor☆51Updated 4 months ago
- Mirror of PCC project's CVS repositories☆40Updated 5 months ago
- MicroEMACS Editor by Daniel Lawrence☆33Updated 2 years ago
- Simple Vi like text editor☆30Updated 5 years ago
- The SNIPPETS C and C++ Source Code Archives☆111Updated 9 years ago
- C implementation of drawille library and extra drawing functionality☆63Updated 3 years ago
- Very old C compilers☆21Updated 10 years ago
- A c standard system library with a focus on size, headeronly, "singlefile", intended for static linking. 187 Bytes for "Hello World"(regu…☆37Updated 2 years ago
- A code editor implementation in plain SDL, with syntax highlighting and other notable features.☆32Updated 5 years ago
- Bootable PC demo/game kernel☆49Updated 3 years ago
- Single-header terminal user interface library. Written in ansi-c☆21Updated last year
- led - line-oriented text editor☆20Updated 2 years ago
- The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr.☆15Updated 11 years ago
- NCurses Examples from the book "Programmer's Guide to NCurses" with improvements and fixes