Searched defs:VTermState (Results 1 – 2 of 2) sorted by relevance
41 struct VTermState struct45 const VTermStateCallbacks *callbacks; argument46 void *cbdata;48 int rows;49 int cols;52 VTermPos pos;54 int at_phantom; /* True if we're on the "81st" phantom column to defer a wraparound */56 int scrollregion_top;57 int scrollregion_bottom; /* -1 means unbounded */59 int scrollregion_left;[all …]
14 typedef struct VTermState VTermState; typedef