diff options
| author | erco77 <erco@seriss.com> | 2023-11-14 07:01:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-14 07:01:52 -0800 |
| commit | 6842a43a3170c6f7a852186d5688baebdac16e2c (patch) | |
| tree | 04493580bf8fc798858720c7ab7ffecedeb9ee3e /test/unittests.h | |
| parent | 83f6336f3b024f4a7c55a7499d036f03d946c1b9 (diff) | |
Fl_Terminal widget (#800)
Pull Fl_Terminal widget from Greg's fork
Diffstat (limited to 'test/unittests.h')
| -rw-r--r-- | test/unittests.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unittests.h b/test/unittests.h index babecde64..ab55c48af 100644 --- a/test/unittests.h +++ b/test/unittests.h @@ -22,7 +22,7 @@ #include <stdarg.h> -class Fl_Simple_Terminal; +class Fl_Terminal; // WINDOW/WIDGET SIZES const int UT_MAINWIN_W = 700; // main window w() @@ -153,7 +153,7 @@ public: static const char *red; static const char *green; static const char *normal; - static Fl_Simple_Terminal *tty; + static Fl_Terminal *tty; }; #define UT_CONCAT_(prefix, suffix) prefix##suffix |
