X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/d5b80e05e8df29b989c072b6529745576056d0bc..27468403cc436cf8197c886158e6e61f24ae5b8d:/st.c?ds=sidebyside diff --git a/st.c b/st.c index f67a345..5e7e4ac 100644 --- a/st.c +++ b/st.c @@ -1480,8 +1480,7 @@ tsetmode(bool priv, bool set, int *args, int narg) { case 7: /* DECAWM -- Auto wrap */ MODBIT(term.mode, set, MODE_WRAP); break; - case 8: /* XXX: DECARM -- Auto repeat */ - break; + case 8: /* DECARM -- Auto repeat (IGNORED) */ case 0: /* Error (IGNORED) */ case 12: /* att610 -- Start blinking cursor (IGNORED) */ break;