master
Alessandro Mauri 5 years ago
parent b7681a4646
commit bd004bb9c7
  1. 3
      .gitignore
  2. 5
      README.md

3
.gitignore vendored

@ -2,4 +2,5 @@ ste
dbg dbg
hello hello
ste.c.* ste.c.*
*.bak *.bak
.sconsign*

@ -5,7 +5,4 @@ ste is a simple terminal editor partly inspired by micro features include
* easy to lookaround the code * easy to lookaround the code
ste is written purely in C using ncurses and the gperftools' tcmalloc which makes things way faster given the amount of malloc calls required. basically how you'd want nano to be if it actually had sane defauts
also do what the fuck you want with it.
Loading…
Cancel
Save