Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libterminfo PR/46075: Asau: fix typo set_color_paid -> s...
details: https://anonhg.NetBSD.org/src/rev/8addd3266e0c
branches: trunk
changeset: 777556:8addd3266e0c
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 22 23:11:20 2012 +0000
description:
PR/46075: Asau: fix typo set_color_paid -> set_color_pair
diffstat:
lib/libterminfo/term.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b2108a329350 -r 8addd3266e0c lib/libterminfo/term.h
--- a/lib/libterminfo/term.h Wed Feb 22 22:56:44 2012 +0000
+++ b/lib/libterminfo/term.h Wed Feb 22 23:11:20 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: term.h,v 1.10 2011/10/04 11:01:14 roy Exp $ */
+/* $NetBSD: term.h,v 1.11 2012/02/22 23:11:20 christos Exp $ */
/*
* Copyright (c) 2009, 2010, 2011 The NetBSD Foundation, Inc.
@@ -1012,7 +1012,7 @@
#define t_set_bottom_margin_parm(t) (t)->strs[TICODE_smgbp]
#define t_set_clock(t) (t)->strs[TICODE_sclk]
#define t_set_color_band(t) (t)->strs[TICODE_setcolor]
-#define t_set_color_paid(t) (t)->strs[TICODE_scp]
+#define t_set_color_pair(t) (t)->strs[TICODE_scp]
#define t_set_foreground(t) (t)->strs[TICODE_setf]
#define t_set_left_margin(t) (t)->strs[TICODE_smgl]
#define t_set_left_margin_parm(t) (t)->strs[TICODE_smglp]
@@ -1407,7 +1407,7 @@
#define set_bottom_margin_parm t_set_bottom_margin_parm(cur_term)
#define set_clock t_set_clock(cur_term)
#define set_color_band t_set_color_band(cur_term)
-#define set_color_paid t_set_color_paid(cur_term)
+#define set_color_pair t_set_color_pair(cur_term)
#define set_foreground t_set_foreground(cur_term)
#define set_left_margin t_set_left_margin(cur_term)
#define set_left_margin_parm t_set_left_margin_parm(cur_term)
Home |
Main Index |
Thread Index |
Old Index