/* * ----------------------------------------------------------------- * Execution of this macro requires a license for uni-XEDIT Basic * for each concurrent user of the macro. * ----------------------------------------------------------------- * * * * prof1.xedit * * Reconfigures the screen display as follows: * * command line at the top * message line immediately below the command line * "current line" immediately below the message line * no scale line * line numbers displayed in the prefix area * autosave after every 20 alterations to the file * * * To use as an initial profile, copy this to your HOME directory * with the name ".profile.xedit" * */ 'set cmdline top' 'set msgline on 3' 'set curline on 4' 'set scale off' 'set number on' 'set autosave 20'