// UseEnvironment specifies whether the LINES and COLUMNS environmental // variables should be used or not func UseEnvironment(use bool) { C.use_env(C.bool(use)) }
func UseEnv(b bool) { C.use_env(bool2cint(b)) }