[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.8.5 Moving the Cursor

2EF8B STO_CURS_POS ( # → )
Stores cursor position. Moves cursor to specified position and if necessary repositions the editor window to make sure the cursor position is visible. If it is necessary to scroll the window horizontally, this command sets the left edge of the window to the cursor column and shows as much text as possible to the right of the cursor. However, if the cursor is also visible when the window edge is moved to column zero, this position takes precedence.
2EF8C STO_CURS_POS2 ( # → )
Same as STO_CURS_POS, but moves the right edge of the editor window to the cursor column.
2EF8D STO_CURS_POS3 ( # → )
Same as STO_CURS_POS, but without checking for style/font switch sequences. So while STO_CURS_POS always makes sure the cursor ends up right before a visible character, this command allows you to position it within the invisible escape sequences.
2EF8E STO_CURS_POS4 ( # → )
Behaves with respect to editor window positioning like <REF>STO_CURS_POS2, but with respect to invisible chars like <REF>STO_CURS_POS3.
2EF8F STO_CURS_POS_VIS ( # → )
Like <REF>STO_CURS_POS, but ignores the invisible characters. So if you look at your string and say, I want to go to what I see as the 5th character, use this entry.
2F378 SetCursor ( # → )
( {# #'} → )
Sets the cursor to the given position. For the list argument, the numbers are row and column.
2611B SETCURSOR
2EF7C CMD_NXT ( → )
Moves cursor to next char, like Right Arrow.
2EF7B CMD_BAK ( → )
Moves cursor to the left. Same as as Left Arrow.
2EF80 CMD_DOWN ( → )
Moves cursor to the next line. Same as Down Arrow.
2EF7F CMD_UP ( → )
Moves cursor to the previous line, like Up Arrow.
2EF7D CMD_DEB_LINE ( → )
Moves cursor to the beginning of line. Same as RS+LEFT.
2EF7E CMD_END_LINE ( → )
Moves cursor to the end of line. Same as RS+RIGHT.
2EF7A CMD_PAGED ( → )
Moves cursor one page down, like LS+DOWN.
2EF77 CMD_PAGEL ( → )
Moves cursor one page left, like LS+LEFT.
2EF78 CMD_PAGER ( → )
Moves cursor one page right, like LS+RIGHT.
2EF79 CMD_PAGEU ( → )
Moves cursor one page up, like LS+UP.
2F2EE DO<Skip ( → )
Skips left to beginning of word. Same as the ↓SKIP button in the editor TOOL menu.
2F2EF DO>Skip ( → )
Skips right to the beginning of the next word. Same as the SKIP→ button in the editor TOOL menu.
2F2E4 DO>BEG ( → )
Goes to begin of selection (if active) or to beginning of EditLine. Same as →BEG button in the editor TOOL menu.
2F2E5 DO>END ( → )
Goes to end of selection. Same as the →END button in the editor TOOL menu. When there is no selection, does not move.
2F2E6 GOTOLABEL ( → )
Brings up the CHOOSE-box with labels in the EditLine. Same as the LABEL button in the editor TOOL/GOTO menu.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated by Carsten Dominik on May, 30 2005 using texi2html