Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-06 | Some section re-ordering. | Aaron Campbell | |
2000-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell | |
are as follows:", except in special cases. | |||
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-03-23 | Don't bother calling nl() in init_display, just do the '\r' -> '\n' conversion | Todd C. Miller | |
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. | |||
1999-03-23 | Use cbreak(), not crmode() since crmode is just #define'd to cbreak | Todd C. Miller | |
anyway. Add a call to nl() after the cbreak(). This would fix PR #783 except that ncurses does not set ICRNL/ONLCR in nl() like I think it should. PR #783 will be fixed once that issue is resolved so consider this part one of two... | |||
1999-03-22 | pronoun agreement | Paul Janzen | |
1999-03-03 | Print fatal errors to stderr after curses has finished instead of printing ↵ | Todd C. Miller | |
to the curses window which disapears immediately for terminals that can restore the screen. | |||
1999-03-03 | kill bogus comment | Todd C. Miller | |
1998-12-20 | add some parens for clarity | Todd C. Miller | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
1998-08-31 | s/CKILL/VKILL/, a todd miller bug special apparently | Theo de Raadt | |
1998-08-18 | Some 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-08-18 | kill bogus cast to struct sgttyb * | Todd C. Miller | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1998-04-28 | NetBSD-based -Wall cleanup | Paul Janzen | |
1998-04-27 | Historically, talk pays no attention to hostnames, so if you've typed | Paul 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. | |||
1997-11-30 | treat \n and \r the same on input | Theo de Raadt | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-02-01 | Catches luser/typo when "@" is the first character of first argument | jkatz | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1996-10-21 | talk messes up national characters; netbsd pr#2874, tron@lyssa.owl.de | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-10 | Use beep() with ncurses | Thorsten Lockert | |
Use hline() with ncurses | |||
1996-06-02 | Always use -ltermlib when linking with -lcurses | Thorsten Lockert | |
Be consistent in use of LIBTERMCAP and LIBTERMLIB when depending | |||
1996-04-28 | Deal again w/ the brain damaged osockaddr. | Michael Shalayeff | |
1995-10-29 | eliminate annoying blank line when Ringing | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |