From 5f88adcc8e742dc18230f40c3361801cf012a8c6 Mon Sep 17 00:00:00 2001 From: bptato Date: Fri, 27 Jan 2023 21:30:28 +0100 Subject: Make width table at compile-time --- src/ips/forkserver.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ips/forkserver.nim') diff --git a/src/ips/forkserver.nim b/src/ips/forkserver.nim index 85b4aae5..9993467e 100644 --- a/src/ips/forkserver.nim +++ b/src/ips/forkserver.nim @@ -138,7 +138,7 @@ proc runForkServer() = of LOAD_CONFIG: var config: ForkServerConfig ctx.istream.sread(config) - width_table = makewidthtable(config.ambiguous_double) + set_cjk_ambiguous(config.ambiguous_double) SocketDirectory = config.tmpdir ctx.ostream.flush() except EOFError: -- cgit 1.4.1-2-gfad0