init editor

This commit is contained in:
oppo-pad-air 2023-04-10 21:01:17 +08:00
parent 5ce562afa1
commit 4774a511bc
3 changed files with 10 additions and 0 deletions

View File

@ -5,3 +5,5 @@ A terminal program which could react with you.
[3Ddisplay](file/3Ddisplay.md)
[walking cat](file/walking-cat.md)
[editmytext](file/editmytext.md)

6
editmytext/main.c Normal file
View File

@ -0,0 +1,6 @@
#include <curses.h>
#include <signal.h>
#include <unistd.h>
int main(){
}

2
file/editmytext.md Normal file
View File

@ -0,0 +1,2 @@
### edit my text
a text-editor run in the terminal