TODO - ledit - Text editor (WIP) | |
git clone git://lumidify.org/ledit.git (fast, but not encrypted) | |
git clone https://lumidify.org/ledit.git (encrypted, but very slow) | |
git clone git://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/… | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
TODO (416B) | |
--- | |
1 * Use proper gap buffer implementation | |
2 * Somehow clean up overflow handling | |
3 * File locking (lockf(3) or flock(2)) | |
4 * Load file in background so text is already shown while still | |
5 loading the rest of a big file. | |
6 * Try to copy vi behavior where the cursor jumps back to the original | |
7 column after moving over a line that was not as long as the original | |
8 cursor position. | |
9 * Set X error handlers to also emergencydump |