]> git.lyx.org Git - features.git/blobdiff - src/FuncCode.h
Implement handling of row_flags for row breaking
[features.git] / src / FuncCode.h
index 4fceed8017f1cc8fc7b37889f9c2cfab1f80b5d7..20231eb1645fdf00d485edc414ef8761c064d41c 100644 (file)
@@ -499,6 +499,9 @@ enum FuncCode
        LFUN_FONT_NO_SPELLCHECK,        // jspitzm 20210305
        LFUN_SPELLING_ADD_LOCAL,        // jspitzm 20210306
        // 390
+       LFUN_SPELLING_REMOVE_LOCAL,     // jspitzm 20210307
+       LFUN_FINISHED_DOWN,             // lasgouttes 20210629
+       LFUN_FINISHED_UP,               // lasgouttes 20210629
        LFUN_LASTACTION                 // end of the table
 };