Lines Matching full:ee
29 The editor 'ee' (easy editor) is intended to be a simple, easy to use
34 ee's simplified interface is highlighted by the use of pop-up menus which
39 ee allows users to use full eight-bit characters. If the host system has
40 the capabilities, ee can use message catalogs, which would allow users to
42 characters. See the file ee.i18n.guide for more details.
44 ee relies on the virtual memory abilities of the platform it is running on
47 I am releasing ee because I hate to see new users and non-computer types
60 order for ee to work, a terminal must have the ability to position the cursor
70 While ee is based on curses, I have included here the source code to
71 new_curse, a subset of curses developed for use with ee. 'curses' often
82 of ee, it is recommended that you use new_curse rather than the curses
91 Complaints that ee isn't working quite right often end up being something
94 Both ee and new_curse were developed using K&R C (also known as "classic
96 build ee by simply typing "make". A make file which takes into account
97 the characteristics of your system will be created, and then ee will be
101 ee is the result of several conflicting design goals. While I know that it
103 its lack of more features. I will settle for knowing that ee does fulfill
104 the needs of a minority (but still large number) of users. The goals of ee