diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/lxt/lxt-1.0 | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/lxt/lxt-1.0')
-rw-r--r-- | packages/lxt/lxt-1.0/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/lxt/lxt-1.0/lxt.patch | 38 |
2 files changed, 38 insertions, 0 deletions
diff --git a/packages/lxt/lxt-1.0/.mtn2git_empty b/packages/lxt/lxt-1.0/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/lxt/lxt-1.0/.mtn2git_empty diff --git a/packages/lxt/lxt-1.0/lxt.patch b/packages/lxt/lxt-1.0/lxt.patch index e69de29bb2..fa92eb15b3 100644 --- a/packages/lxt/lxt-1.0/lxt.patch +++ b/packages/lxt/lxt-1.0/lxt.patch @@ -0,0 +1,38 @@ +diff -urNdb lxt-orig/gui.c lxt/gui.c +--- lxt-orig/gui.c Sat Mar 31 21:07:05 2001 ++++ lxt/gui.c Sun Jan 6 14:50:03 2002 +@@ -133,8 +133,8 @@ + + maxx=stdscr->_maxx+1; + maxy=stdscr->_maxy+1; +- if((maxx<75)||(maxy<15)) crapout_nobug("cannot run the program in a window smaller than 75x15"); +- debuglog("maxx=%d, maxy=%d\n",maxx,maxy); ++// if((maxx<75)||(maxy<15)) crapout_nobug("cannot run the program in a window smaller than 75x15"); ++// debuglog("maxx=%d, maxy=%d\n",maxx,maxy); + + /* the one window that is always allocated */ + gui_msbar=newwin(1,maxx,maxy-1,0); +diff -urNdb lxt-orig/readconfig.c lxt/readconfig.c +--- lxt-orig/readconfig.c Sun Apr 1 07:15:38 2001 ++++ lxt/readconfig.c Mon Jan 7 12:13:48 2002 +@@ -77,7 +77,8 @@ + + for(n=0;stropts[n].var;n++) *stropts[n].var=NULL; + config_setoption("tmppath:/tmp"); +- config_setoption("editor:vi %p"); ++ config_setoption("editor:vi %p"); ++/* config_setoption("editor:vi %p"); */ + config_setoption("archivebranch:tar cvfz %a -C %b ."); + config_setoption("archivetagged:cd %b && tar cvfz %a -T %c"); + +--- lxt/help.h.orig 2003-07-28 20:39:46.000000000 -0600 ++++ lxt/help.h 2003-07-28 20:38:37.000000000 -0600 +@@ -98,7 +98,7 @@ + d | dump mode \n\ + m | toggle mask \n\ + h | hex mode \n\ +- e | hex editor \n ++ e | hex editor \n\ + f/p | pipe mode \n\ + / | search forward \n\ + | a search of the form /pattern/e will do an extended regex\n\ |