word

Undocumented in source.

Members

Functions

capword
int capword(bool f, int n)

Move the cursor forward by the specified number of words. As you move convert the first character of the word to upper case, and subsequent characters to lower case. Error if you try and move past the end of the buffer. Bound to "M-C".

delbword
int delbword(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
delfword
int delfword(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
inword
bool inword()
Undocumented in source. Be warned that the author may not have intended to support it.
word_back
int word_back(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
word_forw
int word_forw(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
word_lineselect
int word_lineselect(bool f, int n)

Select line that the cursor is on.

word_lower
int word_lower(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
word_select
int word_select(bool f, int n)

Select word that the cursor is on.

word_upper
int word_upper(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
word_wrap
int word_wrap(bool f, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
word_wrap_line
int word_wrap_line(bool f, int n)

Word wrap the current line.

Meta