Re: [STUMP] Escape characters in mode-line broken
David Bjergaard <[email protected]>
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
Eric Abrahamsen <[email protected]> writes: > Daniel Borchmann <[email protected]> writes: > >> Hi, >> >> the recent commit ac062001 seems to break the escape characters in my >> mode-line. If I understand this commit correctly, it fixes the bug of >> having carets (^) in a window title being interpreted as escape >> characters by doubling them. However, this also seems to double the >> valid escape characters used by Stump. >> >> Is it possible to restrict the escaping to the window title only? > > I'm seeing related problems: the string " [%g] " in > *screen-mode-line-format*, which shows active groups, displays as: > > " [^R1*Default^r 2+group-two 3-group-three] " etc > > > _______________________________________________ > Stumpwm-devel mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/stumpwm-devel Hi all, I'll revert this in master since it has wider reaching implications than the original bug. I'll figure out how to escape window titles only and re-apply the patch. Cheers, Dave