bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #43636] tbl: double horizontal rule in nroff


From: Anthony J. Bentley
Subject: [bug #43636] tbl: double horizontal rule in nroff
Date: Wed, 19 Nov 2014 13:15:24 +0000
User-agent: Mozilla/5.0 (X11; OpenBSD amd64; rv:34.0) Gecko/20100101 Firefox/34.0

URL:
  <http://savannah.gnu.org/bugs/?43636>

                 Summary: tbl: double horizontal rule in nroff
                 Project: GNU troff
            Submitted by: anthonyjbentley
            Submitted on: Wed 19 Nov 2014 01:15:22 PM GMT
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

Consider the following (from fceux(6)):

.TS
center box;
cb | cb, c | ci.
NES Gamepad     Keyboard
=
Up      Keypad Up
.TE

nroff(1) displays it as:

                           
┌────────────┬──────────────┐
                            │NES Gamepad │   Keyboard   │
                           
├────────────┼──────────────┤
                            │   Up       │  Keypad Up   │
                           
└────────────┴──────────────┘

Or in -Tascii:

                            +------------+--------------+
                            |NES Gamepad |   Keyboard   |
                            +------------+--------------+
                            |   Up       |  Keypad Up   |
                            +------------+--------------+

It would make more sense to render the middle horizontal line with a double
border ('=' in ASCII, '═' in Unicode). Both  groff and mandoc render this
with a double border in the middle.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43636>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]