]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
fix crash when collapsing ert with cursor inside
[lyx.git] / src / lfuns.h
index d614278d5f553963fdeaf52f622cef75462abb75..4613144374011cbb5b6bd3923f554205f3a4517e 100644 (file)
@@ -352,6 +352,9 @@ enum kb_action {
        LFUN_INSET_REFRESH,
        LFUN_NEXTBUFFER,
        LFUN_PREVIOUSBUFFER,
+       // 270
+       LFUN_WORDS_COUNT,
+       LFUN_OUTPUT_CHANGES,             // jspitzm 20050121
 
        LFUN_LASTACTION                  // end of the table
 };