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... | |
Enter Window Data.
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.
| enum 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. |