I want to create my own editor for entering code, first I was going to use ncurses to create a terminal editor. It does not work, the library does not have documentation, and its mail list is completely empty. I'm probably going to do this using the gui library. I am thinking about using the excess from cl-opengl, but I cannot find any information about how developed it is. If it is not in good working condition, I think I just use gtk.
Thanks guys,
source
share