It seems to me that addbytes() (and thus addch()) should return ERR if
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 20 Mar 1994 05:29:40 +0000 (21:29 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 20 Mar 1994 05:29:40 +0000 (21:29 -0800)
commitf44c6f6687857b3f33c1876ff093380c4dadf747
tree0bedb1ba6b7fbf3bc6f1011a6f3bf6b6ac121431
parentdd88d054c3279db98bf7f27e734b3d4efb75e17a
It seems to me that addbytes() (and thus addch()) should return ERR if
you try to go past the end of the window and SCROLLOK is not set.  The
old code also used to do this; the current code does not.
This breaks at least one program, mille(6).
From: Charles Hannum <mycroft@sun-lamp.cs.berkeley.edu>

SCCS-vsn: lib/libcurses/addbytes.c 8.3
usr/src/lib/libcurses/addbytes.c