Home
last modified time | relevance | path

Searched defs:TERM_COLUMNS (Results 1 – 2 of 2) sorted by relevance

/dports/games/iortcw/iortcw-1.51c/SP/
H A DMakefile1272 TERM_COLUMNS=$(shell if c=`tput cols`; then echo $$(($$c-4)); else echo 76; fi) macro
1274 TERM_COLUMNS=76 macro
/dports/games/iortcw/iortcw-1.51c/MP/
H A DMakefile1295 TERM_COLUMNS=$(shell if c=`tput cols`; then echo $$(($$c-4)); else echo 76; fi) macro
1297 TERM_COLUMNS=76 macro