README (1426B)
1 WTF? 2 ==== 3 4 hysteria is a front-end for ii[0]. Edit hysteria-highlight.c 5 and config according to your needs. Then run make and make 6 install. There's also a screenshot[1] available. 7 8 9 KNOWN ISSUES AND WORKAROUNDS 10 ============================ 11 12 Tmux input bar resize 13 --------------------- 14 On window resize the input bar will resize proportionally and will 15 become larger than 2 lines. As a workaround add a keybind to tmux: 16 17 bind p resize-pane -y 2 18 19 then press ctrl-b p to reset the pane. 20 21 Another alternative is to use the sob input bar (see below), which allows to 22 bind and execute a custom command on SIGWINCH (resize). 23 24 Parted channels keep popping back up 25 ------------------------------------ 26 27 Consider using the ii fork by Hiltjo from 28 http://git.codemadness.nl/ii/log/?h=merge. 29 30 Sob - input/output bar 31 ---------------------- 32 33 If you want more functionality than the default input with cat you can 34 uncomment the "$inputcmd" line in the config file and install sob. It has: 35 36 - Line yank (using xsel or xclip). 37 - Nickname-complete. 38 - History-complete. 39 - Familiar and customizable keybinds (in config.h). 40 - Custom command-prompt (with color support). 41 - Easy to write custom completion scripts or special actions like execute a 42 command on SIGWINCH (resize). 43 44 You can get it at http://git.suckless.org/sob/ or 45 http://git.codemadness.nl/sob/. 46 47 [0] http://tools.suckless.org/ii/ 48 [1] http://u.2f30.org/sin/screenies/hysteria.png