| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Do not ignore all the signals in range [1..24].
PR: 65892
MFC after: 2 weeks
|
| |
|
|
|
|
|
|
|
| |
PR: bin/32433
Prodded by: Zak Johnson <zakj-freebsd-hackers@nox.cx>
Obtained from: easyedit-1.4.6
MFC after: 2 weeks
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Idea from: Theo de Raadt <deraadt@openbsd.org>
|
|
|
|
|
|
|
|
| |
cursor movements;
- minor cleanups in cursor position displaying routines;
- properly resent "file modified" flag when editing several files.
MFC after: 1 week
|
|
|
|
| |
8bit characters due to famous sign extension bug.
|
| |
|
|
|
|
| |
Use _PATH_* where where possible.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
| |
Old description "start of text"/"end of text" is too confusing assuming
text currently visible on the screen
|
|
|
|
| |
Add KEY_END as EOL
|
| |
|
| |
|
| |
|
|
|
|
| |
Add "ESC-Enter: exit" message to the emacs binding info window.
|
| |
|
| |
|
|
|
|
|
|
| |
press ^Z (undelete line).
Detected by: /etc/malloc.conf -> AJ
|
|
|
|
|
|
|
|
|
|
| |
in a different location. (Sigh, the initial import gratuitously
changed the directory structure here, rendering the vendor branch a
little useless.)
Note: the French message catalog needs updating. By now, i've simply
appended the English messages. NB: French message # 123 has been
wrong, please correct whoever is going to deal with this.
|
|
|
|
|
|
|
| |
`ee' is ``ESC-Enter''. This supposedly fixes the biggest complaint
about it. ;)
(I hope ``ESC-Enter'' ain't too anglicistic in the French text...)
|
| |
|
| |
|
|
|
|
|
| |
^G instead. Proper interaction with ncurses require turn keypad
off/on there.
|
| |
|
|
the installation floppy (and in any references in new user docs for
editing files) since tossing a novice into vi with no help or clue as
to what the key bindings are is both cruel and in violation of the
Hague Convention. It's also much SMALLER than vi and even supports emacs
key bindings for those so inclined.
Submitted by: "Hugh F. Mahon" <hugh@nsmdserv.cnd.hp.com>
|