[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-guile-ncurses] [PATCH] Do not destroy the panel when del_panel
From: |
John Darrington |
Subject: |
Re: [Bug-guile-ncurses] [PATCH] Do not destroy the panel when del_panel is called. |
Date: |
Sat, 7 May 2016 20:39:18 +0200 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
That's fine. I just forwarded that patch as a suggestion. I had to fix
it locally for myself so I can go further.
BTW, I think that the Guile gurus recommend using libffi for implementing
bindings for libraries. You might want to consider that.
J'
On Sat, May 07, 2016 at 05:21:10PM +0000, Mike Gran wrote:
John
Thanks for all your hard work on this, but
what I think I'm going to do instead is use the fact that
a panel is really a subclass of a window, and merge the two
concepts into a single type.
Part of the reason this is so wonky is that panel is really
a decoration to the window class, and not its own class.
'new-panel' will be replaced with (make-panel! win) that'll
convert win into a panel, and then all the panel functions
can be used on that window.
It has the advantage of fixing the gc timing problems of
your first Hello/Goodbye example.
Sorry for changing an API.
--
Avoid eavesdropping. Send strong encryted email.
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- [Bug-guile-ncurses] Crash in simple program., John Darrington, 2016/05/06
- Re: [Bug-guile-ncurses] Crash in simple program., Mike Gran, 2016/05/06
- Re: [Bug-guile-ncurses] Crash in simple program., John Darrington, 2016/05/07
- [Bug-guile-ncurses] [PATCH] Do not destroy the panel when del_panel is called., John Darrington, 2016/05/07
- Re: [Bug-guile-ncurses] [PATCH] Do not destroy the panel when del_panel is called., Mike Gran, 2016/05/07
- Re: [Bug-guile-ncurses] [PATCH] Do not destroy the panel when del_panel is called.,
John Darrington <=
- Re: [Bug-guile-ncurses] [PATCH] Do not destroy the panel when del_panel is called., Mike Gran, 2016/05/07
- Re: [Bug-guile-ncurses] [PATCH] Do not destroy the panel when del_panel is called., John Darrington, 2016/05/08