Commit Graph

  • 89b6a29 (HEAD -> master) feat: colourscheme by Tovi Jaeschke-Rogers 2025-03-31 09:06:45 +1030
  • a0274bc fix BadMatch error when embedding on some windows by Lucas de Sena 2024-08-09 13:33:47 +0200
  • 5dbcca4 support colons in SGR character attributes by Hiltjo Posthuma 2024-05-01 20:45:39 +0200
  • d63b9eb bump version to 0.9.2 by Hiltjo Posthuma 2024-04-05 12:18:41 +0200
  • 497a756 Reset title when an empty title string is given by DOGMAN 2024-04-03 19:48:11 +0200
  • 8c68ec5 Revert "Fix cursor move with wide glyphs" by Hiltjo Posthuma 2024-03-30 12:30:49 +0100
  • 5ce9716 bump version to 0.9.1 by Hiltjo Posthuma 2024-03-19 12:13:42 +0100
  • f20e169 config.def.h: improve latency for the default configuration by Hiltjo Posthuma 2024-03-17 14:42:44 +0100
  • 95f22c5 set upper limit for REP escape sequence argument by Tommi Hirvola 2024-03-04 12:56:30 +0200
  • 7473a8d Fix cursor move with wide glyphs by Quentin Rameau 2024-02-25 01:31:31 +0100
  • a3f7420 csi: check for private marker in 'S' case by Tim Culverhouse 2024-02-18 06:56:49 -0600
  • 9846a56 Add terminfo entries for bracketed paste mode by Peter Hofmann 2023-10-07 07:41:02 +0200
  • 559fdc2 Unhide cursor on RIS (\033c) by Peter Hofmann 2023-10-07 07:40:45 +0200
  • 8abe4bc Fix wide glyphs breaking "nowrap" mode by Peter Hofmann 2023-10-07 07:40:39 +0200
  • 2fc7e53 Don't scroll selection on the other screen by Peter Hofmann 2023-10-07 07:40:07 +0200
  • a6bbc0c Fix bounds checks of dc.col by Peter Hofmann 2023-10-07 07:39:00 +0200
  • eb3b894 Makefile: remove the options target by Hiltjo Posthuma 2023-09-22 15:16:52 +0200
  • 3a6d6d7 Fix for wide character being incorrectly cleared on MODE_INSERT by Shi Tian 2023-06-25 05:38:33 +0000
  • 211964d ignore C1 control characters in UTF-8 mode by Hiltjo Posthuma 2023-02-07 20:00:59 +0100
  • f17abd2 Add support for DSR response "OK" escape sequence by Adam Price 2023-02-07 19:54:29 +0100
  • 7e8050c Fixed OSC color reset without parameter->resets all colors by Hiltjo Posthuma 2023-02-05 13:29:35 +0100
  • e5e9598 fix buffer overflow when handling long composed input by Hiltjo Posthuma 2022-10-25 17:11:11 +0200
  • 68d1ad9 bump version to 0.9 by Hiltjo Posthuma 2022-10-04 19:40:30 +0200
  • 0008519 FAQ: document the color emojis crash issue which affected some systems is fixed by Hiltjo Posthuma 2022-09-16 23:07:09 +0200
  • 72fd327 st: use `void' to indicate an empty parameter list by Tom Schwindl 2022-08-18 14:55:19 +0000
  • baa9357 Makefile: add manual path for OpenBSD by Hiltjo Posthuma 2022-05-01 18:38:40 +0200
  • 8629d9a code-golfing: cleanup osc color related code by NRK 2022-01-07 23:21:04 +0600
  • ef05519 base64_digits: reduce scope, implicit zero, +1 size by NRK 2022-03-18 17:03:34 +0600
  • af3bb68 avoid potential UB when using isprint() by NRK 2022-03-18 16:20:54 +0600
  • 2aefa34 make underlines and strikethroughs respect `chscale` by Zacchary Dempsey-Plante 2022-03-13 10:44:08 +0100
  • e823e23 Delay redrawals on palette changes by Santtu Lakkala 2022-02-17 16:00:47 +0200
  • 2c5edf2 X10/SGR mouse: use alt as meta key instead of super/windows key by Hiltjo Posthuma 2022-01-12 09:44:27 +0100
  • b1d97fe LICENSE: bump year by Hiltjo Posthuma 2022-01-10 17:11:17 +0100
  • ea7cd7b Fix mousereport by robert 2022-01-08 11:40:34 -0800
  • 7fb0c0c bump version to 0.8.5 by Hiltjo Posthuma 2022-01-07 12:39:57 +0100
  • 7e1c68f FAQ: fix a typo, patch -> path by Hiltjo Posthuma 2022-01-02 12:15:45 +0100
  • 65f1dc4 Fix overtyping wide characters. by jamin 2021-12-29 09:07:17 -0800
  • a0467c8 Fix null pointer access in strhandle by Jochen Sprickerhof 2021-12-27 11:41:42 +0100
  • 273db5c follow-up fix for OSC color sequences, return by Hiltjo Posthuma 2021-12-26 19:00:41 +0100
  • 8e31030 Add support for OSC color sequences by Raheman Vaiya 2021-12-26 18:57:04 +0100
  • 2f6e597 fix possible rare crash when Xutf8TextPropertyToTextList fails by Hiltjo Posthuma 2021-08-24 13:44:35 +0200
  • 1d3142d fix a problem that the standard streams are unexpectedly closed by Koichi Murase 2021-08-24 06:25:05 +0900
  • 2ec571a Add 14th bit to XK_SWITCH_MOD bitmask by Petar Kapriš 2021-07-18 00:14:00 +0200
  • 4536f46 Mild const-correctness improvements. by Markus F.X.J. Oberhumer 2021-03-28 21:16:59 +0200
  • 9e68fdb fix: correctly encode mouse buttons >= 8 in X10 and SGR mode by Hiltjo Posthuma 2021-03-19 11:54:36 +0100
  • 4ef0cbd remove unused variable from previous patch by Hiltjo Posthuma 2020-10-18 11:18:03 +0200
  • 28b4c82 ST: Add WM_ICON_NAME property support by John Collis 2020-09-06 17:53:41 +1200
  • fa253f0 bump version to 0.8.4 by Hiltjo Posthuma 2020-06-19 11:27:17 +0200
  • b27a383 config.mk: use PKG_CONFIG in commented OpenBSD section by Hiltjo Posthuma 2020-06-17 23:47:00 +0200
  • 81067c6 LICENSE: bump years by Hiltjo Posthuma 2020-06-17 23:44:34 +0200
  • f74a9df remove sixel stub code by Hiltjo Posthuma 2020-06-17 22:05:48 +0200
  • 818ec74 fix unicode glitch in DCS strings, patch by Tim Allen by Hiltjo Posthuma 2020-06-17 21:35:39 +0200
  • 9ba7ecf FAQ: fix single-buffer patch by Hiltjo Posthuma 2020-06-01 14:09:46 +0200
  • a2a7044 config.def.h: add an option allowwindowops, by default off (secure) by Hiltjo Posthuma 2020-05-30 21:56:18 +0200
  • 0f8b406 FAQ: add some details about the w3m img hack by Hiltjo Posthuma 2020-05-30 21:50:54 +0200
  • e6e2c61 tiny style fix by Hiltjo Posthuma 2020-05-30 21:39:49 +0200
  • 94b8ec0 Partially add back in "support REP (repeat) escape sequence" by Hiltjo Posthuma 2020-05-30 21:34:57 +0200
  • dec6b53 Call xsetcursor to set win.cursor in main by Steve Ward 2020-05-20 22:24:55 -0400
  • 475a0a3 Revert "support REP (repeat) escape sequence" by Hiltjo Posthuma 2020-05-16 18:06:42 +0200
  • e8392b2 support REP (repeat) escape sequence by Avi Halachmi (:avih) 2020-05-14 18:18:07 +0300
  • f8afebd Add rin terminfo capability by Roberto E. Vargas 2020-05-16 10:42:51 +0000
  • bda9c9f Make shift+wheel behaves as shift+Prev/Next by k0ga 2020-05-16 09:48:18 +0000
  • 045a0fa Fix selection: selscroll by Jakub Leszczak 2020-05-06 13:36:59 +0200
  • 9c30066 Fix selection: ignore ATTR_WRAP when rectangular selection in getsel by Jakub Leszczak 2020-05-06 13:35:53 +0200
  • 8304d4f Fix selection: selclear in tputc by Jakub Leszczak 2020-05-06 13:35:06 +0200
  • 914fb82 code-style: add fallthrough comment by Hiltjo Posthuma 2020-05-09 14:43:31 +0200
  • cde480c optimize column width calculation and utf-8 encode for ASCII by Hiltjo Posthuma 2020-05-09 14:03:14 +0200
  • 8211e36 fix for incorrect (partial) written sequences when libc wcwidth() == -1 by Hiltjo Posthuma 2020-05-09 13:56:28 +0200
  • 87545c6 tiny code-style and typo-fix in comment by Hiltjo Posthuma 2020-05-09 13:55:34 +0200
  • 1d59091 auto-sync: draw on idle to avoid flicker/tearing by Avi Halachmi (:avih) 2019-02-26 22:37:49 +0200
  • d6ea0a1 replace exit(3) by _exit(2) in signal handler sigchld() by Jan Klemkow 2020-04-30 00:10:02 +0200
  • 43a395a bump version to 0.8.3 by Hiltjo Posthuma 2020-04-27 13:56:25 +0200
  • 72e3f6c Update XIM cursor position only if changed by Ivan Tham 2020-04-19 19:38:39 +0200
  • 33a9a45 just remove the EOF message by Hiltjo Posthuma 2020-04-11 15:45:06 +0200
  • 771bc40 Add st-mono terminfo entry by Roberto E. Vargas Caballero 2020-04-11 14:46:17 +0200
  • d66bd40 config.def.h: add a comment for the scroll variable by Hiltjo Posthuma 2020-04-11 13:56:31 +0200
  • e997303 Fix small typos by Hiltjo Posthuma 2020-04-11 13:29:48 +0200
  • c114526 Launch scroll program with the default shell by Quentin Rameau 2020-04-11 12:09:20 +0200
  • 0b73612 Update FAQ with the last modifications by Roberto E. Vargas Caballero 2020-04-11 11:52:58 +0200
  • 019449a Add terminfo entries for backspace mode by Roberto E. Vargas Caballero 2020-04-10 22:50:23 +0200
  • fbae700 Fix style issue by Roberto E. Vargas Caballero 2020-04-10 22:26:12 +0200
  • e52319c ttyread: test for EOF while reading tty by Roberto E. Vargas Caballero 2020-04-10 22:25:46 +0200
  • 21e0d6e Add support for scroll(1) by Roberto E. Vargas Caballero 2020-04-10 22:06:32 +0200
  • 5703aa0 make argv0 not static, fixes a warning with tcc by Hiltjo Posthuma 2020-04-10 12:12:43 +0200
  • 28ad288 mouseshortcuts: fix custom modifier on release by Avi Halachmi (:avih) 2020-04-02 11:43:22 +0300
  • 51e19ea Remove explicit XNFocusWindow by Ivan Tham 2020-02-18 23:28:47 +0800
  • 26cdfeb x: fix XIM handling by Quentin Rameau 2020-02-02 21:47:19 +0100
  • cd78575 x: check we still have an XIC context before accessing it by Quentin Rameau 2020-02-02 17:38:36 +0100
  • 2cb5391 x: do not instantiate a new nested list on each cursor move by Quentin Rameau 2020-02-02 15:38:08 +0100
  • 99de333 x: move IME variables into XWindow ime embedded struct by Quentin Rameau 2020-02-02 15:37:29 +0100
  • 895e5b5 Increase XmbLookupString buffer by Ivan Tham 2020-01-18 15:52:25 +0800
  • 3848301 update FAQ by Hiltjo Posthuma 2019-11-17 20:04:52 +0100
  • 2e54a21 OSC 52 - copy to clipboard: don't limit to 382 bytes by Avi Halachmi (:avih) 2019-10-16 12:55:53 +0300
  • 289c52b CSIEscape, STREscape: use size_t for buffer length by Hiltjo Posthuma 2019-10-16 12:38:43 +0300
  • 7ceb3d1 STREscape: don't trim prematurely by Avi Halachmi (:avih) 2019-10-16 12:19:49 +0300
  • ea4d933 base64dec: don't read out of bounds by Avi Halachmi (:avih) 2019-10-16 11:17:23 +0300
  • 8386642 Fix tmux terminfo extensions Se and Ss by Sebastian J. Bronner 2019-11-05 18:16:39 +0100
  • 1f09f0b apply hints before initial mapping (ICCCM) by Ingo Lohmar 2019-05-31 22:25:35 +0200
  • a2c479c mouse shortcuts: allow using forcemousemod (e.g. shift) by Avi Halachmi (:avih) 2019-10-24 15:42:07 +0300
  • d2b75db mouse shortcuts: don't hardcode selpaste by Avi Halachmi (:avih) 2019-10-11 02:26:10 +0300