From 6bc48ae878b40fe76231c8adafcbee13b35368be Mon Sep 17 00:00:00 2001 From: mryouse Date: Sun, 12 Jun 2022 01:44:04 +0000 Subject: remove 'ansi-escape' builtin as it's not needed anymore --- libs/ansi.neb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ansi.neb') diff --git a/libs/ansi.neb b/libs/ansi.neb index 2470051..7d9ebb6 100644 --- a/libs/ansi.neb +++ b/libs/ansi.neb @@ -2,7 +2,7 @@ ; functions and such for colors in the terminal (func ansi-wrap (color-code) - (concat (ansi-escape) "[" color-code "m")) + (concat "\033[" color-code "m")) (def ansi-reset (ansi-wrap "0")) -- cgit v1.2.3