Make fish pager use non-universal variables as well for getting it's colors

darcs-hash:20060811145528-ac50b-26be05f363f353d87ebceccf73385cd1af1c88f2.gz
This commit is contained in:
axel
2006-08-12 00:55:28 +10:00
parent 21de293a44
commit 72ad4e0d3b
3 changed files with 42 additions and 3 deletions

View File

@@ -128,4 +128,10 @@ wchar_t *wbasename( const wchar_t *path );
*/
const wchar_t *wgettext( const wchar_t *in );
/**
Wide character version of getenv
*/
wchar_t *wgetenv( const wchar_t *name );
#endif