mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 11:18:48 +00:00
Nuke some stray debugging.
This commit is contained in:
parent
a3715e7867
commit
cd9b1b1fd3
1
tty.c
1
tty.c
@ -1231,7 +1231,6 @@ tty_colours(struct tty *tty, const struct grid_cell *gc, u_char *attr)
|
|||||||
if (fg == tc->fg && bg == tc->bg &&
|
if (fg == tc->fg && bg == tc->bg &&
|
||||||
((flags ^ tc->flags) & (GRID_FLAG_FG256|GRID_FLAG_BG256)) == 0)
|
((flags ^ tc->flags) & (GRID_FLAG_FG256|GRID_FLAG_BG256)) == 0)
|
||||||
return;
|
return;
|
||||||
log_debug("fg was %hhu, now %hhu", tc->fg, fg);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Is either the default colour? This is handled specially because the
|
* Is either the default colour? This is handled specially because the
|
||||||
|
Loading…
Reference in New Issue
Block a user