summaryrefslogtreecommitdiff
path: root/usr.bin/talk/invite.c
AgeCommit message (Collapse)Author
1998-08-18Some changes inspired by FreeBSD...Todd C. Miller
o Kill annoying spaces at the end of lines o sigaction, not sigvec o warn/err where sensible o hstrerror() not herror() o defaults for erase, kill, and werase if not set o kill a needless refresh() after the beeps that was messing up the screen
1998-04-28NetBSD-based -Wall cleanupPaul Janzen
1998-04-27Historically, talk pays no attention to hostnames, so if you've typedPaul Janzen
'talk aaa@b' and are waiting for a response, and user aaa@c tries to talk to you, you'll be transparently connected. Now, talk will print the hostname of the remote party if it's not the same host that you asked for.
1996-06-26rcsidTheo de Raadt
1995-10-29eliminate annoying blank line when RingingTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt