bug-groff
[Top][All Lists]
Advanced

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

[bug #61403] [troff]: interpolates ^ for \[ti] in device control escapes


From: G. Branden Robinson
Subject: [bug #61403] [troff]: interpolates ^ for \[ti] in device control escapes
Date: Sat, 30 Oct 2021 00:44:33 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

URL:
  <https://savannah.gnu.org/bugs/?61403>

                 Summary: [troff]: interpolates ^ for \[ti] in device control
escapes
                 Project: GNU troff
            Submitted by: gbranden
            Submitted on: Sat 30 Oct 2021 04:44:31 AM UTC
                Category: Core
                Severity: 4 - Important
              Item Group: Incorrect behaviour
                  Status: In Progress
                 Privacy: Public
             Assigned to: gbranden
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

An unfortunate copy-and-paste error in commit 9d61b3d1, easily fixed.


+      else if (strcmp("ha", sc) == 0)
+       mac->append('^');
[...]
+      else if (strcmp("ti", sc) == 0)
+       mac->append('^');





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61403>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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