menu
xterm2 package
documentation
core.dart
BufferLine
isProtected method
isProtected method
dark_mode
light_mode
isProtected
method
bool
isProtected
(
int
index
)
Implementation
bool isProtected(int index) { return getAttributes(index) & CellAttr.protected != 0; }
xterm2 package
documentation
core
BufferLine
isProtected method
BufferLine class