2024-08-09 11:33 | fix BadMatch error when embedding on some windows | Lucas de Sena | 1 | +7 | -4 |
2024-05-01 18:45 | support colons in SGR character attributes | Hiltjo Posthuma | 1 | +4 | -1 |
2024-04-05 10:18 | bump version to 0.9.2 | Hiltjo Posthuma | 1 | +1 | -1 |
2024-04-03 17:48 | Reset title when an empty title string is given | DOGMAN | 1 | +6 | -0 |
2024-03-30 11:30 | Revert "Fix cursor move with wide glyphs" | Hiltjo Posthuma | 1 | +3 | -7 |
2024-03-19 11:13 | bump version to 0.9.1 | Hiltjo Posthuma | 1 | +1 | -1 |
2024-03-17 13:42 | config.def.h: improve latency for the default configuration | Hiltjo Posthuma | 1 | +1 | -1 |
2024-03-04 10:56 | set upper limit for REP escape sequence argument | Tommi Hirvola | 1 | +1 | -1 |
2024-02-25 00:31 | Fix cursor move with wide glyphs | Quentin Rameau | 1 | +7 | -3 |
2024-02-18 12:56 | csi: check for private marker in 'S' case | Tim Culverhouse | 1 | +1 | -0 |
2023-10-07 05:41 | Add terminfo entries for bracketed paste mode | Peter Hofmann | 1 | +4 | -0 |
2023-10-07 05:40 | Unhide cursor on RIS (\033c) | Peter Hofmann | 1 | +1 | -0 |
2023-10-07 05:40 | Fix wide glyphs breaking "nowrap" mode | Peter Hofmann | 1 | +4 | -1 |
2023-10-07 05:40 | Don't scroll selection on the other screen | Peter Hofmann | 1 | +1 | -1 |
2023-10-07 05:39 | Fix bounds checks of dc.col | Peter Hofmann | 1 | +2 | -2 |
2023-09-22 13:16 | Makefile: remove the options target | Hiltjo Posthuma | 1 | +2 | -8 |
2023-06-25 05:38 | Fix for wide character being incorrectly cleared on MODE_INSERT | Shi Tian | 1 | +3 | -1 |
2023-02-07 19:00 | ignore C1 control characters in UTF-8 mode | Hiltjo Posthuma | 1 | +3 | -0 |
2023-02-07 18:54 | Add support for DSR response "OK" escape sequence | Adam Price | 1 | +10 | -3 |
2023-02-05 12:29 | Fixed OSC color reset without parameter->resets all colors | Hiltjo Posthuma | 1 | +3 | -1 |
2022-10-25 15:11 | fix buffer overflow when handling long composed input | Hiltjo Posthuma | 1 | +6 | -3 |
2022-10-04 17:40 | bump version to 0.9 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-09-16 21:07 | FAQ: document the color emojis crash issue which affected some systems is fixed | Hiltjo Posthuma | 1 | +3 | -0 |
2022-08-18 14:55 | st: use `void' to indicate an empty parameter list | Tom Schwindl | 1 | +1 | -1 |
2022-05-01 16:38 | Makefile: add manual path for OpenBSD | Hiltjo Posthuma | 1 | +1 | -0 |
2022-01-07 17:21 | code-golfing: cleanup osc color related code | NRK | 3 | +33 | -60 |
2022-03-18 11:03 | base64_digits: reduce scope, implicit zero, +1 size | NRK | 1 | +7 | -15 |
2022-03-18 10:20 | avoid potential UB when using isprint() | NRK | 1 | +1 | -1 |
2022-03-13 09:44 | make underlines and strikethroughs respect `chscale` | Zacchary Dempsey-Plante | 1 | +2 | -2 |
2022-02-17 14:00 | Delay redrawals on palette changes | Santtu Lakkala | 1 | +4 | -4 |
2022-01-12 08:44 | X10/SGR mouse: use alt as meta key instead of super/windows key | Hiltjo Posthuma | 1 | +1 | -1 |
2022-01-10 16:11 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2022-01-08 19:40 | Fix mousereport | robert | 1 | +51 | -35 |
2022-01-07 11:39 | bump version to 0.8.5 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-01-02 11:15 | FAQ: fix a typo, patch -> path | Hiltjo Posthuma | 1 | +2 | -2 |
2021-12-29 17:07 | Fix overtyping wide characters. | jamin | 1 | +4 | -0 |
2021-12-27 10:41 | Fix null pointer access in strhandle | Jochen Sprickerhof | 1 | +2 | -2 |
2021-12-26 18:00 | follow-up fix for OSC color sequences, return | Hiltjo Posthuma | 1 | +3 | -3 |
2021-12-26 17:57 | Add support for OSC color sequences | Raheman Vaiya | 4 | +100 | -4 |
2021-08-24 11:44 | fix possible rare crash when Xutf8TextPropertyToTextList fails | Hiltjo Posthuma | 1 | +6 | -4 |
2021-08-23 21:25 | fix a problem that the standard streams are unexpectedly closed | Koichi Murase | 1 | +3 | -2 |
2021-07-17 22:14 | Add 14th bit to XK_SWITCH_MOD bitmask | Petar Kapriš | 1 | +1 | -1 |
2021-03-28 19:16 | Mild const-correctness improvements. | Markus F.X.J. Oberhumer | 3 | +28 | -26 |
2021-03-19 10:54 | fix: correctly encode mouse buttons >= 8 in X10 and SGR mode | Hiltjo Posthuma | 1 | +3 | -1 |
2020-10-18 09:18 | remove unused variable from previous patch | Hiltjo Posthuma | 1 | +0 | -1 |
2020-09-06 05:53 | ST: Add WM_ICON_NAME property support | John Collis | 3 | +25 | -1 |
2020-06-19 09:27 | bump version to 0.8.4 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-17 21:47 | config.mk: use PKG_CONFIG in commented OpenBSD section | Hiltjo Posthuma | 1 | +2 | -2 |
2020-06-17 21:44 | LICENSE: bump years | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-17 20:05 | remove sixel stub code | Hiltjo Posthuma | 1 | +5 | -21 |
2020-06-17 19:35 | fix unicode glitch in DCS strings, patch by Tim Allen | Hiltjo Posthuma | 1 | +0 | -1 |
2020-06-01 12:09 | FAQ: fix single-buffer patch | Hiltjo Posthuma | 1 | +8 | -8 |
2020-05-30 19:56 | config.def.h: add an option allowwindowops, by default off (secure) | Hiltjo Posthuma | 3 | +6 | -1 |
2020-05-30 19:50 | FAQ: add some details about the w3m img hack | Hiltjo Posthuma | 1 | +54 | -5 |
2020-05-30 19:39 | tiny style fix | Hiltjo Posthuma | 1 | +1 | -2 |
2020-05-30 19:34 | Partially add back in "support REP (repeat) escape sequence" | Hiltjo Posthuma | 2 | +12 | -0 |
2020-05-21 02:24 | Call xsetcursor to set win.cursor in main | Steve Ward | 1 | +4 | -5 |
2020-05-16 16:06 | Revert "support REP (repeat) escape sequence" | Hiltjo Posthuma | 2 | +0 | -11 |
2020-05-14 15:18 | support REP (repeat) escape sequence | Avi Halachmi (:avih) | 2 | +11 | -0 |
2020-05-16 10:42 | Add rin terminfo capability | Roberto E. Vargas | 1 | +1 | -0 |
2020-05-16 09:48 | Make shift+wheel behaves as shift+Prev/Next | k0ga | 1 | +2 | -0 |
2020-05-06 11:36 | Fix selection: selscroll | Jakub Leszczak | 1 | +8 | -18 |
2020-05-06 11:35 | Fix selection: ignore ATTR_WRAP when rectangular selection in getsel | Jakub Leszczak | 1 | +2 | -1 |
2020-05-06 11:35 | Fix selection: selclear in tputc | Jakub Leszczak | 1 | +1 | -1 |
2020-05-09 12:43 | code-style: add fallthrough comment | Hiltjo Posthuma | 2 | +2 | -0 |
2020-05-09 12:03 | optimize column width calculation and utf-8 encode for ASCII | Hiltjo Posthuma | 1 | +1 | -1 |
2020-05-09 11:56 | fix for incorrect (partial) written sequences when libc wcwidth() == -1 | Hiltjo Posthuma | 1 | +1 | -3 |
2020-05-09 11:55 | tiny code-style and typo-fix in comment | Hiltjo Posthuma | 2 | +4 | -4 |
2019-02-26 20:37 | auto-sync: draw on idle to avoid flicker/tearing | Avi Halachmi (:avih) | 2 | +65 | -66 |
2020-04-29 22:10 | replace exit(3) by _exit(2) in signal handler sigchld() | Jan Klemkow | 1 | +1 | -1 |
2020-04-27 11:56 | bump version to 0.8.3 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-04-19 17:38 | Update XIM cursor position only if changed | Ivan Tham | 1 | +6 | -3 |
2020-04-11 13:45 | just remove the EOF message | Hiltjo Posthuma | 1 | +0 | -1 |
2020-04-11 12:46 | Add st-mono terminfo entry | Roberto E. Vargas Caballero | 1 | +12 | -8 |
2020-04-11 11:56 | config.def.h: add a comment for the scroll variable | Hiltjo Posthuma | 1 | +1 | -0 |
2020-04-11 11:29 | Fix small typos | Hiltjo Posthuma | 1 | +3 | -4 |
2020-04-11 10:09 | Launch scroll program with the default shell | Quentin Rameau | 1 | +6 | -3 |
2020-04-11 09:52 | Update FAQ with the last modifications | Roberto E. Vargas Caballero | 1 | +9 | -3 |
2020-04-10 20:50 | Add terminfo entries for backspace mode | Roberto E. Vargas Caballero | 1 | +10 | -0 |
2020-04-10 20:26 | Fix style issue | Roberto E. Vargas Caballero | 1 | +2 | -1 |
2020-04-10 20:25 | ttyread: test for EOF while reading tty | Roberto E. Vargas Caballero | 1 | +16 | -9 |
2020-04-10 20:06 | Add support for scroll(1) | Roberto E. Vargas Caballero | 4 | +15 | -8 |
2020-04-10 10:12 | make argv0 not static, fixes a warning with tcc | Hiltjo Posthuma | 1 | +1 | -1 |
2020-04-02 08:43 | mouseshortcuts: fix custom modifier on release | Avi Halachmi (:avih) | 1 | +17 | -2 |
2020-02-18 15:28 | Remove explicit XNFocusWindow | Ivan Tham | 1 | +0 | -1 |
2020-02-02 20:47 | x: fix XIM handling | Quentin Rameau | 1 | +44 | -24 |
2020-02-02 16:38 | x: check we still have an XIC context before accessing it | Quentin Rameau | 1 | +5 | -2 |
2020-02-02 14:38 | x: do not instantiate a new nested list on each cursor move | Quentin Rameau | 1 | +12 | -4 |
2020-02-02 14:37 | x: move IME variables into XWindow ime embedded struct | Quentin Rameau | 1 | +14 | -12 |
2020-01-18 07:52 | Increase XmbLookupString buffer | Ivan Tham | 1 | +1 | -1 |
2019-11-17 19:04 | update FAQ | Hiltjo Posthuma | 1 | +11 | -10 |
2019-10-16 09:55 | OSC 52 - copy to clipboard: don't limit to 382 bytes | Avi Halachmi (:avih) | 1 | +11 | -4 |
2019-10-16 09:38 | CSIEscape, STREscape: use size_t for buffer length | Hiltjo Posthuma | 1 | +4 | -4 |
2019-10-16 09:19 | STREscape: don't trim prematurely | Avi Halachmi (:avih) | 1 | +1 | -1 |
2019-10-16 08:17 | base64dec: don't read out of bounds | Avi Halachmi (:avih) | 1 | +5 | -1 |
2019-11-05 17:16 | Fix tmux terminfo extensions Se and Ss | Sebastian J. Bronner | 1 | +2 | -2 |
2019-05-31 20:25 | apply hints before initial mapping (ICCCM) | Ingo Lohmar | 1 | +1 | -1 |
2019-10-24 12:42 | mouse shortcuts: allow using forcemousemod (e.g. shift) | Avi Halachmi (:avih) | 1 | +2 | -1 |
2019-10-10 23:26 | mouse shortcuts: don't hardcode selpaste | Avi Halachmi (:avih) | 2 | +26 | -12 |
2019-10-10 20:42 | mouse shortcuts: allow override for all shortcuts | Avi Halachmi (:avih) | 2 | +13 | -13 |
| 1073 more commits remaining, fetch the repository |