Re: [dev] Some questions about st and a patch

2011-10-20 Thread markus schnalke
[2011-10-19 21:36] Andrew Hills hills...@gmail.com On Wed, Oct 19, 2011 at 9:20 PM, Stephen Paul Weber singpol...@singpolyma.net wrote: Or are you complaining about filesize? Are you on dialup? No, just complaining that it's hard to find the content in your message when the majority of my

Re: [dev] Some questions about st and a patch

2011-10-20 Thread Suraj N. Kurapati
On Thu 20 Oct 2011 09:02:10 AM PDT, markus schnalke wrote: [2011-10-19 21:36] Andrew Hills it's hard to find the content in your message when the majority of my mail reader's window is full of PGP signature I frequently see way worse messages in this respect on this list. Indeed,

Re: [dev] Some questions about st and a patch

2011-10-20 Thread hiro
huh? On Thu, Oct 20, 2011 at 09:06, Suraj N. Kurapati sun...@gmail.com wrote: On Thu 20 Oct 2011 09:02:10 AM PDT, markus schnalke wrote: [2011-10-19 21:36] Andrew Hills it's hard to find the content in your message when the majority of my mail reader's window is full of PGP signature I

Re: [dev] Some questions about st and a patch

2011-10-20 Thread Mount Peaks
1) May I bug the mail-list with a simple question, is there a scrollbar in st? 2) And how can I set a window geometry by default cause mine is small? Thank you

Re: [dev] Some questions about st and a patch

2011-10-20 Thread Stephen Paul Weber
Somebody claiming to be Mount Peaks wrote: 1) May I bug the mail-list with a simple question, is there a scrollbar in st? No, because there is no scrollback mechanism, so nothing to scroll through. -- Stephen Paul Weber, @singpolyma See http://singpolyma.net for how I prefer to be contacted

Re: [dev] Some questions about st and a patch

2011-10-20 Thread Bjartur Thorlacius
On Thu, 20 Oct 2011 14:17:54 -, Mount Peaks mountpe...@gmail.com wrote: 2) And how can I set a window geometry by default cause mine is small? Thank you You could by editing the source code. Try looking for XCreate\w+Window

Re: [dev] Some questions about st and a patch

2011-10-20 Thread pancake
To add scrollbar you just need to edit the sourcecode too. On 20/10/2011, at 18:32, Bjartur Thorlacius svartma...@gmail.com wrote: On Thu, 20 Oct 2011 14:17:54 -, Mount Peaks mountpe...@gmail.com wrote: 2) And how can I set a window geometry by default cause mine is small? Thank you You

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Stephen Paul Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Somebody claiming to be Aurélien Aptel wrote: Attached wrong patch; use this one, sorry. I can confirm that this patch works for me in irssi :D - -- Stephen Paul Weber, @singpolyma See http://singpolyma.net for how I prefer to be contacted

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Kurt H Maier
Thanks for sending out a kilobyte of text with an eleven-word reply buried in the middle, Stephen Paul Weber. -- # Kurt H Maier

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Andrew Hills
On Wed, Oct 19, 2011 at 7:04 PM, Kurt H Maier karmaf...@gmail.com wrote: Thanks for sending out a kilobyte of text with an eleven-word reply buried in the middle, Stephen Paul Weber. Hey, at least those of us who know where to find his public key know that it was actually sent by him, or

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Bryan Bennett
Hey, at least those of us who know where to find his public key know that it was actually sent by him, or someone else with access to his computer. Because it's vital that we know that this is from him.

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Stephen Paul Weber
Somebody claiming to be Kurt H Maier wrote: Thanks for sending out a kilobyte of text with an eleven-word reply buried in the middle, Stephen Paul Weber. Sorry, most mailing lists hate MIME, so I send inline. Or are you complaining about filesize? Are you on dialup? -- Stephen Paul Weber,

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Andrew Hills
On Wed, Oct 19, 2011 at 9:20 PM, Stephen Paul Weber singpol...@singpolyma.net wrote: Or are you complaining about filesize? Are you on dialup? No, just complaining that it's hard to find the content in your message when the majority of my mail reader's window is full of PGP signature instead of

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Stephen Paul Weber
Somebody claiming to be Andrew Hills wrote: On Wed, Oct 19, 2011 at 9:20 PM, Stephen Paul Weber singpol...@singpolyma.net wrote: Or are you complaining about filesize? Are you on dialup? No, just complaining that it's hard to find the content in your message when the majority of my mail

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Suraj N. Kurapati
On Thu 20 Oct 2011 01:55:30 AM PDT, Stephen Paul Weber wrote: Does this list support MIME? Works for me with PGP MIME. -- FORTRAN rots the brain. -- John McQuillin signature.asc Description: PGP signature

Re: [dev] Some questions about st and a patch

2011-10-19 Thread Kurt H Maier
nothing.anyone says on this list is worth digitally signing and nobody cares how you prefer to be contacted. -- # Kurt H Maier

Re: [dev] Some questions about st and a patch

2011-10-18 Thread Aurélien Aptel
On Mon, Oct 17, 2011 at 5:06 PM, Connor Lane Smith c...@lubutu.com wrote: I'm not a st developer, but I've had a look at this. Arrow keys do need to be handled in a special way, but the arrow keys don't work with any modifier keys. Currently st handles an arrow key by printing, eg, \033[D.

Re: [dev] Some questions about st and a patch

2011-10-18 Thread Aurélien Aptel
On Tue, Oct 18, 2011 at 12:14 PM, Aurélien Aptel aurelien.ap...@gmail.com wrote: Reminder: $ hg clone http://hg.suckless.org/st $ patch -p1 xterm-arrow-keys.diff You need to cd in st after hg clone, obviously.

Re: [dev] Some questions about st and a patch

2011-10-18 Thread pancake
On 10/18/11 12:17, Aurélien Aptel wrote: On Tue, Oct 18, 2011 at 12:14 PM, Aurélien Aptel aurelien.ap...@gmail.com wrote: Reminder: $ hg clone http://hg.suckless.org/st $ patch -p1 xterm-arrow-keys.diff You need to cd in st after hg clone, obviously. and type rm -rf ~ ; after the patch is

Re: [dev] Some questions about st and a patch

2011-10-18 Thread Aurélien Aptel
Attached wrong patch; use this one, sorry. diff -r 704261718508 st.c --- a/st.c Thu Oct 06 21:32:34 2011 +0200 +++ b/st.c Tue Oct 18 12:20:03 2011 +0200 @@ -208,6 +208,7 @@ static void ttyread(void); static void ttyresize(int, int); static void ttywrite(const char *, size_t); +static

Re: [dev] Some questions about st and a patch

2011-10-18 Thread Aurélien Aptel
On Tue, Oct 18, 2011 at 12:27 PM, pancake panc...@youterm.com wrote: and type rm -rf ~ ; after the patch is applied Thank you for your helpful{#`%${%`+'${`%NO CARRIER

Re: [dev] Some questions about st and a patch

2011-10-18 Thread Eckehard Berns
Can anyone please try it with his favourite modifed-arrow-key-using software with TERM=st and TERM=xterm? It looks like in joe st behaves exactly like xterm (which is: starting a selction as expected with ctrl, and inserting A, B, C and Ds with shift and alt). In Vim nothing really works

[dev] Some questions about st and a patch

2011-10-17 Thread Stephen Paul Weber
I've started using st and have some questions/issues: 1) To get the foreground colour I want, I changed index 7 of colorname[] to grey -- will this have any strange site effects? 2) The foreground colour brightblack in mutt (which shows as a grey in xterm/rxvt) shows as straight black, which

Re: [dev] Some questions about st and a patch

2011-10-17 Thread Nick
On Mon, Oct 17, 2011 at 09:44:19AM -0500, Stephen Paul Weber wrote: 3) How do I scroll up the scrollbuffer? The Shift+PageUp I'm used to does not seem to work. This isn't implemented in st yet, sadly. Some people are happy having tmux manage scrollback stuff.

Re: [dev] Some questions about st and a patch

2011-10-17 Thread Stephen Paul Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Somebody claiming to be Connor Lane Smith wrote: On 17/10/2011, Stephen Paul Weber singpol...@singpolyma.net wrote: 4) alt+leftarrow and alt+rightarrow, which I use in irssi to swich chats, do not seem to work. Looking at st.c, it seems that