Teditor
Teditor copied to clipboard
A simple text/code editor
NCurses is causing limitations. Convert Teditor to VT100 carriage returns.
`$ echo string | ./ted` 
I erroneously opened a binary file in ted and it behaved strangely (misplaced cursor and line numbers), and after a certain line (300 or something) just hanged. I have yet...
Set everything to be based on commands, like in the `config_dialog`, and the key bindings would be just a bind to the command, like Emacs.
- [ ] relative stability - [x] good unicode support - [ ] code documentation - [ ] user documentation (big man page) - [ ] automatically backup files being...
- Implement search_fwd() function in ted_buffer.c * Search from current cursor position forward through buffer * Move cursor to first match found - Add search command to ted_commands.c * Prompt...
- [ ] partially completed prompt (like with Ctrl-O) - [ ] no hints