- May
- 13,402
- 190
I added _FGCONSOLE and _MAXCON to 4CONSOLE.
I use this to get a console of maximum size:
I also updated 4UTILS and SYSUTILS but I don't remember if there's anything new in them.
New stuff at ftp://lucky.syr.edu/4plugins and ftp://barnyard.syr.edu/pub/vefatica/4plugins
Code:
v:\> conhelp _fgconsole
1 if console is foreground, else 0
v:\> conhelp _maxcon
X Y X (scroll) Y (scroll)
Code:
consize /p 0 0 /w %@word[2,%_maxcon] %@word[1,%_maxcon]
New stuff at ftp://lucky.syr.edu/4plugins and ftp://barnyard.syr.edu/pub/vefatica/4plugins