reformat to KNF, redo tracing interface, new version for vi; two bug fixes
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 16 May 1992 05:14:24 +0000 (21:14 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 16 May 1992 05:14:24 +0000 (21:14 -0800)
Don't reset the x and y coordinates unless > win->_maxx, win->_maxy; this
change allows you to print in the last column of the window.
Reverse SYNCH_IN and SYNCH_OUT macro calls for tabs; this change makes
tabs work right if they're the first characters in the line

SCCS-vsn: lib/libcurses/addbytes.c 5.5

usr/src/lib/libcurses/addbytes.c

index a2c6b7b..124a0b2 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)addbytes.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)addbytes.c 5.5 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "curses.ext"
 #endif /* not lint */
 
 # include      "curses.ext"