]> git.pld-linux.org Git - packages/Eterm.git/blob - Eterm-features.patch
- perl -pi -e "s/^libtoolize --copy --force/\%\{__libtoolize\}/"
[packages/Eterm.git] / Eterm-features.patch
1 --- Eterm/src/feature.h.in~     Wed Mar 24 04:30:28 1999
2 +++ Eterm/src/feature.h.in      Sat Jun 19 20:28:25 1999
3 @@ -214,9 +214,9 @@
4  
5  /* Force the delete key to send ^? instead of ESC [ 3 ~ */
6  /* #define KS_DELETE "\177" */
7 -#ifndef NO_DELETE_KEY
8 -# define KS_DELETE "\177"
9 -#endif
10 +/* #ifndef NO_DELETE_KEY */
11 +/* # define KS_DELETE "\177" */
12 +/* #endif */
13  
14  /* Force the Backspace key to send ^H instead of checking the stty setting */
15  #define FORCE_BACKSPACE
16 @@ -250,7 +250,7 @@
17  /* #define NO_SCROLLBAR_REPORT */
18  
19  /* Set the default number of lines in the scrollback buffer */
20 -/* #define SAVELINES 256 */
21 +#define SAVELINES 1024
22  
23  /* Set the default separator characters for double-click word selection */
24  #define CUTCHARS "\"&'()*,;<=>?@[\\]^`{|}~ \t"
25 @@ -355,7 +355,7 @@
26  /* #define XTERM_COLOR_CHANGE */
27  
28  /* Exports TERM=xterm-color instead of just TERM=xterm */
29 -/* #define DEFINE_XTERM_COLOR */
30 +#define DEFINE_XTERM_COLOR
31  
32  /* Disable automatic de-iconify on bell altogether */
33  /* #define NO_MAPALERT */
This page took 0.096344 seconds and 3 git commands to generate.