mirror of
https://github.com/tmux/tmux.git
synced 2025-04-04 23:28:51 +00:00
Long lines and spacing fixes.
This commit is contained in:
parent
c416fe0da4
commit
bc5881c4d2
@ -543,7 +543,8 @@ have_event:
|
|||||||
where = STATUS_RIGHT;
|
where = STATUS_RIGHT;
|
||||||
break;
|
break;
|
||||||
case STYLE_RANGE_WINDOW:
|
case STYLE_RANGE_WINDOW:
|
||||||
wl = winlink_find_by_index(&s->windows, sr->argument);
|
wl = winlink_find_by_index(&s->windows,
|
||||||
|
sr->argument);
|
||||||
if (wl == NULL)
|
if (wl == NULL)
|
||||||
return (KEYC_UNKNOWN);
|
return (KEYC_UNKNOWN);
|
||||||
m->w = wl->window->id;
|
m->w = wl->window->id;
|
||||||
|
@ -636,7 +636,8 @@ tty_term_string2(struct tty_term *term, enum tty_code_code code, int a, int b)
|
|||||||
}
|
}
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
tty_term_string3(struct tty_term *term, enum tty_code_code code, int a, int b, int c)
|
tty_term_string3(struct tty_term *term, enum tty_code_code code, int a, int b,
|
||||||
|
int c)
|
||||||
{
|
{
|
||||||
return (tparm((char *) tty_term_string(term, code), a, b, c));
|
return (tparm((char *) tty_term_string(term, code), a, b, c));
|
||||||
}
|
}
|
||||||
|
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
|
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;
|
int c;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user