GUI handle the resizing of the screen. More...
#include "config.h"
#include <fcntl.h>
#include <stddef.h>
#include <unistd.h>
#include "mutt/lib.h"
#include "mutt_curses.h"
#include "mutt_window.h"
#include "rootwin.h"
Go to the source code of this file.
Functions | |
static struct winsize | mutt_get_winsize (void) |
Get the window size. | |
void | mutt_resize_screen (void) |
Update NeoMutt's opinion about the window size. | |
GUI handle the resizing of the screen.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file resize.c.
|
static |
Get the window size.
obj | Window size |
Definition at line 56 of file resize.c.
void mutt_resize_screen | ( | void | ) |
Update NeoMutt's opinion about the window size.
Definition at line 76 of file resize.c.