[dev] [st] Key shortcuts not respected

2013-06-17 Thread Xavier Cartron
Hello, I just found that shortcuts defined in config.h are not respected. As example : { MODKEY|ShiftMask, XK_Prior, xzoom, {.i = +1} }, It should zoom when pressing Alt+Shift+PgUp. But for zooming, it only requires Alt+PgUp, surprisingly. The result of this behaviour is if I use such

[dev] [sbase] [patch] Implement -t n for expand

2013-06-17 Thread stateless
Hi, Can only handle a single numerical argument. Thanks, stateless 0001-Implement-t-n-for-expand.patch Description: Binary data

[dev] [sbase] [patch] Remove unnecessary exit(1) in usage()

2013-06-17 Thread stateless
Just a cleanup patch. 0001-Remove-unnecessary-exit-1-in-usage.patch Description: Binary data

[dev] [sbase] [patch] Add primitive expand(1)

2013-06-17 Thread stateless
Hi, Implemented expand(1) - no support for -t at the moment. The in/out routines might be useful on their own (paste.c also uses them) - so we can perhaps put them in util/? Thanks, stateless 0001-Add-primitive-expand-1.patch Description: Binary data