@ -57,6 +57,8 @@
#define ORCA_ARRAY_COUNTOF(_array) (sizeof(_array) / sizeof(_array[0]))
#endif
#define staticni ORCA_NOINLINE static
#define ORCA_Y_MAX UINT16_MAX
#define ORCA_X_MAX UINT16_MAX
@ -13,6 +13,11 @@
#define CTRL_PLUS(c) ((c)&037)
#if NCURSES_VERSION_PATCH < 20081122
int _nc_has_mouse(void);
#define has_mouse _nc_has_mouse
struct oso;
typedef enum
@ -14,21 +14,12 @@
#include "sokol_time.h"
#undef SOKOL_IMPL
#ifdef FEAT_PORTMIDI
#include <portmidi.h>
#define TIME_DEBUG 0
#if TIME_DEBUG
static int spin_track_timeout = 0;
staticni void usage(void)
{ // clang-format off