[dev] [abduco] Read-only connect to session from other user

2014-08-12 Thread Ben Golding
Hi all, I just switched from dtach to abduco, so that I could try to share a session (view-only) with another user. Is that expected to work? I run my session with 'abduco -A ~/${HOSTNAME}.abduco tcsh' Then change the perms 'chmod 755 ~/${HOSTNAME}.abduco tcsh' As the other user, I run 'abduco

Re: [dev] Introducing the imagefile-format

2014-08-12 Thread FRIGN
On Tue, 12 Aug 2014 09:43:42 +0200 Jordi Marine wrote: > Is not the same as implementing a subset of PAM [1] ? PAM is too complex and tries to offer separate modes for grayscale, color and transparent. imagefile always stores in 24 bit RGBA. In case an image is grayscale, the bzip2-compression d

Re: [dev] Introducing the imagefile-format

2014-08-12 Thread Jordi Marine
On Mon, Jul 28, 2014 at 6:55 PM, FRIGN wrote: > > Hello, > > after literally dozens of mails discussing a new suckless image-format, > I sat down last week to reflect on what could be the best of all > proposed format-specifications. > As a result I came up with the first implementation, the if-to