README: improve libasciidoc compatibility

This commit is contained in:
Přemysl Eric Janouch 2020-09-02 19:59:21 +02:00
parent 7f69655c54
commit a04dfc59fe
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 5 additions and 2 deletions

View File

@ -52,8 +52,9 @@ Not supported:
be used to implement this feature if needed be used to implement this feature if needed
- limits of almost any kind, just connections and mode `+l` - limits of almost any kind, just connections and mode `+l`
This program has been https://git.janouch.name/p/haven/src/branch/master/hid[ This program has been
ported to Go], and development continues over there. https://git.janouch.name/p/haven/src/branch/master/hid[ported to Go],
and development continues over there.
ZyklonB ZyklonB
------- -------
@ -132,6 +133,7 @@ Custom Key Bindings in degesch
------------------------------ ------------------------------
The default and preferred frontend used in 'degesch' is GNU Readline. This The default and preferred frontend used in 'degesch' is GNU Readline. This
means that you can change your bindings by editing '~/.inputrc'. For example: means that you can change your bindings by editing '~/.inputrc'. For example:
.... ....
# Preload with system-wide settings # Preload with system-wide settings
$include /etc/inputrc $include /etc/inputrc
@ -142,6 +144,7 @@ $if degesch
"\e\e[D": move-buffer-left "\e\e[D": move-buffer-left
$endif $endif
.... ....
Consult the source code and the GNU Readline manual for a list of available Consult the source code and the GNU Readline manual for a list of available
functions. Also refer to the latter for the exact syntax of this file. functions. Also refer to the latter for the exact syntax of this file.
Beware that you can easily break the program if you're not careful. Beware that you can easily break the program if you're not careful.