summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/pure/terminal.nim5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/pure/terminal.nim b/lib/pure/terminal.nim
index db16c23b3..8b5dcf0c5 100644
--- a/lib/pure/terminal.nim
+++ b/lib/pure/terminal.nim
@@ -40,10 +40,7 @@ const
   fgPrefix = "\x1b[38;2;"
   bgPrefix = "\x1b[48;2;"
   ansiResetCode* = "\e[0m"
-
-when not defined(windows):
-  const
-    stylePrefix = "\e["
+  stylePrefix = "\e["
 
 when defined(windows):
   import winlean, os