diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-05 10:25:44 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-05 10:25:44 +0200 |
commit | be8fcebadb4a12844dd367d1f7da03bbe920ea0a (patch) | |
tree | 1e1b0614b660adfc593052aa262dc97c9ac64949 /src/ios.h | |
parent | 6b4d15c83232d3af564157afdc32dfb5573c2aef (diff) |
iOS: Custom editor font and adjusted positioning
Diffstat (limited to 'src/ios.h')
-rw-r--r-- | src/ios.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -70,7 +70,9 @@ enum iSystemTextInputFlags { | |||
70 | returnGo_SystemTextInputFlags = iBit(3), | 70 | returnGo_SystemTextInputFlags = iBit(3), |
71 | returnSend_SystemTextInputFlags = iBit(4), | 71 | returnSend_SystemTextInputFlags = iBit(4), |
72 | disableAutocorrect_SystemTextInputFlag = iBit(5), | 72 | disableAutocorrect_SystemTextInputFlag = iBit(5), |
73 | alignRight_SystemTextInputFlag = iBit(6), | 73 | disableAutocapitalize_SystemTextInputFlag = iBit(6), |
74 | alignRight_SystemTextInputFlag = iBit(7), | ||
75 | insertNewlines_SystemTextInputFlag = iBit(8), | ||
74 | }; | 76 | }; |
75 | 77 | ||
76 | iDeclareType(SystemTextInput) | 78 | iDeclareType(SystemTextInput) |