After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 735024 - Faulty ENTRY in caps, copy-paste error?
Faulty ENTRY in caps, copy-paste error?
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.37.x
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-18 23:13 UTC by Egmont Koblinger
Modified: 2014-08-19 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Egmont Koblinger 2014-08-18 23:13:02 UTC
src/caps.c:212

        ENTRY(CSI "%d;%d;%d;%dw", "enable-filter-rectangle")
        ENTRY(CSI "%dx", "request-terminal-parameters")
        ENTRY(CSI "%d;%d'z", "enable-locator-reporting")
        ENTRY(CSI "%m'ENTRY(", "select-locator-events")
                     ^^^^^^^
wtf?
Comment 1 Behdad Esfahbod 2014-08-18 23:44:16 UTC
Yeah I saw that before too.  Fix it :P.