1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Commit a partial WIP before I loose it.

This commit is contained in:
David E. O'Brien 2005-03-11 04:52:49 +00:00
parent 62edd34778
commit 1dc33dd632
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130852
2 changed files with 12 additions and 0 deletions

View File

@ -13,3 +13,9 @@ rl_get_screen_size (int *rows, int *cols)
if (rows) *rows = screenheight;
if (cols) *cols = screenwidth;
}
#if 0
#define savestring
#include <readline/readline.h>
#undef savestring
#endif

View File

@ -13,3 +13,9 @@ rl_get_screen_size (int *rows, int *cols)
if (rows) *rows = screenheight;
if (cols) *cols = screenwidth;
}
#if 0
#define savestring
#include <readline/readline.h>
#undef savestring
#endif