diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-18 17:15:33 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-03-18 17:15:33 +0100 |
| commit | 478e724c5f38b725062b02570c6ad2c554a16e82 (patch) | |
| tree | 4f4e13adf8e222861603336356e7707f32dae733 /CHANGES.txt | |
| parent | 5a97629d0b272765b607dca1757ef067328f9d55 (diff) | |
CHANGES.txt: mention new Fl_terminal widget
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 025e1f8e4..23b2efb5f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -40,6 +40,8 @@ Changes in FLTK 1.4.0 Released: Feb ?? 2024 the starting scaling factor of all FLTK apps. - New Fl_Grid class to layout multiple columns and rows of widgets. - New Fl_Flex class to layout one row or one column of widgets. + - New Fl_Terminal widget supporting Unicode/utf-8, ANSI/xterm escape codes + with full RGB color control. - New Fl::keyboard_screen_scaling(0) call stops recognition of ctrl/+/-/0/ keystrokes as scaling all windows of a screen. - New member function Fl_Image::scale(int width, int height) to set @@ -175,7 +177,7 @@ Changes in FLTK 1.4.0 Released: Feb ?? 2024 Other Improvements - (add new items here) - - Reported support of macOS 14.0 "Sonoma". + - Added support of macOS 14.0 "Sonoma". - Added support for macOS 13.0 "Ventura". - Added support for macOS 12.0 "Monterey". - Added support for macOS 11.0 "Big Sur" and for building for |
