From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6a5262b0e069cfdf,start X-Google-Attributes: gid103376,public From: "Sven E. Anderson" Subject: Terminal Control (or System calls), unix Date: 1999/04/01 Message-ID: <3703F011.1DBB143C@cs.und.edu>#1/1 X-Deja-AN: 461731460 Content-Transfer-Encoding: 7bit Organization: University of North Dakota Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-04-01T00:00:00+00:00 List-Id: I am attempting to write a simple screen editor with Ada95 and would like to suppress the tty echo (unix/linux). A very simple solution would be a system call to "stty -echo cbreak". How might I make such a call in Ada? I take it that Ada does not have the equivalent of C's curses package. -sven anderson@cs.und.edu