C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
init_view.c File Reference

Initialize C-Menu View Screen IO and Input. More...

#include <common.h>
#include <errno.h>
#include <fcntl.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/sysmacros.h>
#include <unistd.h>
#include <wait.h>
Include dependency graph for init_view.c:

Go to the source code of this file.

Functions

int init_view_full_screen (Init *init)
 Initialize C-Menu View in full screen mode.
int init_view_boxwin (Init *init, char *title)
 Initialize the C-Menu View in box window mode.
int view_init_input (View *view, char *file_name)
 Initialize the input for a C-Menu View.

Detailed Description

Initialize C-Menu View Screen IO and Input.

Author
Bill Waller Copyright (c) 2025 MIT License billx.nosp@m.wall.nosp@m.er@gm.nosp@m.ail..nosp@m.com
Date
2026-02-09

Definition in file init_view.c.