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
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
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
Hi,
I'm having a hard time finding a way to scrollback on st.
Can someone point me in the right direction?
Thanks
>> 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.