From ef29b7587d536bf8a9c68c0ecbe5e45cd5a3bec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Fri, 30 Oct 2015 23:58:29 +0100 Subject: Fix error handling in termo_strfkey() If in any case snprintf() returned a negative value, we would mishandle it. --- README.adoc | 1 + 1 file changed, 1 insertion(+) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index ce63059..ba458c0 100644 --- a/README.adoc +++ b/README.adoc @@ -5,6 +5,7 @@ termo input. ncurses does a really terrible job at that, mainly wrt. mouse support which seems to be utterly broken. If you can drag things in a terminal application, such as in VIM, I can assure you it's not using ncurses for that. +(At least not with ncurses older than 6.0.) Since terminal I/O is really complicated and full of special cases, this project doesn't aspire to also replace the output part of ncurses, but is rather -- cgit v1.2.3