From 4a468b774219eec7e966a68b85074762d3cb4ab6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 25 Mar 2019 02:45:40 +0100 Subject: [PATCH] term-style-control: Fix typo in comment. --- lib/term-style-control.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/term-style-control.h b/lib/term-style-control.h index e341931f1c..512d99d28d 100644 --- a/lib/term-style-control.h +++ b/lib/term-style-control.h @@ -123,11 +123,11 @@ extern "C" { amounts of output of unstyled text. However, this is not a requirement: You may leave the non-default mode turned on all the time until the the program exits. - 3. Once the non-default mode is activated, you may change the attributes + 4. Once the non-default mode is activated, you may change the attributes (foreground color, background color, font weight, font posture, underline decoration, etc.) of the terminal. On Unix, this is typically done by outputting appropriate escape sequences. - 4. Once attributes are set, text output to the terminal will be rendered + 5. Once attributes are set, text output to the terminal will be rendered with these attributes. Note: You MUST return the terminal to the default state before outputting a newline. -- 2.39.5