about summary refs log tree commit diff stats
path: root/DESIGN
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-05-24 01:11:43 +0100
committerJames Booth <boothj5@gmail.com>2012-05-24 01:11:43 +0100
commit278cd9dd1d2b7ceea766cbe2f1bed050954540a5 (patch)
tree49c75530158485a7a22fba287235b890b4b75150 /DESIGN
parent1b7170243c157fc73dc9a15b895fcf942b752c37 (diff)
downloadprofani-tty-278cd9dd1d2b7ceea766cbe2f1bed050954540a5.tar.gz
Renamed windows.h -> ui.h
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN6
1 files changed, 3 insertions, 3 deletions
diff --git a/DESIGN b/DESIGN
index bce5f884..168f516f 100644
--- a/DESIGN
+++ b/DESIGN
@@ -37,11 +37,11 @@ These represent the different windows in Ncurses.
     |  INPUT_WIN                                   |
     +----------------------------------------------+
 
-The interface to the UI is all through windows.h, all UI modules share this
+The interface to the UI is all through ui.h, all UI modules share this
 header:
 
 
-                            windows.h
+                               ui.h
                                 |
                                 |
           --------------------------------------------------
@@ -50,7 +50,7 @@ header:
 
 
 
-So any calls to the UI are through windows.h
+So any calls to the UI are through ui.h
 
 title_bar.c and status_bar.c are relatively trivial.