summaryrefslogtreecommitdiff
path: root/src/dged/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/buffer.c')
-rw-r--r--src/dged/buffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dged/buffer.c b/src/dged/buffer.c
index d03f3ad..7eb787d 100644
--- a/src/dged/buffer.c
+++ b/src/dged/buffer.c
@@ -1301,6 +1301,8 @@ void render_line(struct text_chunk *line, void *userdata) {
command_list_set_show_whitespace(cmdbuf->cmds, false);
if (drawn_coli < cmdbuf->width) {
+ // TODO: should really be (causes some issues in popups)
+ // command_list_clear_line(cmdbuf->cmds, drawn_coli, visual_line);
command_list_draw_repeated(cmdbuf->cmds, drawn_coli, visual_line, ' ',
cmdbuf->width - drawn_coli);
}