diff options
| -rw-r--r-- | st.c | 1 | ||||
| -rw-r--r-- | x.c | 2 |
2 files changed, 0 insertions, 3 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; |
| @@ -763,7 +763,6 @@ xsetcolorname(int x, const char *name) | |||
| 763 | if (!BETWEEN(x, 0, dc.collen)) | 763 | if (!BETWEEN(x, 0, dc.collen)) |
| 764 | return 1; | 764 | return 1; |
| 765 | 765 | ||
| 766 | |||
| 767 | if (!xloadcolor(x, name, &ncolor)) | 766 | if (!xloadcolor(x, name, &ncolor)) |
| 768 | return 1; | 767 | return 1; |
| 769 | 768 | ||
| @@ -1769,7 +1768,6 @@ kpress(XEvent *ev) | |||
| 1769 | ttywrite(buf, len, 1); | 1768 | ttywrite(buf, len, 1); |
| 1770 | } | 1769 | } |
| 1771 | 1770 | ||
| 1772 | |||
| 1773 | void | 1771 | void |
| 1774 | cmessage(XEvent *e) | 1772 | cmessage(XEvent *e) |
| 1775 | { | 1773 | { |
