Source-Changes-HG archive

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

[src/trunk]: src/lib/libcurses _cursesi_addbyte - fix function comment after ...



details:   https://anonhg.NetBSD.org/src/rev/71609ad83c9b
branches:  trunk
changeset: 445844:71609ad83c9b
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Nov 15 03:17:51 2018 +0000

description:
_cursesi_addbyte - fix function comment after what looks like an
editing accident.

diffstat:

 lib/libcurses/addbytes.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 83acb18b26e5 -r 71609ad83c9b lib/libcurses/addbytes.c
--- a/lib/libcurses/addbytes.c  Thu Nov 15 02:35:23 2018 +0000
+++ b/lib/libcurses/addbytes.c  Thu Nov 15 03:17:51 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: addbytes.c,v 1.48 2018/08/08 02:26:08 simonb Exp $     */
+/*     $NetBSD: addbytes.c,v 1.49 2018/11/15 03:17:51 uwe Exp $        */
 
 /*
  * Copyright (c) 1987, 1993, 1994
@@ -34,7 +34,7 @@
 #if 0
 static char sccsid[] = "@(#)addbytes.c 8.4 (Berkeley) 5/4/94";
 #else
-__RCSID("$NetBSD: addbytes.c,v 1.48 2018/08/08 02:26:08 simonb Exp $");
+__RCSID("$NetBSD: addbytes.c,v 1.49 2018/11/15 03:17:51 uwe Exp $");
 #endif
 #endif                         /* not lint */
 
@@ -204,9 +204,9 @@
 /*
  * _cursesi_addbyte -
  *     Internal function to add a byte and update the row and column
- * positions as appropriate.  This function is only used in the narrow
- * character version of curses.  If update_cursor is non-zero then character
- * interpretation.
+ * positions as appropriate.  If char_interp is non-zero then
+ * character interpretation is done on the byte.  This function is
+ * only used in the narrow character version of curses.
  */
 int
 _cursesi_addbyte(WINDOW *win, __LINE **lp, int *y, int *x, int c,



Home | Main Index | Thread Index | Old Index