Ryan
419e929bb5
changed term. Can now launch st -e without problems
2018-04-04 17:18:23 +02:00
Ryan
e7771a419b
got rid of hidecursor as it was really really annoying
2018-04-02 19:17:59 +02:00
Ryan
b40db23e0f
avoid overlap with ncurses files
2018-04-02 18:34:52 +02:00
a2587b2699
Update README.md
2018-04-02 16:36:56 +02:00
Ryan
28dbccdc5f
fix merge
2018-04-02 16:34:01 +02:00
a850834530
Update README.md
2018-04-02 16:25:55 +02:00
b918fa72d9
Update README.md
2018-04-02 16:24:04 +02:00
d86d71e03e
Update README.md
2018-04-02 16:23:13 +02:00
Ryan
2b4d6826b7
bigger font & updated readme
2018-04-02 16:21:16 +02:00
Ryan
ad01889b17
fixed typo
2018-04-02 16:10:26 +02:00
Ryan
857b3f0b1f
changed opacity and removed unused solar light colors
2018-04-02 15:57:20 +02:00
865020464a
Update README.md
2018-04-02 15:37:49 +02:00
ca79206d6e
Update README.md
2018-04-02 15:37:03 +02:00
9568e422d6
Delete .travis.yml
2018-04-02 15:29:57 +02:00
Ryan
6fe12321b6
refactored to make license more readable
2018-04-02 15:25:07 +02:00
Ryan
171655af19
move license to markdown
2018-04-02 15:22:22 +02:00
Ryan
9621dcdbfa
todo is markdown
2018-04-02 15:16:28 +02:00
Ryan
150a1d5aad
updated TODO
2018-04-02 15:15:54 +02:00
Ryan
ad4dd2261b
updated readme
2018-04-02 15:12:40 +02:00
Ryan
13c9a87a1f
now do proper pkgbuild
2018-04-02 14:57:57 +02:00
Luke Smith
efad574780
transparency more opaque
2018-03-12 10:57:47 -07:00
Luke Smith
8c0ade2c1e
transparency now default
2018-03-10 19:52:41 -07:00
Luke
3ffde570e0
transparency explanation added
2018-02-05 21:33:39 -07:00
Luke Smith
23a6f74157
Merge pull request #1 from PhilipNelson5/patch-1
...
spelling
2018-01-30 15:04:20 -07:00
Philip Nelson
9ade6ae63a
spelling
2018-01-21 17:42:14 -07:00
Luke
f684e44e69
readme changes
2018-01-21 12:15:29 -07:00
Luke
858a34ade6
readme explains transparency installation
2018-01-19 14:32:00 -07:00
Luke
5d1d32f571
fixed transparency patch added
2018-01-19 14:22:14 -07:00
Luke
1cfd5953dc
redundant readme line removed
2018-01-18 19:39:23 -07:00
Luke
167a334f2c
alt-u & alt-d: up & down in history; readme update
2018-01-18 19:33:28 -07:00
Luke
8b29be268a
fix of brainlet error, formatting fix too
2018-01-18 19:21:15 -07:00
Luke
4f508ec001
formatting
2018-01-18 19:17:13 -07:00
Luke
3cb5996688
alt-j/k for scrolling up one line at a time
2018-01-18 19:05:49 -07:00
Luke
61824fc462
key bindings stated in README
2018-01-18 08:51:08 -07:00
Luke
234972a077
readme now personalized
2018-01-18 00:01:16 -07:00
Luke
a9b51e4ec0
color toggle now Alt-Tab instead of F6
2018-01-17 23:55:00 -07:00
Luke
74e54e0ccc
mono default font, 14pt
2018-01-17 23:53:56 -07:00
Shiva
c50850028b
Enable travis build
2017-01-30 20:14:38 -08:00
Shiva
b1e1a6e993
Add badges
2017-01-30 20:11:57 -08:00
Shiva
5d52a549f9
Merge pull request #2 from gitter-badger/gitter-badge-1
...
Add a Gitter chat link to README
2017-01-30 19:53:26 -08:00
The Gitter Badger
778e1f0cf7
Add Gitter link
2017-01-31 03:51:55 +00:00
Shiva
97e27bc64d
Update readme with details about patches
2017-01-29 21:59:15 -08:00
Shiva
efde1e896e
Solarized support + switch with F6
2017-01-29 21:53:07 -08:00
Shiva
e0a07a9392
vertically center lines in space available
2017-01-29 21:40:45 -08:00
Shiva
10bf3c8507
Scrollback + wheel support
2017-01-29 21:39:12 -08:00
Shiva
6833411400
clipboard support
2017-01-29 21:35:17 -08:00
Shiva
7549ffd200
Clean generated config.h
2017-01-29 21:16:22 -08:00
fpqc
c63a87cd93
Move column and row default numbers into config.h
2016-12-16 10:50:23 +01:00
Roberto E. Vargas Caballero
e44832408b
Revert "Initial font size issue."
...
This reverts commit 424202798b
.
2016-11-24 20:21:19 +01:00
Spencer Phippen
fa9a459972
Fixed 'missing glyph doesn't use fontconfig config substitutions' bug
...
XftFontMatch does display-specific font configuration (commit 528241a
).
Nice. Unfortunately, when we switched from FcFontMatch, we also stopped
storing the post-Fc{Config,Default}Substitute FcPattern for future
lookups. The result is that if a glyph isn't found in the primary font,
secondary font lookups use the original FcPattern, not the configured
one. If you have custom fontconfig rules (like me), this can be
disappointing.
I basically just copied the guts out of XftFontMatch[1] and saved
the intermediate configured FcPattern. Could be related to the bug that
inspired commit 4242027
.
[1]: https://cgit.freedesktop.org/xorg/lib/libXft/tree/src/xftfont.c
2016-11-24 20:20:45 +01:00