typedef struct _editor{t_updateheader e_upd; /* update header structure */[...]unsigned int e_onmotion: 3; /* action to take on motion */unsigned int e_lastmoved: 1; /* one if mouse has moved since click */unsigned int e_textdirty: 1; /* one if e_textedfor has changed */unsigned int e_selectedline: 1; /* one if a line is selected */t_clock *e_clock; /* clock to filter GUI move messages */int e_xnew; /* xpos for next move event */[...]
} t_editor;