summaryrefslogtreecommitdiff
path: root/src/til.c
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2023-03-13 12:40:56 -0700
committerVito Caputo <vcaputo@pengaru.com>2023-03-13 12:40:56 -0700
commitacaace32807641d62cf3ee533fb016734dc447d9 (patch)
tree394ee6a3f62fdceb3149c1e04b24e2ecf883d8fa /src/til.c
parent815cf7455a8f937795623705dd2426ba9a93e460 (diff)
modules/rocket: %s/rocket/rkt/g
It's annoying to have the til module called rocket, and the sync tracker protocol/library called rocket, so let's at least differentiate it in code/comments/textual discussion. Plus this results in shorter module context paths i.e.: /rkt:scene /rkt/compose/drizzle:rain /rkt/compose/drizzle:viscosity /rkt/compose/plato:spin_rate /rkt/compose/plato:orbit_rate vs. /rocket:scene etc... These names are shown in the editor, and they'll tend to be long but let's at least get the root name down to three chars this way. A rename of the files and build system update will come in a subsequent commit
Diffstat (limited to 'src/til.c')
-rw-r--r--src/til.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/til.c b/src/til.c
index 934d0ca..489fcf1 100644
--- a/src/til.c
+++ b/src/til.c
@@ -37,7 +37,7 @@ extern til_module_t pixbounce_module;
extern til_module_t plasma_module;
extern til_module_t plato_module;
extern til_module_t ray_module;
-extern til_module_t rocket_module;
+extern til_module_t rkt_module;
extern til_module_t roto_module;
extern til_module_t rtv_module;
extern til_module_t shapes_module;
@@ -65,7 +65,7 @@ static const til_module_t *modules[] = {
&plasma_module,
&plato_module,
&ray_module,
- &rocket_module,
+ &rkt_module,
&roto_module,
&rtv_module,
&shapes_module,
© All Rights Reserved