From 66ecd116ed26f5909877f5ed0406dfd928c78672 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 28 Jan 2022 19:18:39 -0600 Subject: [PATCH] Rename remains of linestack.c to utf8.c --- lib/lib.h | 2 +- lib/{linestack.c => utf8.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/{linestack.c => utf8.c} (100%) diff --git a/lib/lib.h b/lib/lib.h index 5e3905d5..b825408a 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -302,7 +302,7 @@ char *xpop_env(char *name); // because xpopenv() looks like xpopen_v() void xclearenv(void); void reset_env(struct passwd *p, int clear); -// linestack.c +// utf8.c int crunch_escape(FILE *out, int cols, int wc); int crunch_rev_escape(FILE *out, int cols, int wc); diff --git a/lib/linestack.c b/lib/utf8.c similarity index 100% rename from lib/linestack.c rename to lib/utf8.c -- 2.39.2