Age | Commit message (Expand) | Author | Files | Lines |
2025-01-15 | set default borderpx to 0 | Tim Keller | 1 | -1/+1 |
2025-01-12 | rename copyurl to selurltj-0.9.2.2 | Tim Keller | 4 | -5/+5 |
2025-01-12 | add patch open selected | Tim Keller | 4 | -0/+29 |
2025-01-12 | disable boxdraw since it causes a serious bug in nvim. chk .diff files for ref | Tim Keller | 1 | -1/+1 |
2025-01-12 | add copyurl patch w/o copy func | Tim Keller | 4 | -1/+106 |
2025-01-11 | increase hist linestj-0.9.2.1 | Tim Keller | 1 | -1/+1 |
2025-01-11 | add drag and drop patch | Tim Keller | 4 | -0/+262 |
2025-01-11 | add themed cursor patch and button 3 paste | Tim Keller | 4 | -20/+8 |
2025-01-09 | fix the minus signs lol | Tim Keller | 1 | -4/+4 |
2025-01-09 | fix font and replace modified anysize with expected-anysize | Tim Keller | 3 | -16/+12 |
2025-01-08 | replace anygeometry with anysize and modify for clean resizing | Tim Keller | 3 | -60/+23 |
2025-01-08 | add patches and configtj-0.9.2.00.9.2.0 | Tim Keller | 13 | -375/+1889 |
2024-12-06 | Clear screen: Fix edge case | Markus Rinne | 1 | -1/+1 |
2024-08-09 | fix BadMatch error when embedding on some windows | Lucas de Sena | 1 | -4/+7 |
2024-05-01 | support colons in SGR character attributes | Hiltjo Posthuma | 1 | -1/+4 |
2024-04-05 | bump version to 0.9.20.9.2 | Hiltjo Posthuma | 1 | -1/+1 |
2024-04-03 | Reset title when an empty title string is given | DOGMAN | 1 | -0/+6 |
2024-03-30 | Revert "Fix cursor move with wide glyphs" | Hiltjo Posthuma | 1 | -7/+3 |
2024-03-19 | bump version to 0.9.10.9.1 | Hiltjo Posthuma | 1 | -1/+1 |
2024-03-17 | config.def.h: improve latency for the default configuration | Hiltjo Posthuma | 1 | -1/+1 |
2024-03-04 | set upper limit for REP escape sequence argument | Tommi Hirvola | 1 | -1/+1 |
2024-02-25 | Fix cursor move with wide glyphs | Quentin Rameau | 1 | -3/+7 |
2024-02-18 | csi: check for private marker in 'S' case | Tim Culverhouse | 1 | -0/+1 |
2023-10-07 | Add terminfo entries for bracketed paste mode | Peter Hofmann | 1 | -0/+4 |
2023-10-07 | Unhide cursor on RIS (\033c) | Peter Hofmann | 1 | -0/+1 |
2023-10-07 | Fix wide glyphs breaking "nowrap" mode | Peter Hofmann | 1 | -1/+4 |
2023-10-07 | Don't scroll selection on the other screen | Peter Hofmann | 1 | -1/+1 |
2023-10-07 | Fix bounds checks of dc.col | Peter Hofmann | 1 | -2/+2 |
2023-09-22 | Makefile: remove the options target | Hiltjo Posthuma | 1 | -8/+2 |
2023-06-25 | Fix for wide character being incorrectly cleared on MODE_INSERT | Shi Tian | 1 | -1/+3 |
2023-02-07 | ignore C1 control characters in UTF-8 mode | Hiltjo Posthuma | 1 | -0/+3 |
2023-02-07 | Add support for DSR response "OK" escape sequence | Adam Price | 1 | -3/+10 |
2023-02-05 | Fixed OSC color reset without parameter->resets all colors | Hiltjo Posthuma | 1 | -1/+3 |
2022-10-25 | fix buffer overflow when handling long composed input | Hiltjo Posthuma | 1 | -3/+6 |
2022-10-04 | bump version to 0.90.9 | Hiltjo Posthuma | 1 | -1/+1 |
2022-09-16 | FAQ: document the color emojis crash issue which affected some systems is fixed | Hiltjo Posthuma | 1 | -0/+3 |
2022-08-18 | st: use `void' to indicate an empty parameter list | Tom Schwindl | 1 | -1/+1 |
2022-05-01 | Makefile: add manual path for OpenBSD | Hiltjo Posthuma | 1 | -0/+1 |
2022-04-19 | code-golfing: cleanup osc color related code | NRK | 3 | -60/+33 |
2022-03-18 | base64_digits: reduce scope, implicit zero, +1 size | NRK | 1 | -15/+7 |
2022-03-18 | avoid potential UB when using isprint() | NRK | 1 | -1/+1 |
2022-03-13 | make underlines and strikethroughs respect `chscale` | Zacchary Dempsey-Plante | 1 | -2/+2 |
2022-02-18 | Delay redrawals on palette changes | Santtu Lakkala | 1 | -4/+4 |
2022-01-12 | X10/SGR mouse: use alt as meta key instead of super/windows key | Hiltjo Posthuma | 1 | -1/+1 |
2022-01-10 | LICENSE: bump year | Hiltjo Posthuma | 1 | -1/+1 |
2022-01-10 | Fix mousereport | robert | 1 | -35/+51 |
2022-01-07 | bump version to 0.8.50.8.5 | Hiltjo Posthuma | 1 | -1/+1 |
2022-01-02 | FAQ: fix a typo, patch -> path | Hiltjo Posthuma | 1 | -2/+2 |
2021-12-30 | Fix overtyping wide characters. | jamin | 1 | -0/+4 |
2021-12-27 | Fix null pointer access in strhandle | Jochen Sprickerhof | 1 | -2/+2 |