aboutsummaryrefslogtreecommitdiff
path: root/draw.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-28 21:53:48 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-28 21:53:48 -0800
commit657330ddd6d7a67e16c198b4e9ad2aac239d4799 (patch)
treeb3be13e0f3570332e255d8699b8b396a2c9e4d37 /draw.c
parente0af178df1abe3524a6b636405aa140765405fcf (diff)
Renamed bterm -> terminal
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index 38e06bc..7a762c2 100644
--- a/draw.c
+++ b/draw.c
@@ -10,9 +10,9 @@
#include <sys/stat.h>
#include <time.h>
-#include "bterm.h"
#include "draw.h"
#include "entry.h"
+#include "terminal.h"
#define E_ISDIR(e) (S_ISDIR(S_ISLNK((e)->info.st_mode) ? (e)->linkedmode : (e)->info.st_mode))