Source-Changes-HG archive

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

[src/curses-v3]: src/lib/libcurses Remove bsd_touchwin().



details:   https://anonhg.NetBSD.org/src/rev/f4e2287299c7
branches:  curses-v3
changeset: 479956:f4e2287299c7
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sun Jan 16 18:58:23 2000 +0000

description:
Remove bsd_touchwin().

diffstat:

 lib/libcurses/touchwin.c |  16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diffs (36 lines):

diff -r 2c6de44adf91 -r f4e2287299c7 lib/libcurses/touchwin.c
--- a/lib/libcurses/touchwin.c  Thu Jan 13 13:04:19 2000 +0000
+++ b/lib/libcurses/touchwin.c  Sun Jan 16 18:58:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: touchwin.c,v 1.9.6.1 2000/01/09 20:43:22 jdc Exp $     */
+/*     $NetBSD: touchwin.c,v 1.9.6.2 2000/01/16 18:58:23 jdc Exp $     */
 
 /*
  * Copyright (c) 1981, 1993, 1994
@@ -38,25 +38,13 @@
 #if 0
 static char sccsid[] = "@(#)touchwin.c 8.2 (Berkeley) 5/4/94";
 #else
-__RCSID("$NetBSD: touchwin.c,v 1.9.6.1 2000/01/09 20:43:22 jdc Exp $");
+__RCSID("$NetBSD: touchwin.c,v 1.9.6.2 2000/01/16 18:58:23 jdc Exp $");
 #endif
 #endif                         /* not lint */
 
 #include "curses.h"
 
 /*
- * touchline --
- *     Touch a given line.
- */
-int
-bsd_touchline(win, y, sx, ex)
-       WINDOW *win;
-       int     y, sx, ex;
-{
-       return (__touchline(win, y, sx, ex, 1));
-}
-
-/*
  * Touch count lines starting at start.  This is the SUS v2 compliant
  * version.
  */



Home | Main Index | Thread Index | Old Index