diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-04-15 00:33:56 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-04-15 00:33:56 +0100 |
commit | 4abc8f717a5a786a4dd9e4f24d64ec76b0829993 (patch) | |
tree | d52bbbd572c1fb638ac60e75a43d92ede1955155 /status.c | |
parent | 8e1cef404022422f9f57c72d139f19a82a70a791 (diff) | |
parent | 57c514d2f85f9d1c81601bae32131f1cd2948422 (diff) | |
download | rtmux-4abc8f717a5a786a4dd9e4f24d64ec76b0829993.tar.gz rtmux-4abc8f717a5a786a4dd9e4f24d64ec76b0829993.tar.bz2 rtmux-4abc8f717a5a786a4dd9e4f24d64ec76b0829993.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -396,9 +396,6 @@ status_replace1(struct client *c, char **iptr, char **optr, char *out, case '{': ptr = (char *) "#{"; goto do_replace; - case '#': - *(*optr)++ = '#'; - break; default: xsnprintf(tmp, sizeof tmp, "#%c", *(*iptr - 1)); ptr = tmp; |