diff options
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | mnv/src/os_unix.c | 2 |
2 files changed, 6 insertions, 5 deletions
@@ -2,7 +2,6 @@ [](https://github.com/Project-Tick/Project-Tick/actions) [](LICENSES/) -[](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 |
