summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--mnv/src/os_unix.c2
2 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index 25b4d778a8..6748b1ea44 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,6 @@
[![CI](https://github.com/Project-Tick/Project-Tick/actions/workflows/meshmc-build.yml/badge.svg)](https://github.com/Project-Tick/Project-Tick/actions)
[![License](https://img.shields.io/badge/license-mixed-blue)](LICENSES/)
-[![CLA assistant](https://cla-assistant.io/readme/badge/Project-Tick/Project-Tick)](https://cla-assistant.io/Project-Tick/Project-Tick)
Welcome to Project Tick.
@@ -16,10 +15,10 @@ tool, or application that can be built and used standalone or as part
of the larger system.
Core areas include:
-- System tools and utilities (`corebinutils`, `systeminfo`, `uvim`)
-- Libraries (`ptlibzippy`, `json4cpp`, `tomlplusplus`, `libnbtplusplus`)
-- Applications (`projt-launcher`, modpacks, tools)
-- Infrastructure and integration (`meta`, `tools`, `dockerimages`)
+- System tools and utilities (`corebinutils`, `mnv`)
+- Libraries (`neozip`, `json4cpp`, `tomlplusplus`, `libnbtplusplus`)
+- Applications (`meshmc`, modpacks, tools)
+- Infrastructure and integration (`meta`, `ci`, `dockerimages`)
Project Tick focuses on reproducible builds, minimal dependencies,
and full control over the software stack.
diff --git a/mnv/src/os_unix.c b/mnv/src/os_unix.c
index 36b7d4c315..64b2a7e5a3 100644
--- a/mnv/src/os_unix.c
+++ b/mnv/src/os_unix.c
@@ -4622,6 +4622,7 @@ mch_report_winsize(int fd, int rows, int cols)
void
mch_set_shellsize(void)
{
+#ifdef HAVE_TGETENT
if (*T_CWS)
{
/*
@@ -4633,6 +4634,7 @@ mch_set_shellsize(void)
out_flush();
screen_start(); // don't know where cursor is now
}
+#endif
}
#endif // VMS