clseibold / Edim

Ed Improved. A simple interactive line editor program written in C and inspired by Ed, TECO, Vim, and 4coder.
8 stars 0 forks source link

New Input System #4

Open ghost opened 6 years ago

ghost commented 6 years ago

I have started work on a new input system (essentially a replacement for default io, readline, linenoise, etc.). This system allows me to do the following:

So far, the current system has only been tested on Windows. Therefore, the system is only enabled for Windows builds.

Current Problems:

ghost commented 6 years ago

This now works under Linux and has been enabled for Linux for all commands that take text input!

While this is enabled for Mac and BSD, it hasn't been tested for these systems yet.