Re: [dev] Re: [st] terminal capability "cm" required

2012-02-19 Thread Martin Kopta
On 02/17/2012 03:27 PM, Paul Onyschuk wrote: On Fri, 17 Feb 2012 15:10:28 +0100 Martin Kopta wrote: Indeed! # vim --version | grep -c curses 1 # vi --version | grep -c curses 0 So there is that. I messed up with previous message: | vi --version | grep -c curses | 1 Are you using 64-bi

Re: [dev] [st] scrollback function

2012-02-19 Thread Connor Lane Smith
On 20 February 2012 03:10, Nuno Pires wrote: > I'm having a hard time finding a way to scrollback on st. > > Can someone point me in the right direction? st has no scrollback at the moment; I recommend using screen, tmux, or similar. cls

Re: [dev] [st] scrollback function

2012-02-19 Thread Steven Blatchford
googling 'st scrollback' reveals: http://lists.suckless.org/dev/1101/6681.html On 03:10 Mon 20 Feb, Nuno Pires wrote: >Hi, > >I'm having a hard time finding a way to scrollback on st. > >Can someone point me in the right direction? > >Thanks

[dev] [st] scrollback function

2012-02-19 Thread Nuno Pires
Hi, I'm having a hard time finding a way to scrollback on st. Can someone point me in the right direction? Thanks

Re: [dev] [surf] [patch] Close stdout after printing XID

2012-02-19 Thread Abby Cedar
>> Need to close stdout otherwise it can't be used in a script until surf >> finishes. > > Am I missing something?  Why not just use flose(stdout)? Using only fclose would result in Bad file descriptor errors on future attempts to write to stdout. freopen is cleaner.