aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-08-14 09:16:28 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-08-14 09:19:23 +0200
commit46f786c23dbf1cd6c179903cab42c4f3c024710c (patch)
tree457169236a6f569a8dac736fa176781319b9109f
parent27500a9c688029d1cd3b563e8d19df245545a05a (diff)
downloadvis-46f786c23dbf1cd6c179903cab42c4f3c024710c.tar.gz
vis-46f786c23dbf1cd6c179903cab42c4f3c024710c.tar.xz
Rename files editor.[ch] -> text.[ch]
-rw-r--r--text.c (renamed from editor.c)2
-rw-r--r--text.h (renamed from editor.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/editor.c b/text.c
index ba2d707..daf7827 100644
--- a/editor.c
+++ b/text.c
@@ -11,7 +11,7 @@
#include <sys/stat.h>
#include <sys/mman.h>
-#include "editor.h"
+#include "text.h"
#define MAX(a, b) ((a) < (b) ? (b) : (a))
#define MIN(a, b) ((a) > (b) ? (b) : (a))
diff --git a/editor.h b/text.h
index cd69557..cd69557 100644
--- a/editor.h
+++ b/text.h