Module Name:    src
Committed By:   christos
Date:           Thu Jul 28 00:46:06 UTC 2011

Modified Files:
        src/lib/libedit: sig.c

Log Message:
term -> terminal


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libedit/sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/sig.c
diff -u src/lib/libedit/sig.c:1.15 src/lib/libedit/sig.c:1.16
--- src/lib/libedit/sig.c:1.15	Thu Feb 19 10:20:22 2009
+++ src/lib/libedit/sig.c	Wed Jul 27 20:46:06 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: sig.c,v 1.15 2009/02/19 15:20:22 christos Exp $	*/
+/*	$NetBSD: sig.c,v 1.16 2011/07/28 00:46:06 christos Exp $	*/
 
 /*-
  * Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)sig.c	8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: sig.c,v 1.15 2009/02/19 15:20:22 christos Exp $");
+__RCSID("$NetBSD: sig.c,v 1.16 2011/07/28 00:46:06 christos Exp $");
 #endif
 #endif /* not lint && not SCCSID */
 
@@ -82,7 +82,7 @@
 		tty_rawmode(sel);
 		if (ed_redisplay(sel, 0) == CC_REFRESH)
 			re_refresh(sel);
-		term__flush(sel);
+		terminal__flush(sel);
 		break;
 
 	case SIGWINCH:

Reply via email to