From 657330ddd6d7a67e16c198b4e9ad2aac239d4799 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 28 Jan 2021 21:53:48 -0800 Subject: Renamed bterm -> terminal --- draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'draw.c') diff --git a/draw.c b/draw.c index 38e06bc..7a762c2 100644 --- a/draw.c +++ b/draw.c @@ -10,9 +10,9 @@ #include #include -#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)) -- cgit v1.2.3