CONTENTS | INDEX | PREV | NEXT

SYNTAX            : CTRL_L

FUNCTION          : The function is identical to the immediate command,
                    which is: causing a screen refresh. Using it in a
                    command sequence will allow forced refreshes from
                    within a sequence, function key or command-file.

EXAMPLE           : j < :s test ESC ;  CTRL_L 10 < 10 CTRL_X > >
                    This command will show all occurrences of the string
                    test in context, pausing one second after each
                    screen refresh.

MATRIX