Add configurable support for using termcap library for terminal size.

This commit is contained in:
Joachim Nilsson
2010-07-18 18:57:07 +02:00
parent 8b85bab216
commit 6d2f4c99a3
12 changed files with 387 additions and 48 deletions

View File

@@ -240,3 +240,12 @@ int default_rl_list_possib(char *pathname, char ***avp)
return ac;
}
/**
* Local Variables:
* version-control: t
* indent-tabs-mode: t
* c-file-style: "ellemtel"
* c-basic-offset: 4
* End:
*/