hysteria

ii wrapper script
git clone git://git.2f30.org/hysteria
Log | Files | Refs | README | LICENSE

commit 25a5c231e41db16fc2d468c55cfbfa775ba6f522
parent 5cb9c60a47004671cade53a463cae5c0433cb676
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Tue, 28 Oct 2014 20:53:29 +0000

README: add sob info

Diffstat:
MREADME | 23+++++++++++++++++++++++
1 file changed, 23 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -5,6 +5,7 @@ Edit config according to your needs. Edit highlight.c with your nick information and compile it with cc -o highlight highlight.c or run mk. Then start ./hysteria. + KNOWN ISSUES AND WORKAROUNDS ============================ @@ -17,8 +18,30 @@ bind p resize-pane -y 2 then press ctrl-b p to reset the pane. +Another alternative is to use the sob input bar (see below), which allows to +bind and execute a custom command on SIGWINCH (resize). + + Parted channels keep popping back up ------------------------------------ Consider using the ii fork by Hiltjo from http://git.codemadness.org/ii/. + + +Sob - input bar +--------------- + +If you want more functionality than the default input with cat you can +uncomment the "$inputcmd" line in the config file and install sob. It has: + +- Line yank (using xsel or xclip). +- Nickname-complete. +- History-complete. +- Familiar and customizable keybinds (in config.h). +- Custom command-prompt (with color support). +- Easy to write custom completion scripts or special actions like execute a + command on SIGWINCH (resize). + +You can get it at http://git.suckless.org/sob/ or +http://git.codemadness.nl/sob/ .