Re: [dev] surf(git) and sound

2015-11-25 Thread shua lloret
I had to install some gstreamer plugins to get media files to play in surf. Whatever the packages are called on your distro, try installing them and seeing if it changes. -Joshua Lloret On Wed, Nov 25, 2015 at 5:33 PM, hiro <23h...@gmail.com> wrote: > did you check in config.mk if there's a compi

Re: [dev] [sandy] [st] Title incorrectly shown if TERM=st

2015-10-15 Thread shua lloret
Seems like the output wasn't flushing correctly. Created a patch that manually flushes after setting the title which fixes it for me, though I'm wary that this is just some terminal setting that should be turned on/off. -shuall On Thu, Oct 15, 2015 at 4:08 AM, Roberto E. Vargas Caballero wrote:

Re: [dev] [sandy] [st] Title incorrectly shown if TERM=st

2015-10-08 Thread shua lloret
On Thu, Oct 8, 2015 at 3:15 PM, shua lloret wrote: > On Tue, Oct 6, 2015 at 3:56 AM, Roberto E. Vargas Caballero > wrote: >> >> On Sun, Oct 04, 2015 at 01:45:58PM -0400, shua lloret wrote: >>> When I try to run sandy with TERM set as any of st,st-16color,st-256color,

Re: [dev] [sandy] [st] Title incorrectly shown if TERM=st

2015-10-08 Thread shua lloret
On Tue, Oct 6, 2015 at 3:56 AM, Roberto E. Vargas Caballero wrote: > > On Sun, Oct 04, 2015 at 01:45:58PM -0400, shua lloret wrote: >> When I try to run sandy with TERM set as any of st,st-16color,st-256color, >> the title line is not shown, and is instead printed out randomly

[dev] [sandy] [st] Title incorrectly shown if TERM=st

2015-10-04 Thread shua lloret
When I try to run sandy with TERM set as any of st,st-16color,st-256color, the title line is not shown, and is instead printed out randomly to stdout as I try to insert text. This happens when running "TERM=st sandy" in rxvt, and does not happen when running "TERM=xterm sandy" in st. I don't k