cage2
cage2
Hi @McParen ! I fixed my code to handle properly the new `event` type. Looking forward to test the new mouse events! Bye and season greetings! :) C.
Hi @McParen and happy new year! I am testing the mouse features, in general the architecture seams good to me and i was able to bind event to pressing a...
> Hello cage! Hi! > I indeed can reproduce it on my systems, both from Lisp and directly in C. The double click can be triggered, but only when the...
> Hello cage, once again! Hi @McParen ! > There is a small update on the mouse click issue. [...] > The ncurses author has recently released an update where...
Hi @wmealing > Can i just take a moment to say that this has been a great conversation to follow, I don't know if you two know each other but...
On Wed, Feb 09, 2022 at 11:33:40AM -0800, McParen wrote: Hi! > I have tried the ncurses patch release 6.3-20220115 where the author tried to resolve the issue. > Unfortunately,...
Hi! Seems that the default value of `*pretty-print*` is `nil` on `CCL` (according to specs the default value of this variable is implementation dependent). Setting `*pretty-print*` to `t` should work....
Hi! I think you have to use fixtures for this to works: ```lisp (asdf:make :clunit) (in-package :clunit) (defsuite foo ()) (deftest bar (foo) (assert-true (= 5 (+ a 1)))) (deffixture...
Hi! FWIW clunit2 will accept your code. :) Bye! C.
On Mon, Jun 15, 2020 at 11:12:15AM -0700, George Moutsopoulos wrote: Hi! > Great package! Thank you! :) > I think I have this bug. When the annotation appears at...