Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/lib/libterminfo Pull up following revision(s) (requested ...



details:   https://anonhg.NetBSD.org/src/rev/32d0b769c7fa
branches:  netbsd-6
changeset: 773815:32d0b769c7fa
user:      riz <riz%NetBSD.org@localhost>
date:      Fri Feb 24 16:29:33 2012 +0000

description:
Pull up following revision(s) (requested by asau in ticket #42):
        lib/libterminfo/term.h: revision 1.11
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 6f796e528a25 -r 32d0b769c7fa lib/libterminfo/term.h
--- a/lib/libterminfo/term.h    Fri Feb 24 16:27:53 2012 +0000
+++ b/lib/libterminfo/term.h    Fri Feb 24 16:29:33 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.10.4.1 2012/02/24 16:29:33 riz 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