View | Details | Raw Unified | Return to bug 16684
Collapse All | Expand All

(-)editors/the/patches/patch-ab (+22 lines)
Line 0 Link Here
1
*** execute.c.orig	Thu Dec 23 19:20:28 1999
2
--- execute.c	Tue Feb  1 20:40:04 2000
3
***************
4
*** 4253,4258 ****
5
--- 4253,4259 ----
6
           draw_cursor(FALSE);
7
           default_button = 0;
8
           editfield_col = -1;
9
+ #if defined(PDCURSES_MOUSE_ENABLED) || defined(NCURSES_MOUSE_VERSION)
10
           if ( rc == RC_READV_TERM_MOUSE )
11
           {
12
              /*
13
***************
14
*** 4267,4272 ****
15
--- 4268,4274 ----
16
           {
17
              continue;
18
           }
19
+ #endif
20
        }
21
        else
22
        {
(-)editors/the/pkg/DESCR (-1 / +1 lines)
Lines 2-5 Link Here
2
to operate. It is intended to be similar to the VM/CMS System Product
2
to operate. It is intended to be similar to the VM/CMS System Product
3
Editor, XEDIT and to Mansfield Software's, KEDIT.
3
Editor, XEDIT and to Mansfield Software's, KEDIT.
4
4
5
WWW: http://www.lightlink.com/hessling/
5
WWW: http://www.lightlink.com/hessling/THE/
(-)editors/the/pkg/PLIST (-16 / +32 lines)
Lines 1-17 Link Here
1
bin/the
1
bin/the
2
share/THE/THE_Help.txt
2
libdata/THE/THE_Help.txt
3
share/THE/append.the
3
libdata/THE/append.the
4
share/THE/build.the
4
libdata/THE/build.the
5
share/THE/comm.the
5
libdata/THE/comm.the
6
share/THE/compile.the
6
libdata/THE/compile.the
7
share/THE/demo.the
7
libdata/THE/demo.the
8
share/THE/l.the
8
libdata/THE/l.the
9
share/THE/match.the
9
libdata/THE/match.the
10
share/THE/rm.the
10
libdata/THE/rm.the
11
share/THE/setbuild.the
11
libdata/THE/setbuild.the
12
share/THE/spell.the
12
libdata/THE/spell.the
13
share/THE/the.man
13
libdata/THE/the.man
14
share/THE/total.the
14
libdata/THE/total.the
15
share/THE/uncomm.the
15
libdata/THE/uncomm.the
16
share/THE/words.the
16
libdata/THE/words.the
17
@dirrm share/THE
17
share/doc/THE/app1.html
18
share/doc/THE/app2.html
19
share/doc/THE/app3.html
20
share/doc/THE/app4.html
21
share/doc/THE/app5.html
22
share/doc/THE/app6.html
23
share/doc/THE/comm.html
24
share/doc/THE/commset.html
25
share/doc/THE/commsos.html
26
share/doc/THE/glossary.html           
27
share/doc/THE/history.html           
28
share/doc/THE/index.html           
29
share/doc/THE/overview.html           
30
share/doc/THE/query.html           
31
share/doc/THE/quickref.html           
32
@dirrm share/doc/THE
33
@dirrm libdata/THE

Return to bug 16684