diff options
author | Kornelije Sajler <xajler@gmail.com> | 2018-04-25 22:15:11 +0200 |
---|---|---|
committer | Kornelije Sajler <xajler@gmail.com> | 2018-04-25 22:15:11 +0200 |
commit | 0ad3d4eddfb0c260791dc3a6383f3a1047c972ab (patch) | |
tree | c81743be2dea80003bd04ba3708c39956d474efb /FAQ | |
parent | efad574780975ee22f2826900ac2a62883b02c40 (diff) |
Updated st 0.8.1. Used new patches, scrollblock and alpha fixed.
Created run-patches.sh, runs all patches on clean st 0.8.1 code.
All old patches remvoed, including trasparency diff.
Not including solarized theme, don't see value of it.
Commented colornames array with color indexs from 0-15, includes index 255, and afterwards bg, fg and cursor, change those for background, foreground and cursor color. Seems better than solarized toggle.
Updated README.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Use the excellent tool of [utmp](http://git.suckless.org/utmp/) for this task. It means that st doesn’t have any terminfo entry on your system. Chances are you did not `make install`. If you just want to test it without installing it, -you can manualy run `tic -sx st.info`. +you can manually run `tic -sx st.info`. ## Nothing works, and nothing is said about an unknown terminal! |