An experimental, super compact and small terminal editor.
Go to file
2018-10-19 13:24:58 +02:00
.gitignore First attempt 2018-09-17 09:07:22 +02:00
file.c Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
file.h Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
fn Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
fn.c Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
fn.h Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
hl.c Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
hl.h Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
input.c Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
input.h Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
Makefile Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
output.c Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
output.h Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
row.c Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
row.h Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
search.c Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
search.h Split up the codebase into files, Fixes #8 2018-10-19 13:24:58 +02:00
terminal.c Update screen when terminal window will be changed #2 2018-10-18 13:28:41 +02:00
terminal.h Update screen when terminal window will be changed #2 2018-10-18 13:28:41 +02:00