Teditor icon indicating copy to clipboard operation
Teditor copied to clipboard

A simple text/code editor

Results 8 Teditor issues
Sort by recently updated
recently updated
newest added

NCurses is causing limitations. Convert Teditor to VT100 carriage returns.

enhancement

`$ echo string | ./ted` ![2021-08-01T15:29:51,151068207-03:00](https://user-images.githubusercontent.com/30443527/127781622-b7587e0c-b47c-4bbb-812f-3d40c95848c6.png)

enhancement

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...

bug

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.

enhancement

Add a configuration file interpreter for basic configuration.

enhancement

- [ ] 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