init editor
This commit is contained in:
parent
5ce562afa1
commit
4774a511bc
@ -5,3 +5,5 @@ A terminal program which could react with you.
|
|||||||
[3Ddisplay](file/3Ddisplay.md)
|
[3Ddisplay](file/3Ddisplay.md)
|
||||||
|
|
||||||
[walking cat](file/walking-cat.md)
|
[walking cat](file/walking-cat.md)
|
||||||
|
|
||||||
|
[editmytext](file/editmytext.md)
|
||||||
|
6
editmytext/main.c
Normal file
6
editmytext/main.c
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#include <curses.h>
|
||||||
|
#include <signal.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
|
int main(){
|
||||||
|
}
|
2
file/editmytext.md
Normal file
2
file/editmytext.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
### edit my text
|
||||||
|
a text-editor run in the terminal
|
Loading…
Reference in New Issue
Block a user