---
 st.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
diff --git a/st.c b/st.c
index 8d4a9f2..1e9b92e 100644
--- a/st.c
+++ b/st.c
_AT_@ -1897,6 +1897,20 @@ strhandle(void)
 				redraw();
 			}
 			return;
+		case 12:
+			if (narg == 2)
+			{
+				int j = atoi(strescseq.args[1]);
+
+				if (j >= 0 && j < sizeof(colorname))
+				{
+					defaultcs = j;
+					redraw();
+					return;
+				}
+			}
+			fprintf(stderr, "erresc: invalid OSC 12 use");
+			return;
 		}
 		break;
 	case 'k': /* old title set compatibility */
-- 
2.13.0
Received on Sun Jun 04 2017 - 17:25:36 CEST
This archive was generated by hypermail 2.3.0 : Sun Jun 04 2017 - 17:36:14 CEST