Renamed windows.h -> ui.h

This commit is contained in:
James Booth
2012-05-24 01:11:43 +01:00
parent 1b7170243c
commit 278cd9dd1d
10 changed files with 18 additions and 17 deletions

6
DESIGN
View File

@@ -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.