Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-20 | fix #333 | Luke Smith | |
2022-04-18 | remove problematic and obsolete git lines | Luke Smith | |
2022-01-21 | Merge branch 'fakhriaunur-master' | Luke Smith | |
2021-09-07 | Update hb.c | fakhriaunur | |
Change the default state to disabled (uncomment the latter). Clean the unused commented lines. | |||
2021-09-07 | Add stylistic sets / open type font feature | fakhriaunur | |
Using stylistic set hb_feature code from cog1to's patch. Tested on Fira Code font. Enable/disable the feature within this file, and then sudo make install as usual. | |||
2021-08-10 | prevent losing columns on resize | Luke Smith | |
2021-06-03 | Merge pull request #304 from monosans/master | Luke Smith | |
Remove scroll info from README.md | |||
2021-06-03 | Remove scroll info from README.md | monosans | |
2021-05-21 | Merge pull request #296 from zMoooooritz/alpha | Luke Smith | |
Add support for additional alpha when the term-window is not focused | |||
2021-05-21 | fix #301 | Luke Smith | |
2021-05-06 | Use the additional alpha-value as offset to support a changing alpha properly | Moritz Biering | |
2021-05-05 | Add support for additional alpha when the term-window is not focused | Moritz Biering | |
2021-04-05 | externalpipe all scrollback history | Luke Smith | |
2021-04-05 | scroll removed | Luke Smith | |
2021-04-05 | Merge branch 'master' of github.com:LukeSmithxyz/st | Luke Smith | |
2021-04-05 | revert to older, better scrollback patch, fix #284, #289 | Luke Smith | |
2021-03-08 | Merge pull request #282 from sahidvelji/make-uninstall | Luke Smith | |
Uninstall scroll when uninstalling st | |||
2021-03-08 | Uninstall scroll when uninstalling st | Sahid Velji | |
2021-03-03 | remove final punctuation from possible urls | Luke Smith | |
2021-02-19 | Xdefaults example restored, close #278 | Luke Smith | |
2021-02-06 | scroll update, fixes #274 | Luke Smith | |
2021-02-05 | readme changes | Luke Smith | |
2021-02-05 | 0.8.4 update, scroll added as separate prog | Luke Smith | |
2021-01-24 | close #271 | Luke Smith | |
2020-11-30 | funding fix for github | Luke Smith | |
2020-11-30 | Merge branch 'narukeh-master' | Luke Smith | |
2020-11-30 | copy/open url use same regex. slimming. | Luke Smith | |
2020-11-30 | fixed not being able to copy URL with a dash in it | Hekuran | |
2020-08-21 | transparency to alt keys, added to man | Luke Smith | |
2020-08-21 | Merge branch 'master' of gitlab.com:LukeSmithxyz/st into master | Luke Smith | |
2020-08-21 | Merge branch 'master' into 'master' | Luke Smith | |
change alpha with keyboard shortcut C-F11/C-F12 See merge request LukeSmithxyz/st!6 | |||
2020-08-19 | change alpha with keyboard shortcut C-F11/C-F12 | luquinha.virus | |
2020-08-07 | Merge pull request #241 from pierg75/fix_urlhandler | Luke Smith | |
Fixed a small issue with the urlhandler. | |||
2020-08-07 | Fixed a small issue with the urlhandler. | Pierguido Lambri | |
Urls lile: https://whatever.domain/~myprecious/usefull-blog.html https://brb.imback.maybe/isit/blah#sure Were not propery handled (everything after either '#' or '~' were ignored). Escaped '#' and added '~' in the regex. Signed-off-by: Pierguido Lambri <plambri@redhat.com> | |||
2020-07-08 | Merge pull request #215 from halcyonseeker/master | Luke Smith | |
Expanded url scheme support and fixed issue with tilde in url | |||
2020-07-08 | Merge branch 'mackarelfish-master' | Luke Smith | |
2020-07-08 | Merge branch 'master' of https://github.com/mackarelfish/st into ↵ | Luke Smith | |
mackarelfish-master | |||
2020-07-08 | Merge branch 'dennisleexyz-mouse' | Luke Smith | |
2020-06-30 | use st-scrollback-mouse-altscreen-20190131-e23acb9 | Dennis Lee | |
2020-06-13 | Merge pull request #224 from Azumgi/glyph_truncation_fix | Luke Smith | |
Glyph truncation fix | |||
2020-06-13 | Fix wide glyphs truncation | Dreomite | |
2020-06-13 | Revert db6f796 (fonts overdrawing fix) | Dreomite | |
2020-06-02 | funding file for github sponsors | Luke Smith | |
2020-06-02 | dumb fix | Luke Smith | |
2020-06-02 | apparently caps | Luke Smith | |
2020-06-02 | Merge branch 'master' of github.com:LukeSmithxyz/st | Luke Smith | |
2020-06-02 | funding for github sponsors | Luke Smith | |
2020-05-31 | Merge branch 'master' of https://github.com/lukesmithxyz/st | mackarelfish | |
2020-05-26 | Expanded url scheme support and fixed issue with tilde in url | Thalia Wright | |
2020-05-17 | Merge pull request #212 from LoganDungeon/patch-1 | Luke Smith | |
renamed compton to picom |