diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-05-26 14:02:15 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-05-26 14:02:15 +0100 |
commit | a4cb700269e033b5ad429275d7c61d3c3c2f1af3 (patch) | |
tree | f469586f1cffa3569385d88efa4305c2c83c18ef /grid.c | |
parent | bc2e0cf7ff51c2ab13c7dcc792d25e11ba7a3ef4 (diff) | |
parent | 392b381d1cec6d63c4baaa709243f760ff6c3403 (diff) | |
download | rtmux-a4cb700269e033b5ad429275d7c61d3c3c2f1af3.tar.gz rtmux-a4cb700269e033b5ad429275d7c61d3c3c2f1af3.tar.bz2 rtmux-a4cb700269e033b5ad429275d7c61d3c3c2f1af3.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'grid.c')
-rw-r--r-- | grid.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -496,7 +496,6 @@ grid_get_cell1(struct grid_line *gl, u_int px, struct grid_cell *gc) gc->fg = gee->fg; gc->bg = gee->bg; gc->us = gee->us; - log_debug("!!! %x", gc->flags); utf8_to_data(gee->data, &gc->data); } return; |