From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Frank Terbeck Newsgroups: gmane.lisp.guile.user Subject: Re: Read characters from without newline Date: Sat, 28 Aug 2021 22:56:07 +0200 Message-ID: <87lf4l5lw8.fsf@ft.bewatermyfriend.org> References: <3ea2d7b2-019e-a226-9166-34edaec52fd4@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30325"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Guile User To: Mike Gran Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Aug 28 22:56:33 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mK5NQ-0007gP-Cb for guile-user@m.gmane-mx.org; Sat, 28 Aug 2021 22:56:32 +0200 Original-Received: from localhost ([::1]:48170 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mK5NO-0003t1-5q for guile-user@m.gmane-mx.org; Sat, 28 Aug 2021 16:56:30 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47992) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mK5NE-0003sq-68 for guile-user@gnu.org; Sat, 28 Aug 2021 16:56:20 -0400 Original-Received: from smtprelay07.ispgateway.de ([134.119.228.97]:11495) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mK5NC-0003Lm-GK for guile-user@gnu.org; Sat, 28 Aug 2021 16:56:19 -0400 Original-Received: from [80.141.185.83] (helo=jim.voodoo.lan) by smtprelay07.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mK5L7-00011U-9I; Sat, 28 Aug 2021 22:54:09 +0200 Original-Received: by jim.voodoo.lan (Postfix, from userid 1000) id C783B605D49; Sat, 28 Aug 2021 22:56:07 +0200 (CEST) In-Reply-To: (Mike Gran's message of "Sat, 28 Aug 2021 07:52:21 -0700") X-Df-Sender: NDMwNDQ0 Received-SPF: none client-ip=134.119.228.97; envelope-from=ft@bewatermyfriend.org; helo=smtprelay07.ispgateway.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17699 Archived-At: Mike Gran wrote: [=E2=80=A6] > There is a binding of tcsetattr in the (ncurses extra) library > in guile-ncurses, but since you just need a couple of functions, you > could wrap them in FFI, I suppose. Shameless plug: https://gitlab.com/ft/guile-termios I sort of have this ready for guix, too. But I never got around to actu- ally submitting it. Regards, Frank --=20 In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925