Re: [STUMP] Escape characters in mode-line broken
Eric Abrahamsen <[email protected]>
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
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