/* * ----------------------------------------------------------------- * Execution of this macro requires a license for uni-XEDIT Extended * for each concurrent user of the macro. * ----------------------------------------------------------------- * * * * NL.XEDIT * * The NL.XEDIT macro repositions the cursor to the start of data * on the next line. * * Ideally this macro should be assigned to a PF key or CTL_key * combination by adding ONE of the following lines to your * .profile.xedit file. * * 'set pf# only macro nl' * * where # is the number of the PF key assignment. * * 'set keyb ? command nl' * * where ? is the CTL sequence desired for the key. * */ "extract /cursor " "cursor file" cursor.3+1 "1" /* put cursor at start of next line */