Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-03-13 | be silent about explicitly unhandled mouse modes | Lauri Tirkkonen | |
2019-03-03 | simplify (greedy) font caching allocating a bit | Hiltjo Posthuma | |
POSIX says: "If ptr is a null pointer, realloc() shall be equivalent to malloc() for the specified size." | |||
2019-03-03 | style: remove double empty newlines | Hiltjo Posthuma | |
2019-03-03 | fix use after free in font caching algorithm | magras | |
Current font caching algorithm contains a use after free error. A font removed from `frc` might be still listed in `wx.specbuf`. It will lead to a crash inside `XftDrawGlyphFontSpec()`. Steps to reproduce: $ st -f 'Misc Tamsyn:scalable=false' $ curl https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt Of course, result depends on fonts installed on a system and fontconfig. In my case, I'm getting consistent segfaults with different fonts. I replaced a fixed array with a simple unbounded buffer with a constant growth rate. Cache starts with a capacity of 0, gets increments by 16, and never shrinks. On my machine after `cat UTF-8-demo.txt` buffer reaches a capacity of 192. During casual use capacity stays at 0. | |||
2019-02-12 | better Input Method Editor (IME) support | Ivan Tham | |
Features: - Allow input methods swap with hotkey (E.g. left ctrl + left shift). - Over-the-spot pre-editing style, pre-edit data placed over insertion point. - Restart IME without segmentation fault. TODO: - Automatically pickup IME if st started before IME | |||
2019-02-09 | bump version to 0.8.2 | Hiltjo Posthuma | |
2019-02-02 | readme updates | Luke Smith | |