diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-09-15 13:57:57 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-09-15 13:57:57 +0100 |
commit | 57ad1f6ddf0776a2115b3bf62d58744666b1b283 (patch) | |
tree | 7f0ed40c51abe69141bea82940c2637bd61474a5 /screen-write.c | |
parent | 54bd7612868341c47bd3bd237c9598d5860b3ef3 (diff) | |
parent | b5d789a53167552e355848ecfec100cb70b61d97 (diff) | |
download | rtmux-57ad1f6ddf0776a2115b3bf62d58744666b1b283.tar.gz rtmux-57ad1f6ddf0776a2115b3bf62d58744666b1b283.tar.bz2 rtmux-57ad1f6ddf0776a2115b3bf62d58744666b1b283.zip |
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'screen-write.c')
-rw-r--r-- | screen-write.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c index 37e2b548..f80048b6 100644 --- a/screen-write.c +++ b/screen-write.c @@ -46,7 +46,6 @@ screen_write_stop(unused struct screen_write_ctx *ctx) { } - /* Reset screen state. */ void screen_write_reset(struct screen_write_ctx *ctx) |