NOTE: This vtm release is not compatible with previous versions
- for i386/arm6/7
o Use GCC for build because clang doesn't allow use of libstdc++.
o Build fails on armv6/7 and i386 architectures with use of libc++.
o Using libc++, both compilers runs out of memory, so,
we need to explicitly use libstdc++ here.
PR: 285708
Reviewed-by: marklmi26-fbsd@yahoo.com
Changes: https://github.com/directvt/vtm/releases
6 lines
329 B
Plaintext
6 lines
329 B
Plaintext
vtm is a text-based application that represents its user interface
|
|
as a mosaic of text cells, forming a TUI matrix. This matrix can be
|
|
rendered in its own GUI window or in a compatible text console.
|
|
It wraps any console application and supports indefinite nesting,
|
|
creating a text-based desktop environment within your terminal.
|