• emaxor@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    not OP, but i tried eat for about 2 seconds and immediately gave up. The backspace key produces spaces.

    Then I tried vterm. The backspace key works! OK the basics are out of the way. Let’s try my basic git workflow, using ncurses program tig to view a log. Nope, lots of random jumpy scrolling.

    Maybe these issues have work arounds. But iterm2 + tmux + Emacs already work flawlessly. Years of use with 0 issues.

    • redblobgames@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      eat and vterm don’t have these problems for me — backspace works, less and vi work, haven’t tried tig (I use magit). No hard blockers.

    • noooit@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      For tui user, i think tmux makes sense, it has similar keybindings anyway. For gui users vterm really helps. And it gets you even more familiar key bindings. It works for all the front ground apps I use.

    • 0xMii@alien.topB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      As the others have mentioned, check that TERM is correctly set (it should be something like eat-truecolor), but also make sure that the terminfo file is there. If you’re on Mac or, I assume, any flavor of BSD, the version that comes with eat won’t work out of the box because Linux and Darwin/BSD compile these files differently.

      Just run M-x eat-compile-terminfo and that should get you the proper files for your system. Restart eat and it should work.