chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] Re: #158: Incorrect mapping of ncurses C string-retri


From: Chicken Trac
Subject: [Chicken-janitors] Re: #158: Incorrect mapping of ncurses C string-retrieval functions to Scheme procedures
Date: Tue, 12 Jan 2010 07:50:40 -0000

#158: Incorrect mapping of ncurses C string-retrieval functions to Scheme
procedures
------------------------+---------------------------------------------------
 Reporter:  nsantos     |       Owner:  felix
     Type:  defect      |      Status:  new  
 Priority:  major       |   Milestone:  4.4.0
Component:  extensions  |     Version:  4.3.x
 Keywords:  ncurses     |  
------------------------+---------------------------------------------------

Comment(by zbigniew):

 nsantos: Works for me.  Are you contending the interface does not work (it
 does) or that it's not particularly Scheme-like (a valid point)?  See
 below.

 #;> (initscr)
 #;> (define s (make-string 10))
 #;> (getnstr s 10)
 abcdef
 #;> s
 "abcdef\x00   "

-- 
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/158#comment:4>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]