diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 21:53:48 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-01-28 21:53:48 -0800 |
| commit | 657330ddd6d7a67e16c198b4e9ad2aac239d4799 (patch) | |
| tree | b3be13e0f3570332e255d8699b8b396a2c9e4d37 /draw.c | |
| parent | e0af178df1abe3524a6b636405aa140765405fcf (diff) | |
Renamed bterm -> terminal
Diffstat (limited to 'draw.c')
| -rw-r--r-- | draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
