aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index c68e560a..8ffdf06a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1021,9 +1021,9 @@ struct tty_ctx {
const struct grid_utf8 *utf8;
u_int num;
- void *ptr;
+ void *ptr;
- /*
+ /*
* Cursor and region position before the screen was updated - this is
* where the command should be applied; the values in the screen have
* already been updated.