]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/lxt/lxt-1.0/lxt.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / lxt / lxt-1.0 / lxt.patch
1 diff -urNdb lxt-orig/gui.c lxt/gui.c
2 --- lxt-orig/gui.c      Sat Mar 31 21:07:05 2001
3 +++ lxt/gui.c   Sun Jan  6 14:50:03 2002
4 @@ -133,8 +133,8 @@
5  
6    maxx=stdscr->_maxx+1;
7    maxy=stdscr->_maxy+1;
8 -  if((maxx<75)||(maxy<15)) crapout_nobug("cannot run the program in a window smaller than 75x15");
9 -  debuglog("maxx=%d, maxy=%d\n",maxx,maxy);
10 +//  if((maxx<75)||(maxy<15)) crapout_nobug("cannot run the program in a window smaller than 75x15");
11 +//  debuglog("maxx=%d, maxy=%d\n",maxx,maxy);
12  
13    /* the one window that is always allocated */
14    gui_msbar=newwin(1,maxx,maxy-1,0);
15 diff -urNdb lxt-orig/readconfig.c lxt/readconfig.c
16 --- lxt-orig/readconfig.c       Sun Apr  1 07:15:38 2001
17 +++ lxt/readconfig.c    Mon Jan  7 12:13:48 2002
18 @@ -77,7 +77,8 @@
19  
20    for(n=0;stropts[n].var;n++) *stropts[n].var=NULL;
21    config_setoption("tmppath:/tmp");
22 -  config_setoption("editor:vi %p");
23 +  config_setoption("editor:vi %p");
24 +/*    config_setoption("editor:vi %p"); */
25    config_setoption("archivebranch:tar cvfz %a -C %b .");
26    config_setoption("archivetagged:cd %b && tar cvfz %a -T %c");
27  
28 --- lxt/help.h.orig     2003-07-28 20:39:46.000000000 -0600
29 +++ lxt/help.h  2003-07-28 20:38:37.000000000 -0600
30 @@ -98,7 +98,7 @@
31   d         | dump mode                 \n\
32   m         | toggle mask               \n\
33   h         | hex mode                  \n\
34 - e         | hex editor         \n
35 + e         | hex editor         \n\
36   f/p       | pipe mode                  \n\
37   /         | search forward             \n\
38             |   a search of the form /pattern/e will do an extended regex\n\