SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
mail/mu/patches/patch-lib_utils_mu-readline_cc
Normal file
14
mail/mu/patches/patch-lib_utils_mu-readline_cc
Normal file
|
@ -0,0 +1,14 @@
|
|||
:: doesn't work on macro expansion
|
||||
|
||||
Index: lib/utils/mu-readline.cc
|
||||
--- lib/utils/mu-readline.cc.orig
|
||||
+++ lib/utils/mu-readline.cc
|
||||
@@ -74,7 +74,7 @@ Mu::have_readline()
|
||||
void
|
||||
Mu::setup_readline(const std::string& histpath, size_t maxlines)
|
||||
{
|
||||
- is_a_tty = !!::isatty(::fileno(stdout));
|
||||
+ is_a_tty = !!::isatty(fileno(stdout));
|
||||
hist_path = histpath;
|
||||
max_lines = maxlines;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue