[dev] [st] various possible bugs

2010-08-17 Thread Ramana Kumar
I finally got st to build by just copying the st.info file to the (missing) st-256color.info file. First things I noticed: 1. Backspace doesn't work (nor does CTRL-H) 2. Unicode characters don't display properly (the one I noticed is ∀) 3. This one is probably not your problem, but man and vim both

Re: [dev] [sic] port argument necessary?

2010-08-17 Thread Ramana Kumar
Thanks Josh! Does anyone know whether ircd is "supposed" to be set up properly on Linux? I can tell you that it doesn't get done on Arch, at least. On Wed, Aug 18, 2010 at 7:32 AM, Josh Rickmar wrote: > On Wed, Aug 18, 2010 at 07:18:48AM +1000, Ramana Kumar wrote: >>

[dev] [sic] port argument necessary?

2010-08-17 Thread Ramana Kumar
Why must an argument be provided with its default value? ram...@archbox ~ % sic error: cannot resolve hostname 'irc.oftc.net': Success ram...@archbox ~ % sic -p 6667 solenoid.oftc.net: 08/18/10 07:17 >< NOTICE (AUTH): *** Looking up your hostname... solenoid.oftc.net: 08/18/10 07:17 >< NOTICE (AUT

Re: [dev] [st] 256color info file?

2010-08-16 Thread Ramana Kumar
I just tried touching a st-256color.info, but it seems that my tic goes into an infinite loop trying to process an empty file. On Tue, Aug 17, 2010 at 10:24 AM, Nikhilesh S wrote: > On Tue, 17 Aug 2010, Ramana Kumar wrote: > >> Is there a file st-256color.info missing from the st rep

[dev] [st] 256color info file?

2010-08-16 Thread Ramana Kumar
Is there a file st-256color.info missing from the st repo? I just downloaded hg version 85 and tried to make it, and it failed with "tic: Can't open st-256color.info".