Oh... I just noticed in the code, I think that is the environment variable?
My C knowledge is so bad, but I guess getenv()
indicates that. :D
constchar*pager_env=getenv("RUBY_PAGER");
Oh... I just noticed in the code, I think that is the environment variable?
My C knowledge is so bad, but I guess getenv()
indicates that. :D
constchar*pager_env=getenv("RUBY_PAGER");