X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=st.c;h=367ab51df5236bef61d6a019e025c714665c369b;hb=6312f76ca47f94119a7740dd36f7dd6ce037e907;hp=0a8382c0a6263b3913ce9d4b6473d9587c8517a1;hpb=1cea02be8d331597b3cfccf1d23eb22e57433c85;p=st.git diff --git a/st.c b/st.c index 0a8382c..367ab51 100644 --- a/st.c +++ b/st.c @@ -89,10 +89,6 @@ enum glyph_attribute { }; enum cursor_movement { - CURSOR_UP, - CURSOR_DOWN, - CURSOR_LEFT, - CURSOR_RIGHT, CURSOR_SAVE, CURSOR_LOAD }; @@ -2086,7 +2082,7 @@ tputc(char *c, int len) { } } /* - * All characters which forms part of a sequence are not + * All characters which form part of a sequence are not * printed */ return;