[dev] noice and NetBSD curses

2018-07-31 Thread Cág
Hey, The thread is here[0], and I guess this is more of curses problem, but since I first noticed it with noice, here it is. The question: what do rover and noice do differently, that the former displays Unicode filenames right, and the latter only under the LC_ALL=C local. P.S. 2f30 guise pleas

Re: [dev] [ii] message splitting

2018-07-31 Thread Aaron Burrow
On Tue, Jul 31, 2018, at 8:47 AM, Hiltjo Posthuma wrote: > On Tue, Jul 31, 2018 at 04:24:53AM -0700, Aaron Burrow wrote: > > This ii behavior is surprising. > > > > user$ ruby -e "puts 'A'*512+'B'*20" > server/channel/in > > > > user$ tail -f server/channel/out > > 1533032971 -!- nick(~nick@1

Re: [dev] [ii] message splitting

2018-07-31 Thread Hiltjo Posthuma
On Tue, Jul 31, 2018 at 04:24:53AM -0700, Aaron Burrow wrote: > This ii behavior is surprising. > > user$ ruby -e "puts 'A'*512+'B'*20" > server/channel/in > > user$ tail -f server/channel/out > 1533032971 -!- nick(~nick@1.2.3.4) has joined #channel > 1533033745 > A

Re: [dev] [st] Hardcoded colors. Can I change them runtime?

2018-07-31 Thread Daniel Vartanov
Hey Timur, Configuring suckless programs via code and recompiling it IS the right way of configuring suckless programs. So, in your case you do it via changing config.h and recompiling st. This is how I applied a theme myself. Cheers, Daniel Vartanov On 30 July 2018 at 17:59, opal hart wrote: >

[dev] [ii] message splitting

2018-07-31 Thread Aaron Burrow
This ii behavior is surprising. user$ ruby -e "puts 'A'*512+'B'*20" > server/channel/in user$ tail -f server/channel/out 1533032971 -!- nick(~nick@1.2.3.4) has joined #channel 1533033745 AAA