Re: [editor/micro] stopped working

2024-04-26 Thread Rob Schmersel
On Wed, 17 Apr 2024 07:46:19 +0200 Rob Schmersel wrote: > On Mon, 8 Apr 2024 07:26:04 +0200 > Rob Schmersel wrote: > > > On Sun, 7 Apr 2024 12:21:14 -0400 > > George Koehler wrote: > > > > > On Sun, 7 Apr 2024 15:57:26 +0200 > > > Rob Schmersel wrote: > > > > > > > I tracked it down to

Re: [editor/micro] stopped working

2024-04-16 Thread Rob Schmersel
On Mon, 8 Apr 2024 07:26:04 +0200 Rob Schmersel wrote: > On Sun, 7 Apr 2024 12:21:14 -0400 > George Koehler wrote: > > > On Sun, 7 Apr 2024 15:57:26 +0200 > > Rob Schmersel wrote: > > > > > I tracked it down to the use of syscall in the tcell package file > > > tscreen_bsd.go (line 46) > > >

Re: [editor/micro] stopped working

2024-04-08 Thread Rob Schmersel
On Sun, 7 Apr 2024 12:21:14 -0400 George Koehler wrote: > On Sun, 7 Apr 2024 15:57:26 +0200 > Rob Schmersel wrote: > > > I tracked it down to the use of syscall in the tcell package file > > tscreen_bsd.go (line 46) > > > > > > > fd = uintptr(t.out.(*os.File).Fd()) > > > if _,

Re: [editor/micro] stopped working

2024-04-07 Thread George Koehler
On Sun, 7 Apr 2024 15:57:26 +0200 Rob Schmersel wrote: > I tracked it down to the use of syscall in the tcell package file > tscreen_bsd.go (line 46) > > > > fd = uintptr(t.out.(*os.File).Fd()) > > if _, _, e1 := syscall.Syscall6(syscall.SYS_IOCTL, fd, ioc, > > tios, 0, 0,

[editor/micro] stopped working

2024-04-07 Thread Rob Schmersel
Hi, Since awhile ago the micro editor (editor/micro) stopped working on OpenBSD with the following error: > fatboy$ micro > function not implemented > Fatal: Micro could not initialize a Screen. I tracked it down to the use of syscall in the tcell package file tscreen_bsd.go