st

The suckless simple terminal with Alpha Focus Highlight, a few other things, and <a href="https://github.com/jan-warchol/selenized> selenized </a> colors. Forked from Julius Huelsmann's <a href="https://github.com/juliusHuelsmann/st"> repo</a>.
Log | Files | Refs | README | LICENSE

commit c8010bccb390f43868e241b5c7935b2944cbd4f7
parent 24ae78a351fc7f697e8fbb2caba3e835bd187340
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Sun, 21 Jun 2020 21:51:35 -0500

small change

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -43,7 +43,7 @@ static unsigned int tripleclicktimeout = 600; /* alt screens */ int allowaltscreen = 1; -/* frames per second st should at maximum draw to the screen */ +/* maximum frames per second drawn to the screen */ static unsigned int xfps = 120; static unsigned int actionfps = 30;