[vte] Add OSC 12 cursor color to the osc script



commit 1bca2ba0a347c962cdf245da49c6d7399d7c3dc0
Author: Behdad Esfahbod <behdad behdad org>
Date:   Sat Jan 22 15:41:38 2011 -0500

    Add OSC 12 cursor color to the osc script

 src/osc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/osc b/src/osc
index 9020f07..1a8d41f 100755
--- a/src/osc
+++ b/src/osc
@@ -8,6 +8,7 @@ if [ "$#" -eq 0 ] ; then
 	echo "	0 'title'	change icon name and window title"
 	echo "	1 'title'	change icon name"
 	echo "	2 'title'	change window title"
+	echo "	12 'color'	change cursor color"
 	exit
 fi
 args=



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]