From 52b9226a73f9adc6aee64abf4a719c8622c43987 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Oct 2014 18:39:10 -0400 Subject: remove outdated comment --- src/screen.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/screen.c b/src/screen.c index ac2c3c9..354c95a 100644 --- a/src/screen.c +++ b/src/screen.c @@ -203,8 +203,6 @@ void vt100_screen_show_string_utf8(VT100Screen *vt, char *buf, size_t len) } } - /* XXX need to detect combining characters and append them to the previous - * cell */ while ((next = g_utf8_next_char(c))) { gunichar uc; struct vt100_cell *cell = NULL; -- cgit v1.2.3-54-g00ecf