v1.0.7.10 - Update configuration files for joe editor to support newer versions of joe, add "areafix" and "filefix" as recognized service names, update Makefiles to install binaries as read & execute only, add DESTDIR support to Makefiles.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
-columns nnn Set no. screen columns
|
||||
|
||||
--help Start with help on
|
||||
-helpon Start with help on
|
||||
|
||||
-skiptop 4 Don't use top nnn lines of the screen
|
||||
|
||||
@@ -290,7 +290,7 @@
|
||||
Macros may cross lines if they end with ,
|
||||
|
||||
:windows Bindings common to all windows
|
||||
type ^@ TO <EFBFBD> Type a character
|
||||
type U+0 TO U+10FFFF
|
||||
abort ^K q Abort window
|
||||
abort ^K Q
|
||||
abort ^K ^Q
|
||||
@@ -582,7 +582,36 @@ uparwmenu ^[ O A
|
||||
:inherit windows
|
||||
|
||||
:querya Single-key query window for quoting
|
||||
type ^@ TO <EFBFBD>
|
||||
type U+0 TO U+10FFFF
|
||||
|
||||
:querysr Search & replace query window
|
||||
type ^@ TO <EFBFBD>
|
||||
type U+0 TO U+10FFFF
|
||||
|
||||
:shell Input to shell windows
|
||||
:inherit main
|
||||
"" ^C Abort
|
||||
"" ^D Eof
|
||||
" " ^I Tab
|
||||
"" ^H Backspace
|
||||
"
|
||||
" ^M Return
|
||||
"" ^? Backspace
|
||||
|
||||
:vtshell Input to ANSI shell windows
|
||||
:inherit main
|
||||
"[A" [ A
|
||||
"[A" .ku
|
||||
"[B" [ B
|
||||
"[B" .kd
|
||||
"[C" [ C
|
||||
"[C" .kr
|
||||
"[D" [ D
|
||||
"[D" .kl
|
||||
"" ^A BOL for bash
|
||||
"" ^C Abort
|
||||
"" ^D Eof
|
||||
"" ^E EOL for bash
|
||||
" " ^I Tab
|
||||
"" ^H Backspace
|
||||
"
|
||||
" ^M Return
|
||||
|
Reference in New Issue
Block a user