diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Terminal.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Fl_Terminal.cxx b/src/Fl_Terminal.cxx index 2b53c4a77..b4266b8fb 100644 --- a/src/Fl_Terminal.cxx +++ b/src/Fl_Terminal.cxx @@ -1634,6 +1634,16 @@ void Fl_Terminal::textattrib(uchar val) { } /** + Get text attribute bits (underline, inverse, etc). + This is the default attribute used for all newly printed text. + + \see textattrib(uchar), Fl_Terminal::Attrib +*/ +uchar Fl_Terminal::textattrib() const { + return current_style_->attrib(); +} + +/** Convert fltk window X coord to column 'gcol' on specified global 'grow' \returns - 1 if 'gcol' was found |
