aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index cf8687e..379dd10 100644
--- a/st.c
+++ b/st.c
@@ -2335,7 +2335,6 @@ tputc(Rune u)
2335 goto check_control_code; 2335 goto check_control_code;
2336 } 2336 }
2337 2337
2338
2339 if (IS_SET(MODE_SIXEL)) { 2338 if (IS_SET(MODE_SIXEL)) {
2340 /* TODO: implement sixel mode */ 2339 /* TODO: implement sixel mode */
2341 return; 2340 return;