On Thu, Aug 31, 2006 at 09:22:42AM -0700, Sam Leffler wrote: > M. Warner Losh wrote: > > In message: <[EMAIL PROTECTED]> > > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > : Recently, I've found several bugs in tip(1). I started fixing them, > > : but then I looked at the OpenBSD, and they seemed to have all been > > : fixed. New import brings some visible new bugs (when compiled with > > : WARNS=2 for example). I'm going to address them as well and send > > : patches back to OpenBSD (as well as changes made to manpages). > > > > /me too. > > > > btw, do you think it is finally time to change ^A to not mean 'go into > > all upper case mode' by default in tip? > > That's a config parameter you've always been able to set. I recall the > obsd folks changed the default to so ^A was not enabled as part of their > overhaul. > They indeed changed it, so did we (with this import):
Index: vars.c
===================================================================
RCS file: /home/ncvs/src/usr.bin/tip/tip/vars.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
[...]
@@ -82,7 +78,7 @@ value_t vtable[] = {
{ "raise", BOOL, (READ|WRITE)<<PUBLIC,
"ra", (char *)FALSE },
{ "raisechar", CHAR, (READ|WRITE)<<PUBLIC,
- "rc", (char *)CTRL('a') },
+ "rc", NOSTR },
{ "record", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC,
"rec", (char *)&RE },
{ "remote", STRING|INIT|IREMOTE, READ<<PUBLIC,
The change just hasn't been reflected in documentation; I've just
fixed it in a manpage.
Cheers,
--
Ruslan Ermilov
[EMAIL PROTECTED]
FreeBSD committer
pgp0oR7HxOKAm.pgp
Description: PGP signature
