From 92f97b30daf39362766d445dc26f807229729d21 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 2 May 2001 22:18:00 +0000 Subject: Hop --- lib/terminal.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/terminal.c') diff --git a/lib/terminal.c b/lib/terminal.c index 58e6851..2b13242 100644 --- a/lib/terminal.c +++ b/lib/terminal.c @@ -6,6 +6,11 @@ #include "config.h" #include "exceptions.h" +/* Quelques fonctions globales pour initialiser le terminal et en faire quelque chose +qui ressemble aux fonctions DOS. En clair, l'interface n'a pas besoin d'attendre que l'utilisateur +tape ENTREE pour lire une touche. De plus, dans ce mode, il n'y a pas d'écho à l'écran. Donc +l'interface peut refaire ce qu'elle veut derrière */ + FILE *input; struct termios initial_settings, new_settings; -- cgit v1.2.3