[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: projects/external/putty TERMINAL.C
- To: cvs at arabeyes dot org
- Subject: CVS: projects/external/putty TERMINAL.C
- From: "Kamal Dalal" <dalal at arabeyes dot org>
- Date: Sun, 10 Nov 2002 16:21:08 -0600 (CST)
----------------------------------------------
From: Kamal Dalal (dalal)
Date: Sun Nov 10 22:21:08 2002
Update of /home/CVS/projects/external/putty
In directory arabeyes.org:/tmp/cvs-serv1414
Modified Files:
TERMINAL.C
Log Message:
moved more UI related processing from the main terminal parser into separate functions : term_handle_XXXX . The implementation of these function will be further moved into a new model borrowed from mlterm that is more aware of bidi.
This is part of the ongoing effort to reach a better separation between terminal and UI.