index
:
ed
devel
master
posix-compliant reimplementation of the standard editor in C11
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove debug printfs
nytpu
2021-06-04
1
-6
/
+0
*
basic implementations of most commands
nytpu
2021-06-04
1
-0
/
+35
*
fix unfreed memory on q/Q command
nytpu
2021-06-04
1
-1
/
+2
*
use one-indexing interally unless actually indexing rows array
nytpu
2021-06-04
1
-0
/
+3
*
add framework for commands
nytpu
2021-06-04
1
-9
/
+26
*
fixup c23428b
nytpu
2021-06-04
1
-2
/
+1
*
add rudimentary command parser
nytpu
2021-06-04
1
-3
/
+22
*
fix issue when opening nonexistant file
nytpu
2021-06-04
1
-1
/
+0
*
move error() to common.h
nytpu
2021-06-01
1
-0
/
+8
*
clarify -p flag in -h
nytpu
2021-06-01
1
-2
/
+2
*
add -l flag for loose exit status
nytpu
2021-06-01
1
-6
/
+4
*
fix unfreed memory
nytpu
2021-05-31
1
-0
/
+1
*
major refactor, struct Buffer and struct Options merged into one Editor state...
nytpu
2021-05-31
1
-23
/
+15
*
add editor_deinit()
nytpu
2021-05-31
1
-0
/
+9
*
implement saving errors for 'h' command
nytpu
2021-05-26
1
-0
/
+1
*
check if buffer is dirty before opening new file, add force override
nytpu
2021-05-26
1
-1
/
+1
*
parse optind to get filename to open
nytpu
2021-05-26
1
-0
/
+13
*
add global options state and have arguments modify them
nytpu
2021-05-26
1
-3
/
+11
*
add argument parsing
nytpu
2021-05-26
1
-1
/
+34
*
add usage()
nytpu
2021-05-26
1
-0
/
+18
*
add proper noreturn specifier
nytpu
2021-05-26
1
-1
/
+2
*
change to use EXIT_SUCESS and EXIT_FAILURE for portability
nytpu
2021-05-26
1
-2
/
+2
*
miscellaneous cleanups
nytpu
2021-05-26
1
-10
/
+9
*
add buffer.c and buffer.h for opening files and dealing with inserting/deleti...
nytpu
2021-05-26
1
-0
/
+1
*
fix bug when ioctl returns 0
nytpu
2021-05-26
1
-1
/
+1
*
add die() and editor_init()
nytpu
2021-05-26
1
-0
/
+20
*
use macro for default terminal width
nytpu
2021-05-26
1
-2
/
+1
*
add get_width() to get terminal width
nytpu
2021-05-23
1
-0
/
+16
*
change license headers to SPDX identifier
nytpu
2021-05-22
1
-13
/
+3
*
initial commit
nytpu
2021-05-21
1
-0
/
+23