diff options
author | Duncan Ogilvie <mr.exodia.tpodt@gmail.com> | 2022-01-14 16:30:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-01-18 21:35:10 (GMT) |
commit | b97c12babbc87324b8005cf7e81640e1f3c0ecf6 (patch) | |
tree | 78d0c9be0754b219b4d07e15ff5c64f6ba0889e7 /Source/CursesDialog/cmCursesForm.h | |
parent | bf11dab49d4155c0c58e1048ee0ab082b692d5db (diff) | |
download | CMake-b97c12babbc87324b8005cf7e81640e1f3c0ecf6.zip CMake-b97c12babbc87324b8005cf7e81640e1f3c0ecf6.tar.gz CMake-b97c12babbc87324b8005cf7e81640e1f3c0ecf6.tar.bz2 |
ccmake: Refactor resizing logic into cmCursesForm
Diffstat (limited to 'Source/CursesDialog/cmCursesForm.h')
-rw-r--r-- | Source/CursesDialog/cmCursesForm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/CursesDialog/cmCursesForm.h b/Source/CursesDialog/cmCursesForm.h index 93459b9..3a1eb25 100644 --- a/Source/CursesDialog/cmCursesForm.h +++ b/Source/CursesDialog/cmCursesForm.h @@ -55,6 +55,10 @@ public: static cmCursesForm* CurrentForm; + // Description: + // Handle resizing the form with curses. + void HandleResize(); + protected: static cmsys::ofstream DebugFile; static bool Debug; |