Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-27 | Merge branch 'master' of github.com:LukeSmithxyz/st | Luke Smith | |
2018-08-27 | bg fix on some graphical systems | Luke Smith | |
2018-08-02 | Update LICENSE | Luke Smith | |
2018-08-02 | junk cleanup | Luke Smith | |
2018-08-01 | old patches removed | Luke Smith | |
2018-08-01 | alt-shift-up/down for zooming | Luke Smith | |
2018-07-15 | Merge pull request #5 from cquijano/patched | Luke Smith | |
fix defaultbg value, solve sigfault | |||
2018-07-15 | fix defaultbg value, solve sigfault | Carlos Quijano | |
2018-07-08 | manual updates | Luke Smith | |
2018-07-08 | shift-insert now pastes from clipboard | Luke Smith | |
2018-07-07 | xresources patch now default | Luke Smith | |
2018-06-25 | wal compatibility added | Luke Smith | |
2018-05-01 | alt-shift-j/k zoom bindings b/c why not lmao | Luke Smith | |
2018-05-01 | cleaning | Luke Smith | |
2018-05-01 | Big cleanup and some redundant bindings added | Luke Smith | |
2018-04-25 | Updated few minor changes in README. | Kornelije Sajler | |
2018-04-25 | Updated README with few more info. | Kornelije Sajler | |
2018-04-25 | Updade README with more info no custom changes. | Kornelije Sajler | |
Updated config.def.h with my/luke preferences. Font=14px, alpha=0xcd, colorname[]=pop_os-inspired. Changed values for bg,fg and cursor using 256, 257, 258 indexs from colorname[]. Patched with luke's keymapping's. | |||
2018-04-25 | Updated st 0.8.1. Used new patches, scrollblock and alpha fixed. | Kornelije Sajler | |
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. | |||
2018-03-12 | transparency more opaque | Luke Smith | |
2018-03-10 | transparency now default | Luke Smith | |
2018-02-05 | transparency explanation added | Luke | |
2018-01-30 | Merge pull request #1 from PhilipNelson5/patch-1 | Luke Smith | |
spelling | |||
2018-01-21 | spelling | Philip Nelson | |
2018-01-21 | readme changes | Luke | |
2018-01-19 | readme explains transparency installation | Luke | |
2018-01-19 | fixed transparency patch added | Luke | |
2018-01-18 | redundant readme line removed | Luke | |
2018-01-18 | alt-u & alt-d: up & down in history; readme update | Luke | |
2018-01-18 | fix of brainlet error, formatting fix too | Luke | |
2018-01-18 | formatting | Luke | |
2018-01-18 | alt-j/k for scrolling up one line at a time | Luke | |
2018-01-18 | key bindings stated in README | Luke | |
2018-01-18 | readme now personalized | Luke | |
2018-01-17 | color toggle now Alt-Tab instead of F6 | Luke | |
2018-01-17 | mono default font, 14pt | Luke | |
2017-01-30 | Enable travis build | Shiva | |
2017-01-30 | Add badges | Shiva | |
2017-01-30 | Merge pull request #2 from gitter-badger/gitter-badge-1 | Shiva | |
Add a Gitter chat link to README | |||
2017-01-31 | Add Gitter link | The Gitter Badger | |
2017-01-29 | Update readme with details about patches | Shiva | |
2017-01-29 | Solarized support + switch with F6 | Shiva | |
2017-01-29 | vertically center lines in space available | Shiva | |
2017-01-29 | Scrollback + wheel support | Shiva | |
2017-01-29 | clipboard support | Shiva | |
2017-01-29 | Clean generated config.h | Shiva | |
2016-12-16 | Move column and row default numbers into config.h | fpqc | |
2016-11-24 | Revert "Initial font size issue." | Roberto E. Vargas Caballero | |
This reverts commit 424202798b02554092ba84dd59fb7b79b59b7b75. | |||
2016-11-24 | Fixed 'missing glyph doesn't use fontconfig config substitutions' bug | Spencer Phippen | |
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-14 | make the various combinations of arrow keys and shift/control/meta work | Manuel Tobias Schiller | |
When using st with screen, I've bound next, prev, new screen to combinations like Ctrl-Alt-Right,Left,Down; xterm and (u)rxvt work fine when this combination of modifiers is pressed, st does not seem to transport all of them; a single modifier key is fine (e.g. Ctrl-Up, Alt-Down etc., but combinations are not). While I'm not terribly familiar with this, I have tried to hack config.h in a more or less systematic way to generate the expected sequences. |