summaryrefslogtreecommitdiffstats
path: root/src/sc.h
diff options
context:
space:
mode:
authorandmarti1424 <andmarti@gmail.com>2017-01-24 20:01:08 -0300
committerandmarti1424 <andmarti@gmail.com>2017-01-24 20:01:08 -0300
commit9bc8b2425eb1358b8bfbc0d7d2e9198fe3bf81a5 (patch)
tree2c4423e0e95b85e7bbb45a45be9ed17836fea43f /src/sc.h
parente4486872db4a1e3d48b673227f8fee51e92a4b83 (diff)
Added fcol / frow functions
Diffstat (limited to 'src/sc.h')
-rw-r--r--src/sc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sc.h b/src/sc.h
index 79a42ab..62e7757 100644
--- a/src/sc.h
+++ b/src/sc.h
@@ -234,6 +234,8 @@ struct go_save {
#define CHR (OP_BASE + 79)
#define SET8BIT (OP_BASE + 80)
#define REPLACE (OP_BASE + 81)
+#define FROW (OP_BASE + 82)
+#define FCOL (OP_BASE + 83)
/* flag values */
#define is_valid 0001