X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/31cef89cb428866f787983e68246030321893df4..4b9ccde74dc34e450ed96bcd3d044f78cf393d8d:/usr/src/lib/libcurses/box.c diff --git a/usr/src/lib/libcurses/box.c b/usr/src/lib/libcurses/box.c index 65e8358938..697b188599 100644 --- a/usr/src/lib/libcurses/box.c +++ b/usr/src/lib/libcurses/box.c @@ -3,6 +3,8 @@ /* * This routine draws a box around the given window with "vert" * as the vertical delimiting char, and "hor", as the horizontal one. + * + * 1/26/81 (Berkeley) @(#)box.c 1.1 */ box(win, vert, hor) reg WINDOW *win;