diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c index 2c6889b1..f6bf9dbe 100644 --- a/src/bin/termptyesc.c +++ b/src/bin/termptyesc.c @@ -1127,7 +1127,6 @@ _handle_esc_xterm(Termpty *ty, const Eina_Unicode *c, Eina_Unicode *ce) // XXX: set palette entry. not supported. DBG("set palette, not supported"); if ((cc - c) < 3) return 0; - b = &(buf[2]); break; default: // many others diff --git a/src/bin/termptyops.c b/src/bin/termptyops.c index 05ec5f1f..8a13482c 100644 --- a/src/bin/termptyops.c +++ b/src/bin/termptyops.c @@ -137,7 +137,6 @@ _termpty_text_scroll_rev(Termpty *ty, Eina_Bool clear) cells2 = &(TERMPTY_SCREEN(ty, 0, y)); termpty_cell_copy(ty, cells, cells2, ty->w); } - y = start_y; if (clear) _text_clear(ty, cells, ty->w, 0, EINA_TRUE); } diff --git a/src/bin/termptysave.c b/src/bin/termptysave.c index 15eca1eb..db670a47 100644 --- a/src/bin/termptysave.c +++ b/src/bin/termptysave.c @@ -218,7 +218,6 @@ _save_comp(Termsave *ts) } else { - ts2 = ts; tsc = (Termsavecomp *)ts; ts2 = _mem_new(sizeof(Termsavecomp) + tsc->w); if (!ts2)