From owner-cvs-usrbin Mon Aug 19 17:31:48 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA00672 for cvs-usrbin-outgoing; Mon, 19 Aug 1996 17:31:48 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA00648; Mon, 19 Aug 1996 17:31:38 -0700 (PDT) Date: Mon, 19 Aug 1996 17:31:38 -0700 (PDT) From: Peter Wemm Message-Id: <199608200031.RAA00648@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/talk init_disp.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/08/19 17:31:38 Modified: usr.bin/talk init_disp.c Log: If running under a typical sysv-style curses, including ncurses, use hline() to draw the window split rather than fudging it with dashes. This causes the line to be drawn in line-draw characters if the terminal description has them. Suggested by: ache Revision Changes Path 1.7 +5 -3 src/usr.bin/talk/init_disp.c