diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2016-12-30 01:44:36 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2016-12-30 02:01:21 +0100 |
commit | 742647ef8070cf161bcdedc1e898a98a5f026df7 (patch) | |
tree | 7e2d6ebaba12a680d073f58f6324be5ce49603e2 /README.adoc | |
parent | 5c4be81f25753a23844ff16605cea679b954262a (diff) | |
download | hex-742647ef8070cf161bcdedc1e898a98a5f026df7.tar.gz hex-742647ef8070cf161bcdedc1e898a98a5f026df7.tar.xz hex-742647ef8070cf161bcdedc1e898a98a5f026df7.zip |
Get it halfway working
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/README.adoc b/README.adoc index 0c2a3b7..6f550f1 100644 --- a/README.adoc +++ b/README.adoc @@ -6,7 +6,7 @@ hex Plans ----- In the future, it should be able to automatically interpret fields within files -via a set of Lua scripts. +using a set of Lua scripts. Packages -------- @@ -49,7 +49,7 @@ Create _~/.config/hex/hex.conf_ with contents like the following: .... colors = { - header = "" + footer = "" highlight = "bold" bar = "reverse" bar_active = "ul" @@ -61,11 +61,9 @@ colors = { Terminal caveats ---------------- -This application aspires to be as close to a GUI as possible. It expects you -to use the mouse (though it's not required). Terminals are, however, somewhat -tricky to get consistent results on, so be aware of the following: +Terminals are somewhat tricky to get consistent results on, so be aware of the +following: - - use a UTF-8 locale to get finer resolution progress bars and scrollbars - Xterm needs `XTerm*metaSendsEscape: true` for the default bindings to work - urxvt's 'vtwheel' plugin sabotages scrolling |