Commit Diff


commit - fbae700a3f32db76106b0ff6f49a73ecf0c2b4fe
commit + 019449a7e64a881be8cc5d715fe9de32726ba190
blob - 78ffd3035215cdcfc03db6457bbd04e76b261999
blob + 1df490b476ab26d7f300421e1f5b30ed2afa9f90
--- st.info
+++ st.info
@@ -220,3 +220,13 @@ st-meta-256color| simpleterm with meta key and 256 col
 	smm=\E[?1034h,
 	rs2=\E[4l\E>\E[?1034h,
 	is2=\E[4l\E>\E[?1034h,
+
+st-bs| simpleterm with backspace as backspace,
+	use=st,
+	kbs=\010,
+	kdch1=\177,
+
+st-bs-256color| simpleterm with backspace as backspace and 256colors,
+	use=st-256color,
+	kbs=\010,
+	kdch1=\177,