summaryrefslogtreecommitdiffstats
path: root/usr.bin/ee
Commit message (Collapse)AuthorAgeFilesLines
* Exit gracefully when a SIGHUP is received. This prevents ee from going intomp2001-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
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+5
|
* Properly handle wgetch(3) returning ERR. This prevents an abnormal exitmp2001-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
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-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>
* Remove whitespace at EOL.dd2001-07-151-160/+160
|
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
| | | | Idea from: Theo de Raadt <deraadt@openbsd.org>
* ISO_ -> ISOache2001-06-116-748/+9
|
* Install additional en_US linksache2001-06-101-1/+3
|
* Add Latin15 entriesache2001-06-101-0/+6
|
* - Optimise current cursor position displaying routines, to avoid unnecessarysobomax2001-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
* Fix wrong (char) cast (instead of unsigned char) causing highlighting of allache2001-04-271-2/+2
| | | | 8bit characters due to famous sign extension bug.
* Add Russian message catalogache2001-04-192-1/+188
| | | | | PR: 26663 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* Update message #56. Maxim didn't merge the English version here sincejoerg2001-03-282-2/+2
| | | | | | partially merging the line would have exceeded 80 characters. Reminded by: sobomax
* There was only a single message to be translated into German here.joerg2001-03-282-2/+2
|
* Add Ukrainian translation.sobomax2001-03-282-1/+187
| | | | Submitted by: Olexander Kunytsa <kunia@wolf.istc.kiev.ua>
* Describe details of importing.sobomax2001-03-271-0/+28
|
* Update FreeBSD translations to match 1.4.1 (actually just copied Enslishsobomax2001-03-276-12/+30
| | | | messages as I don't know de, pl and fr).
* Resolve conflicts.sobomax2001-03-276-158/+518
|
* This commit was generated by cvs2svn to compensate for changes in r74853,sobomax2001-03-272-21/+38
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of Hugh F. Mahon's EasyEditor 1.4.1.sobomax2001-03-277-170/+554
| |
* | mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
| |
* | Prepare for mdoc(7)NG.ru2000-12-191-0/+1
| |
* | Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | | | | | Use _PATH_* where where possible.
* | mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-5/+5
| |
* | Remove unneded -lmytinfoache2000-09-161-2/+2
| |
* | Fix a bug introduced by my own previous commit (addition of the currentsobomax2000-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
* | Add current position (line, column) display.sobomax2000-07-311-6/+25
| |
* | Don't call printf with no format string.kris2000-07-101-1/+1
| |
* | Add links to "edit" to ease tech support's job.obrien2000-06-061-2/+4
| |
* | For emacs key binding clearly describe ^t/^u as "begin of file"/"end of file"ache1999-10-183-9/+9
| | | | | | | | | | Old description "start of text"/"end of text" is too confusing assuming text currently visible on the screen
* | Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
| | | | | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* | Redefine KEY_HOME as BOL like in pico, joe and lot of others and line editionache1999-09-121-2/+4
| | | | | | | | Add KEY_END as EOL
* | $Revision$ -> $FreeBSD$peter1999-09-061-1/+1
| |
* | Zap $Revision$peter1999-09-061-1/+1
| |
* | $Header$ -> $FreeBSD$peter1999-08-283-4/+4
| |
* | $Id$ -> $FreeBSD$peter1999-08-288-9/+9
| |
* | Typo.jmz1999-01-152-4/+4
| |
* | Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-062-5/+6
| |
* | Use `lpr' vs. `lp' to printobrien1998-10-011-8/+8
| | | | | | | | Add "ESC-Enter: exit" message to the emacs binding info window.
* | Use NL_CAT_LOCALE to activate LC_MESSAGESache1998-04-301-3/+3
| |
* | Convert to mdoc format. Header -> Id.charnier1998-02-021-357/+395
| |
* | Change message 103, trailing \n is not needed when using errx(3).charnier1998-01-124-8/+8
| |
* | Use Id instead of Header. Change message 103, trailing \n is not neededcharnier1998-01-124-8/+8
| | | | | | | | when using errx(3).
* | Use Id instead of Header. Sort #includes. Use err(3) and change exit(-1).charnier1998-01-121-23/+19
| |
* | Translated too much of it.wosch1997-09-272-54/+54
| | | | | | | | Submitted by: Andrzej Bialecki <abial@korin.warman.org.pl>
* | Polish message catalogs for ee.wosch1997-09-223-1/+369
| | | | | | | | | | | | | | | | Still buggy. Help messages and command names are not in sync, eg. 'quit' <-> 'KONIEC'. Submitted by: abial@warman.org.pl PR: 4522
* | Fix a typo that caused an incorrect path to be displayed.steve1997-08-131-2/+2
| | | | | | | | PR: docs/4258
* | A not initialized variable forced malloc to abort if the userwosch1997-07-181-2/+3
| | | | | | | | | | | | press ^Z (undelete line). Detected by: /etc/malloc.conf -> AJ
* | kill the undeadpeter1997-07-131-179/+0
| |
* | Add forgotten newline.wosch1997-07-012-4/+4
| | | | | | | | Submitted by: Solaris gencat
OpenPOWER on IntegriCloud