add missing lfun status

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8583 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2004-04-01 09:05:28 +00:00
parent d34600cd3e
commit 5ff360a6e6
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,8 @@
2004-04-01 Alfredo Braunstein <abraunst@lyx.org>
* text3.C (getStatus): add LFUN_BEGINNINGBUF
2004-04-01 Alfredo Braunstein <abraunst@lyx.org>
* lyxfind.C: add a couple of inTexted() tests + other small fixes

View File

@ -1789,6 +1789,7 @@ bool LyXText::getStatus(LCursor & cur, FuncRequest const & cmd,
case LFUN_WORDRIGHT:
case LFUN_WORDLEFT:
case LFUN_ENDBUF:
case LFUN_BEGINNINGBUF:
case LFUN_RIGHT:
case LFUN_RIGHTSEL:
case LFUN_LEFT: