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:
parent
62edd34778
commit
1dc33dd632
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130852
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user