summaryrefslogtreecommitdiffstats
path: root/gnulib-local/lib
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-local/lib')
-rw-r--r--gnulib-local/lib/term-ostream.oo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnulib-local/lib/term-ostream.oo.c b/gnulib-local/lib/term-ostream.oo.c
index 0b8787a..1d66a09 100644
--- a/gnulib-local/lib/term-ostream.oo.c
+++ b/gnulib-local/lib/term-ostream.oo.c
@@ -1254,7 +1254,7 @@ out_attr_change (term_ostream_t stream,
bytes[0] = 0x1B; bytes[1] = '[';
if (new_attr.bgcolor < 8)
{
- bytes[2] = '3'; bytes[3] = '0' + new_attr.bgcolor;
+ bytes[2] = '4'; bytes[3] = '0' + new_attr.bgcolor;
bytes[4] = 'm';
if (full_write (out_fd, bytes, 5) < 5)
out_error ();