Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-17 | Add interval timer to XIM updates | Joseph Benden | |
Signed-off-by: Joseph Benden <joe@benden.us> | |||
2019-05-17 | FAQ: add entry about color emoji Xft bug | Hiltjo Posthuma | |
This has been asked many times on IRC and the mailinglist. Make it easier to find information about this particular Xft issue by adding it to the FAQ. | |||
2019-05-12 | Merge pull request #79 from rjl6789/virgin | Luke Smith | |
default fg, bg and cursor - modified so works with .Xresources | |||
2019-05-11 | correct fg,bg,cs defaults so will work with Xresources and default is gruvbox | rjl6789 | |
2019-05-11 | make config consistent with virgin lukesmith st repo | rjl6789 | |
2019-05-11 | Merge remote-tracking branch 'upstream/master' into virgin | rjl6789 | |
2019-05-10 | Merge pull request #77 from otlin100/luke | Luke Smith | |
allow '%' in URLs | |||
2019-05-10 | allow '%' in URLs | otlin100 | |
2019-05-10 | Merge pull request #75 from Lukeblanes/master | Luke Smith | |
Include links with port numbers | |||
2019-05-10 | Include links with port numbers | Luke | |
2019-05-09 | corrected fg and bg defaults again | rjl6789 | |
2019-05-09 | original color | Luke Smith | |
2019-05-09 | Merge pull request #72 from rjl6789/master | Luke Smith | |
correct colorname declaration | |||
2019-05-09 | corrected colorname declaration | rjl6789 | |
2019-05-09 | Merge remote-tracking branch 'upstream/master' | rjl6789 | |
2019-05-08 | external pipe eternal | Luke Smith | |
2019-05-08 | Merge pull request #70 from YusufAktepe/master | Luke Smith | |
get version from config.mk | |||
2019-05-08 | get version from config.mk | yusufaktepe | |
2019-05-08 | forgot which markdown | Luke Smith | |
2019-05-08 | copy output of command with alt-o | Luke Smith | |
2019-05-07 | Merge pull request #69 from YusufAktepe/master | Luke Smith | |
Updated st to 0.8.2 | |||
2019-05-08 | Updated st to 0.8.2 | yusufaktepe | |
Updated to latest git (20190414.f1546cf) & updated patches. Changes: . Upstream fixes. . Alpha: Opacity value is now typed in float (0-1). Also "-A" cmd option added as alternative opacity changing method. . Clipboard: middle click pastes from clipboard. . Organized shortcuts. | |||
2019-05-07 | test2 | rjl6789 | |
2019-05-07 | test | rjl6789 | |
2019-05-06 | Merge pull request #68 from kajzersoze/master | Luke Smith | |
include links with & in URLs | |||
2019-05-06 | include links with & in URLs | kajzersoze | |
2019-05-04 | Merge pull request #66 from ijacquez/feature/set-install-prefix | Luke Smith | |
Use conditional variable assignment for PREFIX | |||
2019-05-04 | Use conditional variable assignment for PREFIX | Israel Jacquez | |
2019-05-03 | copy urls with alt-y | Luke Smith | |
2019-04-28 | Merge pull request #65 from g-mips/master | Luke Smith | |
Added Xresource border to adjust the internal border. | |||
2019-04-27 | Added Xresource border to adjust the internal border. | g-mips | |
2019-04-26 | urls over lines | Luke Smith | |
2019-04-27 | read multiline URLs and URLs without 'http://' from mutt | otlin100 | |
2019-04-23 | aur note | Luke Smith | |
2019-04-22 | Merge pull request #1 from LukeSmithxyz/master | Rob | |
update april 2019 | |||
2019-04-14 | selection: fix view to match actual selection on first cell | Avi Halachmi (:avih) | |
2019-04-05 | dumb | Luke Smith | |
2019-04-05 | gitignore and desc change for aur | Luke Smith | |
2019-04-04 | Merge pull request #57 from YusufAktepe/master | Luke Smith | |
PKGBUILD added for easier management with pacman. | |||
2019-04-05 | PKGBUILD added for easier management with pacman. | yusufaktepe | |
2019-04-04 | xurls no longer required | Luke Smith | |
2019-04-02 | xdef example added | Luke Smith | |
2019-03-31 | add simple script to uninstall->clean->rebuild->install | Rob | |
2019-03-31 | change bg and fg colors to 256 257 respectivly | Rob | |
2019-03-15 | revert part of commit add0211522737b79dad990ccd65c8af63b5cc1dd | Hiltjo Posthuma | |
"use iswspace()/iswpunct() to find word delimiters this inverts the configuration logic: you no longer provide a list of delimiters -- all space and punctuation characters are considered delimiters, unless listed in extrawordchars." Feedback from IRC and personal preference. | |||
2019-03-15 | dont print color warning on color reset OSC 104 without parameter | Hiltjo Posthuma | |
also print explicitly "(null)" when printf "%s" p=NULL. noticed when exiting mutt: printf '\x1b]104\x07' | |||
2019-03-15 | minor code-style, initialize var at the top of function | Hiltjo Posthuma | |
2019-03-15 | config.def.h: tweak extra worddelimiters | Hiltjo Posthuma | |
This changes the selection more like xterm. To test try: "find /" and select a path. | |||
2019-03-15 | use iswspace()/iswpunct() to find word delimiters | Lauri Tirkkonen | |
this inverts the configuration logic: you no longer provide a list of delimiters -- all space and punctuation characters are considered delimiters, unless listed in extrawordchars. | |||
2019-03-15 | replace utf8strchr with wcschr | Lauri Tirkkonen | |