mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Release calc version 2.11.0t10
This commit is contained in:
@@ -11,7 +11,7 @@ Command history
|
||||
for future recall.
|
||||
|
||||
Before the return key is typed, the current line can be edited
|
||||
using emacs-like editing commands. As examples, ^A moves to
|
||||
using emacs-like editing commands. As examples, ^A moves to
|
||||
the beginning of the line, ^F moves forwards through the line,
|
||||
backspace removes characters from the line, and ^K kills the
|
||||
rest of the line.
|
||||
@@ -24,7 +24,7 @@ Command history
|
||||
|
||||
Typing <esc>h lists all of the commands in the command history
|
||||
and numbers the lines. The most recently executed line is always
|
||||
number 1, the next most recent number 2, and so on. The numbering
|
||||
number 1, the next most recent number 2, and so on. The numbering
|
||||
for a particular command therefore changes as lines are entered.
|
||||
|
||||
Typing a number at the beginning of a line followed by <esc>g
|
||||
@@ -51,11 +51,11 @@ Command history
|
||||
|
||||
The actual keys used for editing are defined in a bindings file,
|
||||
usually called /usr/local/lib/calc/bindings. Changing the entries
|
||||
in this file will change the key bindings used for editing. If the
|
||||
in this file will change the key bindings used for editing. If the
|
||||
file is not readable, then a message will be output and command
|
||||
line editing is disabled. In this case you can only edit each
|
||||
line as provided by the terminal driver in the operating system.
|
||||
|
||||
A shell command can be executed by typing '!cmd', where cmd
|
||||
is the command to execute. If cmd is not given, then a shell
|
||||
is the command to execute. If cmd is not given, then a shell
|
||||
command level is started.
|
||||
|
Reference in New Issue
Block a user