Changes between Initial Version and Version 1 of Ticket #3145, comment 11
- Timestamp:
- 01/16/14 00:43:40 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3145, comment 11
initial v1 5 5 On 64 bit machines there's no such issue, Slang remains ABI compatible with the unpatched version, and it's okay to compile MC against the system-wide Slang headers. 6 6 7 In either cases I recommend to install the library under some experimental location, and use L C_LIBRARY_PATH or other similar mechanism to make the patched MC use that version instead of the system wide.7 In either cases I recommend to install the library under some experimental location, and use LD_LIBRARY_PATH or other similar mechanism to make the patched MC use that version instead of the system wide. 8 8 9 9 There's no terminfo support yet, so the Slang patch doesn't even try to verify if the terminal has support. It just uses hardcoded escape sequences. (Well, maybe it verifies that more than 8 colors are available, so set TERM=xterm-256color or similar.)