diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |