[rkward-cvs] rkward/rkward/rbackend rcommand.h,1.20,1.21
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Oct 16 21:40:57 UTC 2005
Update of /cvsroot/rkward/rkward/rkward/rbackend
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30521/rkward/rbackend
Modified Files:
rcommand.h
Log Message:
Command Log->show/raise option working again.
Index: rcommand.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rcommand.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** rcommand.h 16 Oct 2005 14:06:50 -0000 1.20
--- rcommand.h 16 Oct 2005 21:40:55 -0000 1.21
***************
*** 156,159 ****
--- 156,160 ----
Sync=16, /**< Command is used to sync data to or from R-space. Typically used in the editor classes */
EmptyCommand=32, /**< Command is empty and will not be processed (an empty command may be used as a "marker") */
+ Console=64, /**< Command originated in the console. These commands will get some extra treatment in RKwatch */
GetIntVector=512, /**< Try to fetch result as an array of integers */
GetStringVector=1024, /**< Try to fetch result as an array of chars */
More information about the rkward-tracker
mailing list