From 886bccb9a2edd08bab7182b42490ad45bed056fe Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Sat, 30 Apr 2016 00:24:13 +0430 Subject: [PATCH] fbpad: rename config.h to conf.h --- README | 2 +- config.h => conf.h | 0 fbpad.c | 2 +- pad.c | 2 +- term.c | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename config.h => conf.h (100%) diff --git a/README b/README index a00531d..156ce46 100644 --- a/README +++ b/README @@ -37,7 +37,7 @@ finishes. SETTING UP ========== -To configure fbpad, you should edit config.h. To get fbpad running +To configure fbpad, you should edit conf.h. To get fbpad running you need to make sure FR points to a valid fbpad font (for testing you can try http://litcave.rudi.ir/courr.tf) and SHELL to the shell you want fbpad to execute. Also the type of fbval_t should match the diff --git a/config.h b/conf.h similarity index 100% rename from config.h rename to conf.h diff --git a/fbpad.c b/fbpad.c index 90bb709..0bec064 100644 --- a/fbpad.c +++ b/fbpad.c @@ -17,7 +17,7 @@ #include #include #include -#include "config.h" +#include "conf.h" #include "fbpad.h" #include "draw.h" diff --git a/pad.c b/pad.c index df63319..6db7830 100644 --- a/pad.c +++ b/pad.c @@ -2,7 +2,7 @@ #include #include #include -#include "config.h" +#include "conf.h" #include "draw.h" #include "fbpad.h" diff --git a/term.c b/term.c index 3e2324f..dd46d4a 100644 --- a/term.c +++ b/term.c @@ -9,7 +9,7 @@ #include #include #include -#include "config.h" +#include "conf.h" #include "fbpad.h" #define MODE_CURSOR 0x01 -- 2.11.4.GIT