mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Long lines and spacing fixes.
This commit is contained in:
3
tty.c
3
tty.c
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user