Please guys, i need help. I want to program a simple test editor that looks like that in most windows operating systems .
C:\edit
Please i need advice on what to do.
1. Loop
2. caret( Cursor positioning )
3. When to insert end of lines
4. Mouse listening, such as moving of the windows in the test program
5. Multiple window to edit multiple files.
I thought of using the ncurse/curses for linux and PDCurses for windows, but i
don't know how to arrange those things listed above.