Results 39 comments of Rob King

Hi @alexherbo2 How would move support work? Like moving terminals around in the tree?

I think I've figured out the issue. Excess screen update traffic is being sent, but it's not noticeable at the number of rows/columns that I normally run things at. Get...

@kseistrup I've made a few more speedups, but I think we may have hit a plateau. For the sake of simplicity, mtm uses ncurses pads to implement scrollback. I checked...

Please try adding #include #include to your `config.h` file and see if that works.

Hi @domrc, Does OpenBSD provide newer versions of ncurses in their ports? If so, it might be possible to create a ports-related dependency there.

Neovim is switching to tree-sitter, which provides high-quality high-performance highlighting.

Could you try the latest master? I think I've removed the curses 6.1+ dependency.

It uses its own syntax. The main downside of tree-sitter seems to be that the compiled grammars are quite big, see this thread of the wip implementation for [micro](https://github.com/zyedidia/micro/pull/1466). I...

The latest code in master has a status line. Please test it out and close this issue if it works for you. Thanks!

> Will the status line be customizable? It is now. Check out the latest code. You can give mtm a filename and it will read the contents of that file...