Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 40383)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 40522)
@@ -138,4 +138,5 @@
 int textline         PROTO((int, char **));
 int threshold        PROTO((int, char **));
+int triangle         PROTO((int, char **));
 int tv               PROTO((int, char **));
 int tvchannel        PROTO((int, char **));
@@ -323,4 +324,5 @@
   {1, "textline",     textline,         "write text line on graph"},
   {1, "threshold",    threshold,        "find (interpolate) location of transition"},
+  {1, "triangle",     triangle,         "fill a triangular region with a value"},
   {1, "tv",           tv,               "display an image on the Kii window"},
   {1, "tvchannel",    tvchannel,        "set the current tv channel"},
