readme syntax fix

This commit is contained in:
anon 2023-09-06 11:48:51 +02:00
parent d77779a90e
commit 521319a575

View File

@ -90,9 +90,11 @@ Hint:
The readline integratoin should be complete -please let us know if not-, except for your prompt being used, which could easily break the TUIs display. The readline integratoin should be complete -please let us know if not-, except for your prompt being used, which could easily break the TUIs display.
The rl_readline_name variable will be set to "Csope", so you may have conditional configurations in your .inputrc with the following format: The rl_readline_name variable will be set to "Csope", so you may have conditional configurations in your .inputrc with the following format:
$if Csope $if Csope
# <whatever> # <whatever>
$endif $endif
## Colors ## Colors
All can be configured sucklessly under "config/colors.h". Hopefully the comments are self evident. All can be configured sucklessly under "config/colors.h". Hopefully the comments are self evident.