aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-01-18 10:27:54 +0000
committernicm <nicm>2021-01-18 10:27:54 +0000
commit91d112bf12789da07e25ed001f7961b1d6bd7a76 (patch)
treeab49fb6c0c384221466c910061afc622e1e59231 /tmux.h
parent71c590a37f98d82c72279eddae74f9b8be146202 (diff)
downloadrtmux-91d112bf12789da07e25ed001f7961b1d6bd7a76.tar.gz
rtmux-91d112bf12789da07e25ed001f7961b1d6bd7a76.tar.bz2
rtmux-91d112bf12789da07e25ed001f7961b1d6bd7a76.zip
There is no need to clear every line entirely before drawing to it, this
means moving the cursor and messes up wrapping. Better to just clear the sections that aren't written over. GitHub issue 2537.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 832918e2..32f7fec7 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1890,7 +1890,6 @@ const char *find_home(void);
const char *getversion(void);
void expand_paths(const char *, char ***, u_int *);
-
/* proc.c */
struct imsg;
int proc_send(struct tmuxpeer *, enum msgtype, int, const void *, size_t);