diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-13 19:52:21 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-09-13 19:52:21 +0300 |
commit | 4cf52f29b926a924d838a3158d5c78b3337ee0ee (patch) | |
tree | df72c72e3edccb9ce88136c7caa6d3644b1c8349 /src/ui/color.h | |
parent | aeb65e88297725634a4e55663e2ecc83805d9073 (diff) |
Mobile: New selection logic for InputWidget
Touch-based interaction requires a different kind of selection and copy/paste behavior. This isn't done yet; especially multi-line text still needs work.
Diffstat (limited to 'src/ui/color.h')
-rw-r--r-- | src/ui/color.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/color.h b/src/ui/color.h index 37ec49eb..a1d863dc 100644 --- a/src/ui/color.h +++ b/src/ui/color.h | |||
@@ -183,6 +183,7 @@ iLocalDef iBool isRegularText_ColorId(enum iColorId d) { | |||
183 | #define mask_ColorId 0x7f | 183 | #define mask_ColorId 0x7f |
184 | #define permanent_ColorId 0x80 /* cannot be changed via escapes */ | 184 | #define permanent_ColorId 0x80 /* cannot be changed via escapes */ |
185 | #define fillBackground_ColorId 0x100 /* fill background with same color, but alpha 0 */ | 185 | #define fillBackground_ColorId 0x100 /* fill background with same color, but alpha 0 */ |
186 | #define opaque_ColorId 0x200 | ||
186 | 187 | ||
187 | #define asciiBase_ColorEscape 33 | 188 | #define asciiBase_ColorEscape 33 |
188 | #define asciiExtended_ColorEscape (128 - asciiBase_ColorEscape) | 189 | #define asciiExtended_ColorEscape (128 - asciiBase_ColorEscape) |