[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: "Todd C. Miller" <millert_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Tue, 23 Mar 1999 10:00:40 -0700 (MST)
- Reply-to: "Todd C. Miller" <millert_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
CVSROOT: /cvs
Module name: src
Changes by: millert_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 99/03/23 10:00:39
Modified files:
usr.bin/talk : display.c init_disp.c
Log message:
Don't bother calling nl() in init_display, just do the '\r' -> '\n' conversion
ourselves in display(). Since we don't use the curses input routines we
have to do the conversion by hand. This is cheap because input processing
is done on a per-character basis. Closes PR 783.
Visit your host, monkey.org