Specifications
Athena Widget Set libXaw 1.0.7
beginning-of-file select-end
end-of-file extend-start
scroll-one-line-up extend-adjust
scroll-one-line-down extend-end
insert-selection
Miscellaneous NewLine
redraw-display newline-and-indent
insert-file newline-and-backup
insert-char newline
insert-string
display-caret
focus-in Kill
focus-in kill-word
search backward-kill-word
multiply kill-selection
form-paragraph kill-to-end-of-line
transpose-characters kill-paragraph
no-op kill-to-end-of-paragraph
XawWMProtocols
reconnect-im
Most of the actions takenoarguments, and unless otherwise noted you may assume this to be the
case.
5.2.1. Cursor Movement Actions
forward-character( )
backward-character( ) These actions move the insert point forward or backward one
character in the buffer.Ifthe insert point is at the end or begin-
ning of a line this action will move the insert point to the next (or
previous) line.
forward-word( )
backward-word( ) These actions move the insert point to the next or previous word
boundary.Aword boundary is defined as a Space, Tab or Car-
riage Return.
forward-paragraph( )
backward-paragraph( ) These actions move the insert point to the next or previous para-
graph boundary.Aparagraph boundary is defined as twoCar-
riage Returns in a rowwith only Spaces or Tabs between them.
beginning-of-line( )
end-of-line( ) These actions move tothe beginning or end of the current line.
If the insert point is already at the end or beginning of the line
then no action is taken.
next-line( )
previous-line( ) These actions move the insert point up or down one line. If the
insert point is currently N characters from the beginning of the
line then it will be N characters from the beginning of the next or
previous line. If N is past the end of the line, the insert point is
placed at the end of the line.
76