From f4fa1fd20d46eb1237ee73f267d27c0cdccb7c6a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 19 Apr 2020 00:48:03 -0700 Subject: [PATCH] Updated footnote formatting --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f45e780..5066c7c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ # BTUI - Bruce's Text User Interface Library BTUI is a minimal, embeddable single header file alternative to bloatware like -ncurses. BTUI aims to be less than 1% the size of -ncurses,^1 while also providing a better API for the -programmer who is not afraid to roll up their sleeves and manage their own -state. If you want a drop-in TUI library that lets you switch into TUI mode, -write some strings to the screen with 24-bit color, and get user keypresses, -then this is the library for you! +ncurses. BTUI aims to be less than 1% the size of ncurses, while also providing +a better API for the programmer who is not afraid to roll up their sleeves and +manage their own state. If you want a drop-in TUI library that lets you switch +into TUI mode, write some strings to the screen with 24-bit color, and get user +keypresses, then this is the library for you! -Footnote 1: Currently, BTUI is somewhere between 0.5% and 0.1% the size of -ncurses, but even *counting the number of lines of code in ncurses* is hard. +Note: Currently, BTUI is somewhere between 0.5% and 0.1% the size of ncurses, +but even *counting the number of lines of code in ncurses* is hard. ## Cleanup by Default