Merge pull request #3136 from chris5560/master
[feed/packages.git] / utils / nano / patches / 010-fix-enable-tiny
1 --- nano-2.6.3/src/winio.c 2016-08-10 04:22:23.000000000 -0500
2 +++ nano-2.6.3.new/src/winio.c 2016-08-17 00:58:35.663135848 -0500
3 @@ -502,7 +502,6 @@
4 return sc_seq_or(do_prev_block, 0);
5 else if (retval == controldown)
6 return sc_seq_or(do_next_block, 0);
7 -#endif
8
9 /* When not running under X, check for the bare arrow keys whether
10 * the Ctrl key is being held together with them. */
11 @@ -521,6 +520,7 @@
12 return sc_seq_or(do_next_word_void, 0);
13 }
14 }
15 +#endif
16
17 switch (retval) {
18 #ifdef KEY_SLEFT