diff --git a/src/YabInterface.cpp b/src/YabInterface.cpp index 8780575..2b4728d 100644 --- a/src/YabInterface.cpp +++ b/src/YabInterface.cpp @@ -2800,7 +2800,7 @@ void YabInterface::TextControl(const char* id, const char* option, const char* v myTControl -> MakeFocus(focused); } } - if(tmpOption.IFindFirst("Curser")!=B_ERROR) + if(tmpOption.IFindFirst("Curser")!=B_ERROR || tmpOption.IFindFirst("Cursor")!=B_ERROR ) { const char* str_int = tmpValue.String(); bool focused = true; @@ -3796,7 +3796,7 @@ void YabInterface::TextSet(const char* title, const char* option, int value) myText->SetCaseSensitive((bool)value); else if(tmp.IFindFirst("tabwidth")!=B_ERROR) myText->SetTabWidth(value); - else if(tmp.IFindFirst("curser")!=B_ERROR) + else if(tmp.IFindFirst("cursor")!=B_ERROR) myText->Select(value, value); else if(tmp.IFindFirst("textwidth")!=B_ERROR) diff --git a/src/a-dallarsign b/src/a-dallarsign new file mode 100644 index 0000000..db30f6a --- /dev/null +++ b/src/a-dallarsign @@ -0,0 +1 @@ +These functions set and get the font These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii These functions set and get the font iii diff --git a/src/libyab.so b/src/libyab.so index a576d2b..77f2606 100755 Binary files a/src/libyab.so and b/src/libyab.so differ