From 6d6932a008dd424c8f5f9e6cf23b95f5dd2834b7 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Tue, 19 May 2015 11:10:35 -0700 Subject: [PATCH] Update readme. --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 9790dcc..aeaf534 100644 --- a/Readme.md +++ b/Readme.md @@ -26,3 +26,4 @@ A few notes : * The main focus point is _not_ performance. This is a simple layout library, guys, not [compiz](https://www.google.com/search?q=compiz&tbm=isch) piped into [libcaca](https://www.google.com/search?q=libcaca&tbm=isch). Unless you are running it on your microwave's microcontroller, it's not going to be slow. * The library is single-threaded. Thus, callback methods are blocking - careful what you're doing in there! Feel free to use threads on your side, though. +* This goal is _not_ to have an equivalent to every ncurses function. You _can_ access the underlying ncurses window when creating your own custom views, so you can do what you want with that, but the main library will probably only use a subset of the ncurses features.