From 625244ab41640ec43d2621465ace81b4c242385b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 22 Apr 2015 12:45:52 +0200 Subject: Rename window.[ch] to view.[ch] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 77f739e..bd1b6e7 100644 --- a/README.md +++ b/README.md @@ -554,9 +554,9 @@ A quick overview over the code structure to get you started: `text-objects.[ch]` | functions take a file position and return a file range `vis.c` | vi(m) specific editor frontend, program entry point `editor.[ch]` | editor window management - `window.[ch]` | ui-independent viewport, syntax highlighting, cursor placement + `view.[ch]` | ui-independent viewport, shows part of a file, syntax highlighting, cursor placement `ui.h` | abstract interface as implemented by user interface - `ui-curses.h` | a terminal / curses based user interface implementation + `ui-curses.[ch]` | a terminal / curses based user interface implementation `buffer.[ch]` | dynamically growing buffer used for registers and macros `ring-buffer.[ch]` | fixed size ring buffer used for the jump list `map.[ch]` | crit-bit tree based map supporting unique prefix lookups and ordered iteration. used to implement `:`-commands. -- cgit v1.2.3