Files
ports/sysutils/vtm/pkg-descr
Yusuf Yaman 896078d4d7 sysutils/vtm: update 0.9.99.70 -> 2025.05.21, fix build on i386 and armv6/7
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
2025-05-25 11:06:03 +02:00

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.