Update of /cvsroot/winbash/winbash
In directory usw-pr-cvs1:/tmp/cvs-serv3344
Modified Files:
.build version.h
Log Message:
* use a block cursor
* calculate screen size (height/weight) based on console size.
Index: .build
===================================================================
RCS file: /cvsroot/winbash/winbash/.build,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- .build 25 Mar 2002 10:57:25 -0000 1.13
+++ .build 25 Mar 2002 16:17:14 -0000 1.14
@@ -1 +1 @@
-34
+35
Index: version.h
===================================================================
RCS file: /cvsroot/winbash/winbash/version.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- version.h 25 Mar 2002 10:57:25 -0000 1.13
+++ version.h 25 Mar 2002 16:17:14 -0000 1.14
@@ -8,9 +8,9 @@
#define PATCHLEVEL 7
/* The last built version of this shell. */
-#define BUILDVERSION 34
+#define BUILDVERSION 35
/* A version string for use by sccs and the what command. */
-#define SCCSVERSION "@(#)Bash version 1.14.7(34) GNU"
+#define SCCSVERSION "@(#)Bash version 1.14.7(35) GNU"
|