Index: /branches/eam_branch_20071222/Ohana/src/opihi/cmd.data/Makefile
===================================================================
--- /branches/eam_branch_20071222/Ohana/src/opihi/cmd.data/Makefile	(revision 15926)
+++ /branches/eam_branch_20071222/Ohana/src/opihi/cmd.data/Makefile	(revision 15927)
@@ -113,4 +113,5 @@
 $(SRC)/textline.$(ARCH).o	   \
 $(SRC)/tv.$(ARCH).o		   \
+$(SRC)/tvchannel.$(ARCH).o	   \
 $(SRC)/tvcontour.$(ARCH).o	   \
 $(SRC)/tvgrid.$(ARCH).o	   \
Index: /branches/eam_branch_20071222/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- /branches/eam_branch_20071222/Ohana/src/opihi/cmd.data/init.c	(revision 15926)
+++ /branches/eam_branch_20071222/Ohana/src/opihi/cmd.data/init.c	(revision 15927)
@@ -96,4 +96,5 @@
 int textline         PROTO((int, char **));
 int tv               PROTO((int, char **));
+int tvchannel        PROTO((int, char **));
 int tvcontour        PROTO((int, char **));
 int tvgrid           PROTO((int, char **));
@@ -214,4 +215,5 @@
   {"textline",     textline,	     "write text line on graph"},
   {"tv",      	   tv,		     "display an image on the Kii window"},
+  {"tvchannel",	   tvchannel,	     "set the current tv channel"},
   {"tvcontour",	   tvcontour,	     "send contour to overlay"},
   {"tvgrid",	   tvgrid,	     "wait until return is typed"},
