diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-10 08:25:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-10 08:25:10 +0000 |
commit | 51c3b4079c9a34b625e476bf7e507068d544bf0f (patch) | |
tree | 845ecd3cb02d8ec9ce8412badbeacb258266c33b /app-editors/nano/files | |
parent | remove ws patch (diff) | |
download | historical-51c3b4079c9a34b625e476bf7e507068d544bf0f.tar.gz historical-51c3b4079c9a34b625e476bf7e507068d544bf0f.tar.bz2 historical-51c3b4079c9a34b625e476bf7e507068d544bf0f.zip |
alt+v is used for verbatim input now
Diffstat (limited to 'app-editors/nano/files')
-rw-r--r-- | app-editors/nano/files/1.3.1-wsconvert.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/nano/files/1.3.1-wsconvert.patch b/app-editors/nano/files/1.3.1-wsconvert.patch index 2c894aaffd40..f7f5fe933bae 100644 --- a/app-editors/nano/files/1.3.1-wsconvert.patch +++ b/app-editors/nano/files/1.3.1-wsconvert.patch @@ -84,7 +84,7 @@ diff -ur nano-1.3.1.orig/src/nano.h nano-1.3.1/src/nano.h #define TOGGLE_MAC_KEY NANO_ALT_O #define TOGGLE_SMOOTH_KEY NANO_ALT_S #define TOGGLE_NOCONVERT_KEY NANO_ALT_N -+#define TOGGLE_WSCONVERT_KEY NANO_ALT_V ++#define TOGGLE_WSCONVERT_KEY NANO_ALT_E #define TOGGLE_BACKUP_KEY NANO_ALT_B #define TOGGLE_SYNTAX_KEY NANO_ALT_Y #endif /* !NANO_SMALL */ |