Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
e48dc7c5
Commit
e48dc7c5
authored
Nov 17, 2021
by
Tomaz Canabrava
Browse files
Fix return type
parent
ab9ac8d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/characters/Character.h
View file @
e48dc7c5
...
...
@@ -165,7 +165,7 @@ public:
return
character
<=
0x7e
||
(
rendition
&
RE_EXTENDED_CHAR
)
||
(
bidirectionalEnabled
&&
!
isDoubleWidth
);
}
inline
int
baseCodePoint
()
const
inline
u
int
baseCodePoint
()
const
{
if
(
rendition
&
RE_EXTENDED_CHAR
)
{
ushort
extendedCharLength
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment