Step 184: first-run wizard
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
|
||||
struct MultiCursor {
|
||||
int cursor = 0;
|
||||
int selStart = -1;
|
||||
int selEnd = -1;
|
||||
};
|
||||
|
||||
struct CodeEditorOptions {
|
||||
bool showWhitespace = false;
|
||||
bool readOnly = false;
|
||||
|
||||
Reference in New Issue
Block a user