https://bugs.kde.org/show_bug.cgi?id=362171
Bug ID: 362171 Summary: Patch review requested for implementation SGR 2/8/9/53 (dim/conceal/strikeout/overline) Product: konsole Version: master Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: emulation Assignee: konsole-de...@kde.org Reporter: antonio.e.ru...@gmail.com Escape codes SGR 2, SGR 8, SGR 9, and SGR 53 are not implemented in Konsole. All except SGR 53 are implemented in xterm. Reproducible: Always Steps to Reproduce: echo -e 'D\e[2mD\e[9mD\e[53mD\e[8mD' Actual Results: 5 D symbols, all identical Expected Results: 4 D symbols, the last three with "dim," "faint" or "half" intensity, the last two with "strikeout" font, and the last one overlined. The final, fifth D should not be visible. I posted an earlier, less-complete patch set to the development mailing list. I don't know if that was the correct venue---or if this one is either. -- You are receiving this mail because: You are watching all bug changes.