On 26 May 2011 14:14, pancake <panc...@youterm.com> wrote: > i have noticed that the sucky terminal cannot handle shift+control, so my > bindings for > ^[hjkl] ^[HJKL] does not work... So i'll think in other keybindings for it..
This is the problem with curses: it's the common denominator, and as a result is rather awful. I honestly think a true 'suckless editor' has to drop curses in favour of actually being able to interact with keyboard events, instead of just reading a stream of escape sequences. That doesn't really help with sandy, admittedly, but I think it's worth keeping in mind. cls