Heyho
On Thu, Mar 20, 2014 at 5:39 PM, Damian Okrasa wrote:
> Hey,
>
> this patch replaces current utf decoder with a new one, which is ~50
> lines shorter and should be easier to understand. Parsing 5 and 6
> sequences, if necessary, requires trivial modification of UTF_SIZ
> constant and utfbyt
On Fri, Mar 21, 2014 at 10:39 AM, Silvan Jegen wrote:
> "Benchmarking" the decoder with
>
> time for i in `seq 1`; do cat UTF-8-test.txt; done;
Turns out that was a stupid idea since this approach probably just
measures the time cat needs to start x1.
If I create a file containing the co
Roberto E. Vargas Caballero schrieb am 18.03.2014 12:30:
> You should read terminfo(5)
>
> > > I have no idea what the differences between home and khome are or why
> two
> > > versions for home exist. Anyway, here are my results:
>
> home is the definition for the home sequence, is the sequence
I'm not completely sure if it's in interest of this mailing list, but
underlying philosophy isn't far away from that of suckless community.
Hope I don't upset anyone too much by posting this, on the other hand
maybe someone will find it useful.
I won't describe in detail what Oberon is, since info
On Fri, 21 Mar 2014 12:51:26 +0100
Paul Onyschuk wrote:
> I'm not completely sure if it's in interest of this mailing list, but
> underlying philosophy isn't far away from that of suckless community.
> Hope I don't upset anyone too much by posting this, on the other hand
> maybe someone will find
On Fri, 21 Mar 2014 11:09:21 +0100
Silvan Jegen wrote:
> I ran the command only around 5 times so if the suckless community
> thinks performance is critical in this case we would need to do some
> proper benchmarking.
Well, I do prefer slower, but more readable and thus maintainable code
over fa
Given dvtm's recent improvement to the "I just want scrollback,
don't draw your fancy stuff" scenario I decided to install it for
that.
If I want to scrollback 2 pages, the only way I can see to do that
is Ctrl-g pgup, Ctrl-g pgup. Which is quite a few keypresses. Is
there a way to press a pre
Quoth Nick:
> If I want to scrollback 2 pages, the only way I can see to do that
> is Ctrl-g pgup, Ctrl-g pgup. Which is quite a few keypresses. Is
> there a way to press a prefix modkey, and have all presses of pgup
> and pgdown be taken as scrollback presses until something else is
> pressed?
On Fri, Mar 21, 2014 at 9:52 AM, Nick wrote:
> Or should I be going about this in a different way?
Try shift+PageUp/PageDn. This works for me in 0.11.
On Fri, 21 Mar 2014 13:18:45 +0100
FRIGN wrote:
> I honeslty never heard of Project Oberon and I now read into the topic
> a bit more to find out. What bugs me is the fact Oberon is an object
> oriented programming language.
> This concept has already been discussed a lot on this ML and even
> th
> Now, the problem on openbsd is that there is no entry for {r,s}mkx once it
> gets installed with tic (checked with 'infocmp st'). I have no idea why, and
> will ask on their mailing list.
Yeah, I had the same problem some time ago. Basically, OpenBSD
curses does not use tic database anymore.
Quoth Bryan Bennett:
> On Fri, Mar 21, 2014 at 9:52 AM, Nick wrote:
> > Or should I be going about this in a different way?
> Try shift+PageUp/PageDn. This works for me in 0.11.
Aaah, thanks, that's much better!
I had to remap the xzoom keys from st, because my keyboard doesn't
have real pgup/p
utflen 181
utfencode35837
utfdecode 405641
Sorry for previous mail, but i had focus on send, and wanted to insert
new line...
It is number of function calls, on cat dwm
cat UTF-8-demo yields:
utflen 113
utfencode 8152
utfdecode 198346
So I think only utfdecode need to be optimised if necessary.
2014-03-21 19:00 GMT+01:00, Damian Okrasa
As far as I can tell dmenu doesn't work with unicode input.
To see an example, check this out:
perl -E'binmode(STDOUT, ":encoding(UTF-8)"); say "\N{HEAVY BLACK HEART}"'
vs
perl -E'binmode(STDOUT, ":encoding(UTF-8)"); say "\N{HEAVY BLACK HEART}"' |
dmenu
Anyone have tips on making this
>> However, and that's where I see the big problem, this system doesn't
comply with the set of common POSIX-standards and thus would require
huge changes or even complete rewrites of basic software we use every
day.
What do you think of minix 3?
http://wiki.minix3.org/en/DevelopersGuide/PosixAndMi
fREW Schmidt said:
> As far as I can tell dmenu doesn't work with unicode input.
>
> To see an example, check this out:
>
> perl -E'binmode(STDOUT, ":encoding(UTF-8)"); say "\N{HEAVY BLACK HEART}"'
>
> vs
> perl -E'binmode(STDOUT, ":encoding(UTF-8)"); say "\N{HEAVY BLACK HEART}"'
> | dm
> Just choose proper font, eg.:
>
> perl -E'binmode(STDOUT, ":encoding(UTF-8)"); say "\N{HEAVY BLACK HEART}"'
> | dmenu -fn "-*-dejavu sans mono-medium-r-normal-*-*-*-*-*-*-*-iso10646-1"
>
Shoot; I don't have that font. Is there a handy way to find out which
fonts I have that work for this
fREW Schmidt said:
> > Just choose proper font, eg.:
> >
> > perl -E'binmode(STDOUT, ":encoding(UTF-8)"); say "\N{HEAVY BLACK
> > HEART}"' | dmenu -fn "-*-dejavu sans
> > mono-medium-r-normal-*-*-*-*-*-*-*-iso10646-1"
> >
>
> Shoot; I don't have that font. Is there a handy way to find out
On Sat, Mar 22, 2014 at 03:40:09AM +0100, Dmitrij D. Czarkoff wrote:
> fREW Schmidt said:
> > > Just choose proper font, eg.:
> > >
> > > perl -E'binmode(STDOUT, ":encoding(UTF-8)"); say "\N{HEAVY BLACK
> > > HEART}"' | dmenu -fn "-*-dejavu sans
> > > mono-medium-r-normal-*-*-*-*-*-*-*-iso10
20 matches
Mail list logo