84d9c625bf
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org) get getservbyport() out of the inner loop Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
36 lines
1,006 B
Text
36 lines
1,006 B
Text
@(#)openmode 8.1 (Berkeley) 10/29/94
|
|
|
|
Open mode has the following special behaviors:
|
|
|
|
z, ^F, ^B:
|
|
If count is not specified, it shall default to the window
|
|
edit option - 2.
|
|
|
|
Write lines from the edit buffer starting at:
|
|
|
|
(the current line) - ((count - 2) / 2)
|
|
|
|
until:
|
|
|
|
(((count + 1) / 2) * 2) - 1
|
|
|
|
lines, or the last line in the edit buffer has been written. A
|
|
line consisting of the smaller of the number of columns in the
|
|
display divided by two or 40 ``-'' characters shall be written
|
|
immediately before and after the specified is written. These two
|
|
lines shall count against the total number of lines to be written.
|
|
A blank line shall be written after the last line is written.
|
|
|
|
z, ^F and ^B all behave identically.
|
|
|
|
^D: Display the next scroll value lines, change the current line.
|
|
|
|
^U: Change the current line, do nothing else.
|
|
|
|
^E, ^Y: Do nothing.
|
|
|
|
^L: Clear the screen and redisplay the current line.
|
|
|
|
H, L, M:
|
|
Move to the first nonblank of the current line and do nothing
|
|
else.
|