Disable ANSI color sequences in -p mode.

This commit is contained in:
Dianne Skoll
2025-08-14 13:43:32 -04:00
parent 119e954e9e
commit 31c9b2afb7

View File

@@ -6,8 +6,8 @@
# SPDX-License-Identifier: GPL-2.0-only
if !defined("ansi_bold")
# Disable ANSI attributes in calandar mode
if $CalMode
# Disable ANSI attributes in calendar mode
if $CalMode || $PSCal
set ansi_normal ""
set ansi_bold ""
set ansi_faint ""