summaryrefslogtreecommitdiff
path: root/user/networkmanager/editline.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/networkmanager/editline.patch')
-rw-r--r--user/networkmanager/editline.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/user/networkmanager/editline.patch b/user/networkmanager/editline.patch
index e97461d3a..e727f374a 100644
--- a/user/networkmanager/editline.patch
+++ b/user/networkmanager/editline.patch
@@ -22,7 +22,7 @@
#include "nm-vpn-helpers.h"
#include "nm-client-utils.h"
-@@ -984,7 +983,7 @@
+@@ -1008,7 +1007,7 @@
* nmc_readline_echo:
*
* The same as nmc_readline() except it can disable echoing of input characters if @echo_on is %FALSE.
@@ -31,7 +31,7 @@
*/
char *
nmc_readline_echo (const NmcConfig *nmc_config,
-@@ -995,8 +994,7 @@
+@@ -1019,8 +1018,7 @@
va_list args;
gs_free char *prompt = NULL;
char *str;
@@ -41,7 +41,7 @@
va_start (args, prompt_fmt);
prompt = g_strdup_vprintf (prompt_fmt, args);
-@@ -1006,8 +1004,7 @@
+@@ -1030,8 +1028,7 @@
/* Hide the actual password */
if (!echo_on) {
@@ -51,7 +51,7 @@
rl_redisplay_function = nmc_secret_redisplay;
}
-@@ -1016,7 +1013,10 @@
+@@ -1040,7 +1037,10 @@
/* Restore the non-hiding behavior */
if (!echo_on) {
rl_redisplay_function = rl_redisplay;
@@ -75,7 +75,7 @@
#include <fcntl.h>
#include "nm-client-utils.h"
-@@ -6007,9 +6006,6 @@
+@@ -6050,9 +6049,6 @@
return nmc_rl_gen_func_basic (text, state, avals);
}
@@ -85,7 +85,7 @@
/*
* Attempt to complete on the contents of TEXT. START and END show the
* region of TEXT that contains the word to complete. We can use the
-@@ -6036,9 +6032,6 @@
+@@ -6079,9 +6075,6 @@
/* Disable default filename completion */
rl_attempted_completion_over = 1;
@@ -95,7 +95,7 @@
/* Filter out possible ANSI color escape sequences */
prompt_tmp = nmc_filter_out_colors ((const char *) rl_prompt);
-@@ -9142,7 +9135,6 @@
+@@ -9150,7 +9143,6 @@
generator_func = _meta_abstract_generator;
} else if (g_strcmp0 (rl_prompt, PROMPT_IMPORT_FILE) == 0) {
rl_attempted_completion_over = 0;