cvs commit: src/usr.bin/tip/libacu biz22.c biz31.c courier.c df.c dn11.c hayes.c t3000.c v3451.c v831.c ventel.c src/usr.bin/tip/tip Makefile acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c pathnames.h remote.c tip.1 tip.c tip.h tipout.c uucplock.c value.c ...

Ruslan Ermilov ru at freebsd.org
Thu Aug 31 16:37:19 UTC 2006


On Thu, Aug 31, 2006 at 09:22:42AM -0700, Sam Leffler wrote:
> M. Warner Losh wrote:
> > In message: <20060831144630.GC56996 at rambler-co.ru>
> >             Ruslan Ermilov <ru at freebsd.org> 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
ru at FreeBSD.org
FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20060831/7e311c50/attachment.pgp


More information about the cvs-src mailing list