summaryrefslogtreecommitdiff
path: root/src/ui/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/util.h')
-rw-r--r--src/ui/util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/util.h b/src/ui/util.h
index 9e00e495..2be38384 100644
--- a/src/ui/util.h
+++ b/src/ui/util.h
@@ -88,7 +88,9 @@ enum iRangeExtension {
88 bothStartAndEnd_RangeExtension = iBit(3), 88 bothStartAndEnd_RangeExtension = iBit(3),
89}; 89};
90 90
91void extendRange_Rangecc (iRangecc *, iRangecc bounds, int mode); 91void extendRange_Rangecc (iRangecc *, iRangecc bounds, int mode);
92
93iBool isSelectionBreaking_Char(iChar);
92 94
93/*-----------------------------------------------------------------------------------------------*/ 95/*-----------------------------------------------------------------------------------------------*/
94 96