diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-11-02 22:01:20 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-11-02 22:01:20 +0000 |
commit | c9ec33d0d018daacce90faf96156bf69098c210b (patch) | |
tree | d87004d3cc42424c800262840c6f2d1a2b779ca3 /mode-tree.c | |
parent | 8c29f7413bd41e0f7afb1b53dc73128dfd42fb6f (diff) | |
parent | 8d37f699ad2406ad96080b0cee211142dbcb33cb (diff) | |
download | rtmux-c9ec33d0d018daacce90faf96156bf69098c210b.tar.gz rtmux-c9ec33d0d018daacce90faf96156bf69098c210b.tar.bz2 rtmux-c9ec33d0d018daacce90faf96156bf69098c210b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'mode-tree.c')
-rw-r--r-- | mode-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mode-tree.c b/mode-tree.c index 98f29e82..32ae4a33 100644 --- a/mode-tree.c +++ b/mode-tree.c @@ -595,7 +595,7 @@ mode_tree_draw(struct mode_tree_data *mtd) box = mtd->drawcb(mtd->modedata, mti->itemdata, box_x, box_y); if (box != NULL) { screen_write_cursormove(&ctx, 2, h + 1); - screen_write_copy(&ctx, box, 0, 0, box_x, box_y, NULL, NULL); + screen_write_fast_copy(&ctx, box, 0, 0, box_x, box_y); screen_free(box); } |