summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/base/lib_mouse.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-03-10 01:35:01 +0000
committermillert <millert@openbsd.org>2000-03-10 01:35:01 +0000
commit4b107ee47ccf17c9f1ad6db8a59eb142776341c8 (patch)
tree20e23a45f7f7880a685cfd1261008320e43805bb /lib/libcurses/base/lib_mouse.c
parentincreased buffer size. (diff)
downloadwireguard-openbsd-4b107ee47ccf17c9f1ad6db8a59eb142776341c8.tar.xz
wireguard-openbsd-4b107ee47ccf17c9f1ad6db8a59eb142776341c8.zip
Update to ncurses-5.0-20000304
Diffstat (limited to 'lib/libcurses/base/lib_mouse.c')
-rw-r--r--lib/libcurses/base/lib_mouse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/base/lib_mouse.c b/lib/libcurses/base/lib_mouse.c
index 29cec56f17e..2bac96dd2e6 100644
--- a/lib/libcurses/base/lib_mouse.c
+++ b/lib/libcurses/base/lib_mouse.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: lib_mouse.c,v 1.7 2000/01/09 05:06:02 millert Exp $ */
+/* $OpenBSD: lib_mouse.c,v 1.8 2000/03/10 01:35:02 millert Exp $ */
/****************************************************************************
- * Copyright (c) 1998-2000 Free Software Foundation, Inc. *
+ * Copyright (c) 1998,1999,2000 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@ -86,7 +86,7 @@
#endif
#endif
-MODULE_ID("$From: lib_mouse.c,v 1.48 2000/01/08 17:34:43 tom Exp $");
+MODULE_ID("$From: lib_mouse.c,v 1.50 2000/02/13 00:59:39 tom Exp $")
#define MY_TRACE TRACE_ICALLS|TRACE_IEVENT