Skip to content

Commit 738a597

Browse files
committed
Mark some fields as deprecated instead of removing
to prevent backward compability
1 parent b81067c commit 738a597

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config/flags.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,14 @@ const (
4040
IBspellCheckWithRules
4141
IBspellCheckWithDicts
4242
IBautoCommitWithDelay
43-
_IBemojiDisabled //deprecated
43+
_IBautoCommitWithMouseMovement //deprecated
44+
_IBemojiDisabled //deprecated
4445
IBpreeditElimination
4546
_IBinputModeLookupTableEnabled //deprecated
4647
IBautoCapitalizeMacro
4748
_IBimQuickSwitchEnabled //deprecated
4849
_IBrestoreKeyStrokesEnabled //deprecated
50+
_IBmouseCapturing //deprecated
4951
IBworkaroundForFBMessenger
5052
IBworkaroundForWPS
5153
IBstdFlags = IBspellCheckEnabled | IBspellCheckWithRules | IBautoNonVnRestore | IBddFreeStyle |

0 commit comments

Comments
 (0)