Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProgerXP/Notepad2e
/ IsControlCharacter
Function
IsControlCharacter
scintilla/src/PositionCache.cxx:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
#endif
42
43
static inline bool IsControlCharacter(int ch) {
44
// iscntrl returns true for lots of chars > 127 which are displayable
45
return ch >= 0 && ch <
' '
;
46
}
47
48
LineLayout::LineLayout(int maxLineLength_) :
49
lineStarts(0),
Callers
1
Next
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected