diff options
author | nicm <nicm> | 2019-11-28 09:56:25 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-11-28 09:56:25 +0000 |
commit | bc5881c4d2fe0d9172636cfb2d756372995c8359 (patch) | |
tree | 21750454083c5f54d9750b78e1a3985b1501e8b1 /tty.c | |
parent | c416fe0da43f9caffd8b5f6c1a627c8f7a16f881 (diff) | |
download | rtmux-bc5881c4d2fe0d9172636cfb2d756372995c8359.tar.gz rtmux-bc5881c4d2fe0d9172636cfb2d756372995c8359.tar.bz2 rtmux-bc5881c4d2fe0d9172636cfb2d756372995c8359.zip |
Long lines and spacing fixes.
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2454,7 +2454,8 @@ tty_check_bg(struct tty *tty, struct window_pane *wp, struct grid_cell *gc) } static void -tty_check_us(__unused struct tty *tty, struct window_pane *wp, struct grid_cell *gc) +tty_check_us(__unused struct tty *tty, struct window_pane *wp, + struct grid_cell *gc) { int c; |