summaryrefslogtreecommitdiff
path: root/usr.bin/ee
Commit message (Collapse)AuthorAgeFilesLines
* Check that ee's standard input and output is a terminal.Max Khon2004-11-051-4/+5
| | | | | | | | | | Do not ignore all the signals in range [1..24]. PR: 65892 MFC after: 2 weeks Notes: svn path=/head/; revision=137249
* Deal with double whitespace.Ruslan Ermilov2004-07-031-3/+3
| | | | Notes: svn path=/head/; revision=131507
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-43/+85
| | | | Notes: svn path=/head/; revision=131491
* o Fix identation.Maxim Konovalov2003-06-301-21/+21
| | | | Notes: svn path=/head/; revision=117071
* o Support for '--' to cancel options list processing.Maxim Konovalov2003-06-301-3/+12
| | | | | | | | | | PR: bin/32433 Prodded by: Zak Johnson <zakj-freebsd-hackers@nox.cx> Obtained from: easyedit-1.4.6 MFC after: 2 weeks Notes: svn path=/head/; revision=117070
* Fix references to non-existing or obsoleted man pages.Jens Schweikhardt2003-04-301-1/+1
| | | | | | | | PR: docs/51480 (only a small part) Submitted by: Diomidis D. Spinellis <dds@aueb.gr> Notes: svn path=/head/; revision=114318
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.Ruslan Ermilov2002-07-021-8/+3
| | | | | | | | | | | | | | | Provided the (previously missing) dependency on source files for intermediate .msg files. Provided the default for NLSSRCDIR (defaults to .CURDIR). Slightly changed the API: NLS should now list plain locale names, without the .msg suffix. When included from bsd.prog.mk, NLSNAME defaults to PROG. Notes: svn path=/head/; revision=99257
* Consistently use FBSDIDDavid E. O'Brien2002-06-302-8/+4
| | | | Notes: svn path=/head/; revision=99112
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-282-52/+3
| | | | Notes: svn path=/head/; revision=97421
* - Properly initialize the count_win when the user turns the info windowMark Peek2002-05-061-1/+4
| | | | | | | | | | | | back on (and count_win is recreated). - Create info_win as the same size for all invocations. PR: 37552 Submitted by: Mark Valentine <mark@thuvia.demon.co.uk> MFC after: 1 week Notes: svn path=/head/; revision=96088
* Remove GCC-specific flags.Mark Murray2002-04-281-1/+0
| | | | Notes: svn path=/head/; revision=95655
* Use `The .Nm utility'Philippe Charnier2002-04-191-6/+9
| | | | Notes: svn path=/head/; revision=95083
* Add support for french and german locales in tcsh's way.Alexey Zelkin2002-03-041-3/+6
| | | | | | | | | | . link fr_FR.* to fr_BE, fr_CA, fr_CH . link de_DE.* to de_AT, de_CH Obtained from: src/bin/csh/nls/Makefile Notes: svn path=/head/; revision=91634
* Use NLSLINKS to setup symbolic links in NLS areaAlexey Zelkin2002-03-041-10/+6
| | | | Notes: svn path=/head/; revision=91633
* Use bsd.nls.mk for building/installing NLS filesAlexey Zelkin2002-03-041-9/+5
| | | | Notes: svn path=/head/; revision=91622
* FILES support for bsd.prog.mk. See bsd.README for details.Ruslan Ermilov2001-12-171-9/+5
| | | | | | | Stolen from: NetBSD Notes: svn path=/head/; revision=88055
* Exit gracefully when a SIGHUP is received. This prevents ee from going intoMark Peek2001-08-311-0/+1
| | | | | | | | | | | an infinite spin loop when the terminal window is forcibly blown away. PR: 29553 Reported by: Sung N. Cho <sucho2@vt.edu> MFC after: 1 day Notes: svn path=/head/; revision=82694
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+5
| | | | Notes: svn path=/head/; revision=81586
* Properly handle wgetch(3) returning ERR. This prevents an abnormal exitMark Peek2001-07-281-9/+4
| | | | | | | | | | | when a windows resize event (SIGWINCH) occurs. Reported by: John Doe <rhamming2001@yahoo.com> and others on -stable. Reviewed by: dd MFC after: 1 week Notes: svn path=/head/; revision=80523
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-4/+4
| | | | | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms> Notes: svn path=/head/; revision=80381
* Remove whitespace at EOL.Dima Dorfman2001-07-151-160/+160
| | | | Notes: svn path=/head/; revision=79755
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* ISO_ -> ISOAndrey A. Chernov2001-06-116-748/+9
| | | | Notes: svn path=/head/; revision=78048
* Install additional en_US linksAndrey A. Chernov2001-06-101-1/+3
| | | | Notes: svn path=/head/; revision=78022
* Add Latin15 entriesAndrey A. Chernov2001-06-101-0/+6
| | | | Notes: svn path=/head/; revision=78014
* - Optimise current cursor position displaying routines, to avoid unnecessaryMaxim Sobolev2001-06-031-10/+8
| | | | | | | | | | | cursor movements; - minor cleanups in cursor position displaying routines; - properly resent "file modified" flag when editing several files. MFC after: 1 week Notes: svn path=/head/; revision=77652
* Fix wrong (char) cast (instead of unsigned char) causing highlighting of allAndrey A. Chernov2001-04-271-2/+2
| | | | | | | 8bit characters due to famous sign extension bug. Notes: svn path=/head/; revision=76087
* Add Russian message catalogAndrey A. Chernov2001-04-192-1/+188
| | | | | | | | PR: 26663 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su> Notes: svn path=/head/; revision=75696
* Update message #56. Maxim didn't merge the English version here sinceJoerg Wunsch2001-03-282-2/+2
| | | | | | | | | partially merging the line would have exceeded 80 characters. Reminded by: sobomax Notes: svn path=/head/; revision=74961
* There was only a single message to be translated into German here.Joerg Wunsch2001-03-282-2/+2
| | | | Notes: svn path=/head/; revision=74958
* Add Ukrainian translation.Maxim Sobolev2001-03-282-1/+187
| | | | | | | Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua> Notes: svn path=/head/; revision=74947
* Describe details of importing.Maxim Sobolev2001-03-271-0/+28
| | | | Notes: svn path=/head/; revision=74865
* Update FreeBSD translations to match 1.4.1 (actually just copied EnslishMaxim Sobolev2001-03-276-12/+30
| | | | | | | messages as I don't know de, pl and fr). Notes: svn path=/head/; revision=74858
* Resolve conflicts.Maxim Sobolev2001-03-276-158/+518
| | | | Notes: svn path=/head/; revision=74857
* This commit was generated by cvs2svn to compensate for changes in r74853,Maxim Sobolev2001-03-272-21/+38
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=74854
| * Virgin import of Hugh F. Mahon's EasyEditor 1.4.1.Maxim Sobolev2001-03-277-160/+714
| | | | | | | | Notes: svn path=/cvs2svn/branches/HUGH_F_MAHON/; revision=74853
* | mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | | | | | Notes: svn path=/head/; revision=71895
* | Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
| | | | | | | | Notes: svn path=/head/; revision=70197
* | Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
| | | | | | | | | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* | mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+5
| | | | | | | | Notes: svn path=/head/; revision=68963
* | Remove unneded -lmytinfoAndrey A. Chernov2000-09-161-2/+2
| | | | | | | | Notes: svn path=/head/; revision=65909
* | Fix a bug introduced by my own previous commit (addition of the currentMaxim Sobolev2000-08-211-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | line/column display). I overlooked that ee(1) doesn't maintain proper line numbering when adding/removing lines, so after those operations linenumber displayed may not match the reality. Also use proper variable for current column diaplay, because the one used previously reflects the offset of current char, which doesn't equial screen position when tabs present. Reviewed by: bp Notes: svn path=/head/; revision=64887
* | Add current position (line, column) display.Maxim Sobolev2000-07-311-6/+25
| | | | | | | | Notes: svn path=/head/; revision=64062
* | Don't call printf with no format string.Kris Kennaway2000-07-101-1/+1
| | | | | | | | Notes: svn path=/head/; revision=62871
* | Add links to "edit" to ease tech support's job.David E. O'Brien2000-06-061-2/+4
| | | | | | | | Notes: svn path=/head/; revision=61348
* | For emacs key binding clearly describe ^t/^u as "begin of file"/"end of file"Andrey A. Chernov1999-10-183-9/+9
| | | | | | | | | | | | | | | | Old description "start of text"/"end of text" is too confusing assuming text currently visible on the screen Notes: svn path=/head/; revision=52384
* | Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
| | | | | | | | | | | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp Notes: svn path=/head/; revision=51457
* | Redefine KEY_HOME as BOL like in pico, joe and lot of others and line editionAndrey A. Chernov1999-09-121-2/+4
| | | | | | | | | | | | | | Add KEY_END as EOL Notes: svn path=/head/; revision=51199
* | $Revision$ -> $FreeBSD$Peter Wemm1999-09-061-1/+1
| | | | | | | | Notes: svn path=/head/; revision=50997
* | Zap $Revision$Peter Wemm1999-09-061-1/+1
| | | | | | | | Notes: svn path=/head/; revision=50996