From acaace32807641d62cf3ee533fb016734dc447d9 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 13 Mar 2023 12:40:56 -0700 Subject: 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 --- src/til.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/til.c') 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, -- cgit v1.2.1