Re: [dev] [st] Implementing non-latin support...

2013-06-14 Thread Christoph Lohmann
Greetings. On Sat, 15 Jun 2013 07:51:31 +0200 "Eon S. Jeon" wrote: > On Sat, Jun 15, 2013 at 01:44:19AM +0200, Christoph Lohmann wrote: > > > > The characters are displayed correctly but the cursor handling is still > > mangled. > > > Would you explain how you tested? I've done only few tests:

Re: [dev] [st] Implementing non-latin support...

2013-06-14 Thread Eon S. Jeon
On Sat, Jun 15, 2013 at 01:44:19AM +0200, Christoph Lohmann wrote: > > The characters are displayed correctly but the cursor handling is still > mangled. > Thanks for your interest. Would you explain how you tested? I've done only few tests: echo & vim. The cursor handling should be incomplete

Re: [dev] [sbase] 64-bit type for split

2013-06-14 Thread Galos, David
> Or are you limiting this to pure ansi instead of posix? I'm just trying to conform with the rest of sbase. The CFLAGS include `-ansi -pedantic -Wall` and I don't want my code to compile with warnings. > How exactly do you think you are going to be able to work with / create > files larger than w

Re: [dev] [st] Implementing non-latin support...

2013-06-14 Thread Eon S. Jeon
On Fri, Jun 14, 2013 at 09:58:10PM -0400, random...@fastmail.us wrote: > > > On Fri, Jun 14, 2013, at 17:24, esj...@lavabit.com wrote: > > I'm currently working on non-latin character support. I uploaded my > > progress to github. > > > > Github URL: https://github.com/esjeon/st/tree/stable-nonl

Re: [dev] [st] Implementing non-latin support...

2013-06-14 Thread random832
On Fri, Jun 14, 2013, at 17:24, esj...@lavabit.com wrote: > I'm currently working on non-latin character support. I uploaded my > progress to github. > > Github URL: https://github.com/esjeon/st/tree/stable-nonlatin > (branch 'stable-nonlatin', meaning it's based on stable(?) release 0.4.1) > ..

Re: [dev] [st] Implementing non-latin support...

2013-06-14 Thread Christoph Lohmann
Greetings. On Sat, 15 Jun 2013 01:44:19 +0200 esj...@lavabit.com wrote: > I'm currently working on non-latin character support. I uploaded my > progress to github. > > Github URL: https://github.com/esjeon/st/tree/stable-nonlatin > (branch 'stable-nonlatin', meaning it's based on stable(?) releas

[dev] [st] Implementing non-latin support...

2013-06-14 Thread esjeon
I'm currently working on non-latin character support. I uploaded my progress to github. Github URL: https://github.com/esjeon/st/tree/stable-nonlatin (branch 'stable-nonlatin', meaning it's based on stable(?) release 0.4.1) ... and here's my test string: 한글 漢字 ひらがな Everything looks just okay. Bas

Re: [dev] [sbase] 64-bit type for split

2013-06-14 Thread random832
On Tue, Jun 11, 2013, at 13:35, Galos, David wrote: > In my implementation of split, the ability to split files into rather > large chunks is important. However, c89 does not provide a 64-bit int > type by default. Although I could manually emulate 64-bit counting, a > uvlong would be far cleaner.

Re: [dev][sbase][PATCH v3] Various fixes, add renice command.

2013-06-14 Thread Christoph Lohmann
Greetings. On Fri, 14 Jun 2013 19:01:33 +0200 Lorenzo Cogotti wrote: > This commit adds the renice command and its man page, > it also introduces some fixes: > * Makes nice command more solid, it also makes it respect POSIX return values. > * Fixes estrtol, which produced a misleading error on ou

Re: [dev] [sbase] [patch] add who, chroot, env and split

2013-06-14 Thread Christoph Lohmann
Greetings. On Fri, 14 Jun 2013 18:56:36 +0200 "Galos, David" wrote: > Hopefully the spacing in these is up to snuff. Let me know about any issues. It looks good. The patch has been applied. Thanks! > The who command here is extremely basic, no flags, just prints user, > ctty, and time. On the