index    previous    next
 
textwin

TEXTWIN

The TEXTWIN control allows the user to view, enter or modify large sections of multi-line text. Several edit key sequences are recognised by the system. These key sequences are mainly uEmacs compatible (which means that most are also BASH and Emacs compatible). These edit key sequences are:
ctl-pcursor up
ctl-ncursor down
ctl-bcursor left
ctl-fcursor right
ctl-acursor home (start of line)
ctl-ecursor end (end of line)
ctl-zpage up
esc-vpage up
ctl-vpage down
ctl-hdelete char left
ctl-ddelete char right
esc-ddelete word right (move to copy buffer)
esc-ctl-h   delete word left (move to copy buffer)
ctl-kdelete to end of line (move to copy buffer)
ctl-yyank (undelete - copy from copy buffer to current cursor position)

The mouse can also be used to highlight text to be placed in the copy buffer. ctl-y (yank) is then used to copy the text to a new location (where the cursor has been moved to).

The mouse can be used to reposition the text cursor.