From owner-svn-src-head@freebsd.org Tue May 22 09:26:02 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BDC1EEECEB for ; Tue, 22 May 2018 09:26:02 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99CD46B739 for ; Tue, 22 May 2018 09:26:01 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: by mail-wm0-x233.google.com with SMTP id a67-v6so29796110wmf.3 for ; Tue, 22 May 2018 02:26:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuxi-nl.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=9pUKRnXvimY3+T2wzAg/Etrp0VMuUrMcrqV7vgPhiiw=; b=pop9N3KiAbc0Vivr+2/KqLgdFAGXU0IiAHdROfLggO+a786Wq6S6moeSog3yDJ2WFI E63Dc6KV/ettfJWNTCJNOR/vfbyVdmzfT4TQZLZdWxfNIHkgzaXJC7NQhwgwyLSReU8D +I/k4oaKpKbOCEXeiEa2+u8nscWIpnLeqF/vARDaYUB7elfmN+q0aAuXRI1Uxbc0PVnw UI/dnoVRABVH7sLiKuxjidbGO3A++fOPsxei7vmRJdcG25qbYhbuKmLoI94DP0hS7r5u EY5sRPT3c1S0Ie+0oVjl7ikhxljUiB5fyVzSFGzbFj0xfZvPW6IE8BBJU69QLL2Q0nm8 bRXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=9pUKRnXvimY3+T2wzAg/Etrp0VMuUrMcrqV7vgPhiiw=; b=H/K1CNlswhzzHpp9Ln1OlakJav3xVT85ZBIisgcKJGerHUx8ELimL6HkmVgA0sjmk0 +rkpJIqd++dKxarjwJqBDIRHPTAEzPEwgtwP+GeJd3kURGECz8FtL2I+Jh44c6TLZ+Bz fUfe57A32Zt+dqbW+GYLF3DRWpp15pLHIGDcAmtjUtKQ78+PyfX3a5LrcSXg3v2M4bhE GXput27v8sPpbt2GdCG8NT3iPRX2MhyWO/FTJirdqyWhf4S+MCVzRqrVrwBKSquDNfpK 76nKAXJ7/IIwQe1aCndXfq9WY/A4cnEpe0vUnvjtiZVlk3EIAF4UN0PzYGvDpdqFkFkT DQjQ== X-Gm-Message-State: ALKqPwf3YJwdMuv/Yk73lnGAw4wI5bJKl8HdljQFc4i3PKi8HFtJQDMu j0HSMAB6x52TJiLREdAePGrsaBy0Kc3mIEh4nTTy+A== X-Google-Smtp-Source: AB8JxZp1JUoJQDJ2BatVCj0ManncKbxOlTDcYNPXIlyPrjd3fXBTvMQlftvA0/71/1WTOw4zBpTH6hT92RAGdSMLRfA= X-Received: by 2002:a50:8b26:: with SMTP id l35-v6mr1237582edl.224.1526981160286; Tue, 22 May 2018 02:26:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.148.173 with HTTP; Tue, 22 May 2018 02:25:29 -0700 (PDT) In-Reply-To: <20180522110110.H1292@besplex.bde.org> References: <201805212035.w4LKZH0e091649@repo.freebsd.org> <20180522110110.H1292@besplex.bde.org> From: Ed Schouten Date: Tue, 22 May 2018 11:25:29 +0200 Message-ID: Subject: Re: svn commit: r333995 - head/sys/teken To: Bruce Evans Cc: =?UTF-8?B?SmVhbi1Tw6liYXN0aWVuIFDDqWRyb24=?= , src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2018 09:26:02 -0000 Hi Bruce, 2018-05-22 3:18 GMT+02:00 Bruce Evans : > DECSCUSR is a verbose yet cryptic abbreviation which is not even expanded > its name. It is the only abbreviation longer than 7 characters. This > messes up the souce formatting. Yeah, it's a bit silly, but that's simply how it's called: https://vt100.net/docs/vt510-rm/DECSCUSR.html I think the state machine generator doesn't mind if we added an extra tab between all other entries to get it to line up again. Maybe that does push us over 80 columns, though... -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands