ctx: update from upstream - more enabled features
Compare changes
Files
3+ 123
− 42
@@ -868,7 +868,9 @@ Ctx * ctx_new_for_cairo (cairo_t *cr);
@@ -2510,6 +2512,20 @@ int ctx_vt_has_data (Ctx *ctx);
@@ -5784,6 +5800,15 @@ static inline CtxList *ctx_list_find_custom (CtxList *list,
@@ -10466,8 +10491,10 @@ struct _CtxState
@@ -10479,6 +10506,7 @@ struct _CtxState
@@ -11008,6 +11036,7 @@ int ctx_terminal_cols (void);
@@ -11019,7 +11048,6 @@ struct _CtxCtx
@@ -37243,7 +37271,7 @@ void _ctx_mouse (Ctx *term, int mode)
@@ -37263,7 +37291,7 @@ _ctx_init_ticks (void)
@@ -37273,7 +37301,7 @@ _ctx_init_ticks (void)
@@ -45461,7 +45489,6 @@ ctx_new_for_cairo (cairo_t *cr)
@@ -45839,10 +45866,13 @@ static void ctx_ctx_end_frame (Ctx *ctx)
@@ -45850,7 +45880,9 @@ static void ctx_ctx_end_frame (Ctx *ctx)
@@ -45865,7 +45897,7 @@ void ctx_ctx_consume_events (Ctx *ctx)
@@ -45990,7 +46022,6 @@ Ctx *ctx_new_ctx (int width, int height)
@@ -50050,26 +50081,25 @@ ctx_cb_end_frame (Ctx *ctx)
@@ -52128,6 +52158,17 @@ static void _ctx_stream_addstr (CtxFormatter *formatter, const char *str, int le
@@ -52954,6 +52995,23 @@ ctx_render_stream (Ctx *ctx, FILE *stream, int longform)
@@ -53344,7 +53402,6 @@ void ctx_texture (Ctx *ctx, const char *eid, float x, float y)
@@ -53362,17 +53419,8 @@ void ctx_texture (Ctx *ctx, const char *eid, float x, float y)
@@ -53824,10 +53872,12 @@ void ctx_save (Ctx *ctx)
@@ -54615,6 +54665,12 @@ ctx_interpret_transforms (CtxState *state, CtxEntry *entry, void *data)
@@ -55072,14 +55128,14 @@ ctx_new_drawlist (int width, int height)
@@ -56238,7 +56294,32 @@ uint32_t ctx_strhash(const char *str)