Partially add back in "support REP (repeat) escape sequence"
[st.git] / st.info
diff --git a/st.info b/st.info
index d0694e2..8201ad6 100644 (file)
--- a/st.info
+++ b/st.info
@@ -184,6 +184,8 @@ st-mono| simpleterm monocolor,
 # XTerm extensions
        rmxx=\E[29m,
        smxx=\E[9m,
+# disabled rep for now: causes some issues with older ncurses versions.
+#      rep=%p1%c\E[%p2%{1}%-%db,
 # tmux extensions, see TERMINFO EXTENSIONS in tmux(1)
        Tc,
        Ms=\E]52;%p1%s;%p2%s\007,