X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FTermlib%2FEditor.hh;h=42df64b758f2187aee62baaa1a3db4971915d0f1;hb=99c145da3884f5c20a74337927ef2cbc073d80d7;hp=01f1ba75f4340b6f110276b35af9bd2275a92574;hpb=e9816d699770dea77c989c97ef53bf2266ce7b6b;p=senf.git diff --git a/senf/Utils/Termlib/Editor.hh b/senf/Utils/Termlib/Editor.hh index 01f1ba7..42df64b 100644 --- a/senf/Utils/Termlib/Editor.hh +++ b/senf/Utils/Termlib/Editor.hh @@ -156,7 +156,7 @@ namespace term { functions. - \section editor_complete Completion suppoprt + \section editor_complete Completion support Completion support is provided by senf::term::bindings::complete(). To use the completer, you need to implement a completion function and pass it as second argument to @@ -248,7 +248,7 @@ namespace term { //\{ void gotoChar(unsigned n); ///< Move cursor to position \a n - void scrollTo(unsigned n); ///< Move positon \n to beginning of display line + void scrollTo(unsigned n); ///< Move position \n to beginning of display line //\} @@ -280,7 +280,7 @@ namespace term { //\{ void auxDisplay(unsigned line, std::string const & text); - ///< Display \a text on aux display line \a lilne + ///< Display \a text on aux display line \a line unsigned maxAuxDisplayHeight(); ///< Get maximum height of the aux display area void clearAuxDisplay(); ///< Clear the aux display area