summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-21 18:39:10 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-21 18:39:10 -0400
commit52b9226a73f9adc6aee64abf4a719c8622c43987 (patch)
tree6c56efde1899c17826005a791462932ea157c1b0
parent8a82f3edd53b26e71e0b0dc2907787f424b69465 (diff)
downloadlibvt100-52b9226a73f9adc6aee64abf4a719c8622c43987.tar.gz
libvt100-52b9226a73f9adc6aee64abf4a719c8622c43987.zip
remove outdated comment
-rw-r--r--src/screen.c2
1 files changed, 0 insertions, 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;