mazu-editor
mazu-editor copied to clipboard
a minimalist text editor with syntax highlight, copy/paste, and search
it's a pity because the editor is really nice. i think the thread should'nt be used at all and screen redrawn only after user input. this would also fix that...
Hello. First of all thanks for your kind review of the pull request(#9). As I'm currently the publisher of [the Mazu Editor snap](https://snapcraft.io/mazu-editor) I would like to ask if you're...
cursor offset is wrong when inupt Chinses words. I guess this may put in 'NOT TODO' in README.md if you want to keep this editor without too many library dependency.
I found the code exist SIGCONT, but it can not press ctrl-z to OS.(switch to background process)
I've tried to use cpplint(just copy the cpplint.py and it often workable). The CPPLINT.cfg which fit for current coding style as ``` filter=-legal/copyright,-whitespace/comments,-readability/multiline_comment,-whitespace/braces,-readability/braces linelength=132 ``` The output of `cpplint.py me.c`...
$ stty -a speed 38400 baud; rows 18; columns 63; line = 0; ... $ ./me me.c When I use right arrow key to move to column 64, it still...