mgrPrefs // Change min / max size of the composing buffer.

This commit is contained in:
ShikiSuen 2022-05-30 18:05:25 +08:00
parent 7af88abc63
commit 4fa4de6e4d
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ private let kMaxCandidateListTextSize: CGFloat = 196
// will start to sputter beyond 12 such is the algorithmatic complexity
// of the Viterbi algorithm used in the builder library (at O(N^2))
private let kDefaultComposingBufferSize = 20
private let kMinComposingBufferSize = 4
private let kMaxComposingBufferSize = 30
private let kMinComposingBufferSize = 10
private let kMaxComposingBufferSize = 40
private let kDefaultKeys = "123456789"