Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses Display force flag in debug print.
details: https://anonhg.NetBSD.org/src/rev/caa4abd016ef
branches: trunk
changeset: 342735:caa4abd016ef
user: jdc <jdc%NetBSD.org@localhost>
date: Thu Jan 07 07:37:08 2016 +0000
description:
Display force flag in debug print.
diffstat:
lib/libcurses/touchwin.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 84c5581b7689 -r caa4abd016ef lib/libcurses/touchwin.c
--- a/lib/libcurses/touchwin.c Thu Jan 07 07:36:35 2016 +0000
+++ b/lib/libcurses/touchwin.c Thu Jan 07 07:37:08 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: touchwin.c,v 1.27 2013/12/06 11:23:47 blymn Exp $ */
+/* $NetBSD: touchwin.c,v 1.28 2016/01/07 07:37:08 jdc Exp $ */
/*
* Copyright (c) 1981, 1993, 1994
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)touchwin.c 8.2 (Berkeley) 5/4/94";
#else
-__RCSID("$NetBSD: touchwin.c,v 1.27 2013/12/06 11:23:47 blymn Exp $");
+__RCSID("$NetBSD: touchwin.c,v 1.28 2016/01/07 07:37:08 jdc Exp $");
#endif
#endif /* not lint */
@@ -207,8 +207,8 @@
_cursesi_touchline_force(WINDOW *win, int y, int sx, int ex, int force)
{
#ifdef DEBUG
- __CTRACE(__CTRACE_LINE, "__touchline: (%p, %d, %d, %d)\n",
- win, y, sx, ex);
+ __CTRACE(__CTRACE_LINE, "__touchline: (%p, %d, %d, %d, %d)\n",
+ win, y, sx, ex, force);
__CTRACE(__CTRACE_LINE, "__touchline: first = %d, last = %d\n",
*win->alines[y]->firstchp, *win->alines[y]->lastchp);
#endif
Home |
Main Index |
Thread Index |
Old Index