From 28cdd09692f77e471784bf85ff7a19bc48e113f4 Mon Sep 17 00:00:00 2001 From: Prcuvu Date: Sun, 25 Mar 2018 21:45:22 +0800 Subject: [PATCH] feat(weasel.yaml): enable ascii_mode in console applications by default Add conhost.exe for cmd, PowerShell, bash on WSL, etc. on Windows Vista or greater. --- output/data/weasel.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/output/data/weasel.yaml b/output/data/weasel.yaml index ffa75e64b..e8a139916 100644 --- a/output/data/weasel.yaml +++ b/output/data/weasel.yaml @@ -1,11 +1,13 @@ # Weasel settings # encoding: utf-8 -config_version: "0.20" +config_version: "0.21" app_options: cmd.exe: ascii_mode: true + conhost.exe: + ascii_mode: true style: color_scheme: aqua