ze
Loading...
Searching...
No Matches
Public Attributes | List of all members
editorConfig Struct Reference

#include <ze.h>

Collaboration diagram for editorConfig:
Collaboration graph
[legend]

Public Attributes

int cx
 
int cy
 
int rx
 
int rowoff
 
int coloff
 
int screenrows
 
int screencols
 
int numrows
 
erowrow
 
int dirty
 
char * filename
 
char statusmsg [150]
 
time_t statusmsg_time
 
struct editorSyntaxsyntax
 
struct termios orig_termios
 

Detailed Description

Global editor state (cursor position, screen size, buffer, etc.).

Member Data Documentation

◆ coloff

int editorConfig::coloff

◆ cx

int editorConfig::cx

◆ cy

int editorConfig::cy

◆ dirty

int editorConfig::dirty

◆ filename

char* editorConfig::filename

◆ numrows

int editorConfig::numrows

◆ orig_termios

struct termios editorConfig::orig_termios

◆ row

erow* editorConfig::row

◆ rowoff

int editorConfig::rowoff

◆ rx

int editorConfig::rx

◆ screencols

int editorConfig::screencols

◆ screenrows

int editorConfig::screenrows

◆ statusmsg

char editorConfig::statusmsg[150]

◆ statusmsg_time

time_t editorConfig::statusmsg_time

◆ syntax

struct editorSyntax* editorConfig::syntax

The documentation for this struct was generated from the following file: