get extra.data 11 15
cd cp ~consult/proto/profile.xedit .pressing the ENTER or RETURN key after each line (note the period at the end of the second line). Any changes you make to the "profile.xedit" file will apply only for the text screen, not the help screens.
Alternatively, create an XC macro file containing the desired changes and use the macro each time you start XC. The macro file can have any name but it must have an extension of ".xedit" and must be stored in your home directory. For example, create a file named "startup.xedit" containing the following four lines:
'case mixed ignore' 'prefix off' 'set pf10 left 80' 'set pf11 right 80'After starting XC, type
macro startupat the XC command line and press the ENTER or RETURN key. For the rest of that editing session, the case (uppercase and lowercase) will be ignored in searches, the prefix area will not appear, and the PF10 and PF11 definitions will use 80 rather than 70 columns. The menu that appears at the bottom of the screen will not reflect any change to PF10 and PF11.