i tried to use LINES = atoi(getenv("LINES")) in windows (visual studio 2012), but it doesn't work.
Someone told me that I have to add export LINES to .bashrc or .profile.
Will that solve my problem?
If it does, how to add export LINES to .bashrc or .profile?