home *** CD-ROM | disk | FTP | other *** search
- In opus 38.88 the msg macro was extended to make (T n) put the cursor
- on column n+1. Others had extended the msg macro in a conflicting way,
- so we decided to convert over to their extensions. So forget what
- you read in the opus38.88 message, and remember this:
- (C n) go to column n. The first column on the line is column 1.
- If the cursor is beyond column n, then go to the next line
- and go to column n.
- (T m) print m tab characters
-
-
-
-
-
-