NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
wdata.h File Reference

Enter Window Data. More...

#include "config.h"
#include <stdbool.h>
#include <wchar.h>
#include "mutt.h"
#include "history/lib.h"
+ Include dependency graph for wdata.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  EnterWindowData
 Data to fill the Enter Window. More...
 

Enumerations

enum  EnterRedrawFlags { ENTER_REDRAW_NONE = 0 , ENTER_REDRAW_INIT , ENTER_REDRAW_LINE }
 Redraw flags for mw_get_field() More...
 

Detailed Description

Enter Window Data.

Authors
  • Richard Russon

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 wdata.h.

Enumeration Type Documentation

◆ EnterRedrawFlags

Redraw flags for mw_get_field()

Enumerator
ENTER_REDRAW_NONE 

Nothing to redraw.

ENTER_REDRAW_INIT 

Go to end of line and redraw.

ENTER_REDRAW_LINE 

Redraw entire line.

Definition at line 35 of file wdata.h.

36{
40};
@ ENTER_REDRAW_NONE
Nothing to redraw.
Definition: wdata.h:37
@ ENTER_REDRAW_LINE
Redraw entire line.
Definition: wdata.h:39
@ ENTER_REDRAW_INIT
Go to end of line and redraw.
Definition: wdata.h:38