1
0
Fork 0

Commit Graph

  • 85d7f8e31f config.h: Allow shift+scroll to work master Aaron Lindsay 2024-03-13 11:48:25 -0400
  • 80c0d70076 Update config.h for latest upstream changes Aaron Lindsay 2024-03-13 11:38:01 -0400
  • d0480ca038 fixup config Aaron Lindsay 2019-11-01 10:26:25 -0400
  • 813023ed5c Expand word delimiter characters Aaron Lindsay 2017-02-05 12:31:09 -0500
  • db092429cf Disable bold fonts Aaron Lindsay 2016-12-22 14:49:32 -0500
  • 15f66ceaf8 Shut up about UTF-8 mouse mode (1005) from tmux Aaron Lindsay 2016-12-22 12:12:47 -0500
  • 2146b3098b Add my config.h Aaron Lindsay 2016-12-21 15:56:10 -0500
  • 73c3d47928 Hide cursor when you start typing Aaron Lindsay 2016-12-21 15:48:07 -0500
  • 7961f87006 clipboard: Also copy to 'Ctrl-V' in addition to 'middleclick' clipboard Aaron Lindsay 2016-12-21 15:46:52 -0500
  • 5d70beea1f solarized: Modify dark colors to Aaron's liking Aaron Lindsay 2016-12-21 15:46:11 -0500
  • 2600d0dfaa solarized: Apply solarized-dark color theme Aaron Lindsay 2016-12-21 15:45:26 -0500
  • cc60ddd4f8 solarized: Disable lighting up bold colors Aaron Lindsay 2016-12-22 14:45:26 -0500
  • 95f22c5305 set upper limit for REP escape sequence argument Tommi Hirvola 2024-03-04 12:56:30 +0200
  • 7473a8d1a5 Fix cursor move with wide glyphs Quentin Rameau 2024-02-25 01:31:31 +0100
  • a3f7420310 csi: check for private marker in 'S' case Tim Culverhouse 2024-02-18 06:56:49 -0600
  • 9846a56bd7 Add terminfo entries for bracketed paste mode Peter Hofmann 2023-10-07 07:41:02 +0200
  • 559fdc2786 Unhide cursor on RIS (\033c) Peter Hofmann 2023-10-07 07:40:45 +0200
  • 8abe4bcb41 Fix wide glyphs breaking "nowrap" mode Peter Hofmann 2023-10-07 07:40:39 +0200
  • 2fc7e532b2 Don't scroll selection on the other screen Peter Hofmann 2023-10-07 07:40:07 +0200
  • a6bbc0c96b Fix bounds checks of dc.col Peter Hofmann 2023-10-07 07:39:00 +0200
  • eb3b894f40 Makefile: remove the options target Hiltjo Posthuma 2023-09-22 15:16:52 +0200
  • 3a6d6d7401 Fix for wide character being incorrectly cleared on MODE_INSERT Shi Tian 2023-06-25 05:38:33 +0000
  • 211964d56e ignore C1 control characters in UTF-8 mode Hiltjo Posthuma 2023-02-07 20:00:59 +0100
  • f17abd25b3 Add support for DSR response "OK" escape sequence Adam Price 2023-02-07 19:54:29 +0100
  • 7e8050cc62 Fixed OSC color reset without parameter->resets all colors Hiltjo Posthuma 2023-02-05 13:29:35 +0100
  • e5e959835b fix buffer overflow when handling long composed input Hiltjo Posthuma 2022-10-25 17:11:11 +0200
  • 68d1ad9b54 bump version to 0.9 0.9 Hiltjo Posthuma 2022-10-04 19:40:30 +0200
  • 0008519903 FAQ: document the color emojis crash issue which affected some systems is fixed Hiltjo Posthuma 2022-09-16 23:07:09 +0200
  • 72fd32736a st: use `void' to indicate an empty parameter list Tom Schwindl 2022-08-18 14:55:19 +0000
  • baa9357e96 Makefile: add manual path for OpenBSD Hiltjo Posthuma 2022-05-01 18:38:40 +0200
  • 8629d9a1da code-golfing: cleanup osc color related code NRK 2022-01-07 23:21:04 +0600
  • ef0551932f base64_digits: reduce scope, implicit zero, +1 size NRK 2022-03-18 17:03:34 +0600
  • af3bb68add avoid potential UB when using isprint() NRK 2022-03-18 16:20:54 +0600
  • 2aefa348ba make underlines and strikethroughs respect `chscale` Zacchary Dempsey-Plante 2022-03-13 10:44:08 +0100
  • e823e2308f Delay redrawals on palette changes Santtu Lakkala 2022-02-17 16:00:47 +0200
  • 2c5edf28ec X10/SGR mouse: use alt as meta key instead of super/windows key Hiltjo Posthuma 2022-01-12 09:44:27 +0100
  • b1d97fec47 LICENSE: bump year Hiltjo Posthuma 2022-01-10 17:11:17 +0100
  • ea7cd7b62f Fix mousereport robert 2022-01-08 11:40:34 -0800
  • 7fb0c0cc68 bump version to 0.8.5 0.8.5 Hiltjo Posthuma 2022-01-07 12:39:57 +0100
  • 7e1c68f25d FAQ: fix a typo, patch -> path Hiltjo Posthuma 2022-01-02 12:15:45 +0100
  • 65f1dc4283 Fix overtyping wide characters. jamin 2021-12-29 09:07:17 -0800
  • a0467c802d Fix null pointer access in strhandle Jochen Sprickerhof 2021-12-27 11:41:42 +0100
  • 273db5ceaf follow-up fix for OSC color sequences, return Hiltjo Posthuma 2021-12-26 19:00:41 +0100
  • 8e31030390 Add support for OSC color sequences Raheman Vaiya 2021-12-26 18:57:04 +0100
  • 2f6e597ed8 fix possible rare crash when Xutf8TextPropertyToTextList fails Hiltjo Posthuma 2021-08-24 13:44:35 +0200
  • 1d3142da96 fix a problem that the standard streams are unexpectedly closed Koichi Murase 2021-08-24 06:25:05 +0900
  • 2ec571a30c Add 14th bit to XK_SWITCH_MOD bitmask Petar Kapriš 2021-07-18 00:14:00 +0200
  • 4536f46cff Mild const-correctness improvements. Markus F.X.J. Oberhumer 2021-03-28 21:16:59 +0200
  • 9e68fdbcdb fix: correctly encode mouse buttons >= 8 in X10 and SGR mode Hiltjo Posthuma 2021-03-19 11:54:36 +0100
  • 4ef0cbd8b9 remove unused variable from previous patch Hiltjo Posthuma 2020-10-18 11:18:03 +0200
  • 28b4c822c5 ST: Add WM_ICON_NAME property support John Collis 2020-09-06 17:53:41 +1200
  • fa253f077f bump version to 0.8.4 0.8.4 Hiltjo Posthuma 2020-06-19 11:27:17 +0200
  • b27a383a3a config.mk: use PKG_CONFIG in commented OpenBSD section Hiltjo Posthuma 2020-06-17 23:47:00 +0200
  • 81067c65ea LICENSE: bump years Hiltjo Posthuma 2020-06-17 23:44:34 +0200
  • f74a9df6e1 remove sixel stub code Hiltjo Posthuma 2020-06-17 22:05:48 +0200
  • 818ec746f4 fix unicode glitch in DCS strings, patch by Tim Allen Hiltjo Posthuma 2020-06-17 21:35:39 +0200
  • 9ba7ecf7b1 FAQ: fix single-buffer patch Hiltjo Posthuma 2020-06-01 14:09:46 +0200
  • a2a704492b config.def.h: add an option allowwindowops, by default off (secure) Hiltjo Posthuma 2020-05-30 21:56:18 +0200
  • 0f8b40652b FAQ: add some details about the w3m img hack Hiltjo Posthuma 2020-05-30 21:50:54 +0200
  • e6e2c6199f tiny style fix Hiltjo Posthuma 2020-05-30 21:39:49 +0200
  • 94b8ec0021 Partially add back in "support REP (repeat) escape sequence" Hiltjo Posthuma 2020-05-30 21:34:57 +0200
  • dec6b530a4 Call xsetcursor to set win.cursor in main Steve Ward 2020-05-20 22:24:55 -0400
  • 475a0a36cb Revert "support REP (repeat) escape sequence" Hiltjo Posthuma 2020-05-16 18:06:42 +0200
  • e8392b282c support REP (repeat) escape sequence Avi Halachmi (:avih) 2020-05-14 18:18:07 +0300
  • f8afebdfa0 Add rin terminfo capability Roberto E. Vargas 2020-05-16 10:42:51 +0000
  • bda9c9ffa6 Make shift+wheel behaves as shift+Prev/Next k0ga 2020-05-16 09:48:18 +0000
  • 045a0fab4f Fix selection: selscroll Jakub Leszczak 2020-05-06 13:36:59 +0200
  • 9c30066e73 Fix selection: ignore ATTR_WRAP when rectangular selection in getsel Jakub Leszczak 2020-05-06 13:35:53 +0200
  • 8304d4f059 Fix selection: selclear in tputc Jakub Leszczak 2020-05-06 13:35:06 +0200
  • 914fb825df code-style: add fallthrough comment Hiltjo Posthuma 2020-05-09 14:43:31 +0200
  • cde480c693 optimize column width calculation and utf-8 encode for ASCII Hiltjo Posthuma 2020-05-09 14:03:14 +0200
  • 8211e36d28 fix for incorrect (partial) written sequences when libc wcwidth() == -1 Hiltjo Posthuma 2020-05-09 13:56:28 +0200
  • 87545c612e tiny code-style and typo-fix in comment Hiltjo Posthuma 2020-05-09 13:55:34 +0200
  • 1d59091065 auto-sync: draw on idle to avoid flicker/tearing Avi Halachmi (:avih) 2019-02-26 22:37:49 +0200
  • d6ea0a1a61 replace exit(3) by _exit(2) in signal handler sigchld() Jan Klemkow 2020-04-30 00:10:02 +0200
  • 43a395ae91 bump version to 0.8.3 0.8.3 Hiltjo Posthuma 2020-04-27 13:56:25 +0200
  • 72e3f6c7c0 Update XIM cursor position only if changed Ivan Tham 2020-04-19 19:38:39 +0200
  • 33a9a45664 just remove the EOF message Hiltjo Posthuma 2020-04-11 15:45:06 +0200
  • 771bc401f7 Add st-mono terminfo entry Roberto E. Vargas Caballero 2020-04-11 14:46:17 +0200
  • d66bd405c0 config.def.h: add a comment for the scroll variable Hiltjo Posthuma 2020-04-11 13:56:31 +0200
  • e997303502 Fix small typos Hiltjo Posthuma 2020-04-11 13:29:48 +0200
  • c1145268f6 Launch scroll program with the default shell Quentin Rameau 2020-04-11 12:09:20 +0200
  • 0b73612c0d Update FAQ with the last modifications Roberto E. Vargas Caballero 2020-04-11 11:52:58 +0200
  • 019449a7e6 Add terminfo entries for backspace mode Roberto E. Vargas Caballero 2020-04-10 22:50:23 +0200
  • fbae700a3f Fix style issue Roberto E. Vargas Caballero 2020-04-10 22:26:12 +0200
  • e52319cc7d ttyread: test for EOF while reading tty Roberto E. Vargas Caballero 2020-04-10 22:25:46 +0200
  • 21e0d6e8b8 Add support for scroll(1) Roberto E. Vargas Caballero 2020-04-10 22:06:32 +0200
  • 5703aa0390 make argv0 not static, fixes a warning with tcc Hiltjo Posthuma 2020-04-10 12:12:43 +0200
  • 28ad288399 mouseshortcuts: fix custom modifier on release Avi Halachmi (:avih) 2020-04-02 11:43:22 +0300
  • 51e19ea11d Remove explicit XNFocusWindow Ivan Tham 2020-02-18 23:28:47 +0800
  • 26cdfebf31 x: fix XIM handling Quentin Rameau 2020-02-02 21:47:19 +0100
  • cd785755f2 x: check we still have an XIC context before accessing it Quentin Rameau 2020-02-02 17:38:36 +0100
  • 2cb539142b x: do not instantiate a new nested list on each cursor move Quentin Rameau 2020-02-02 15:38:08 +0100
  • 99de333951 x: move IME variables into XWindow ime embedded struct Quentin Rameau 2020-02-02 15:37:29 +0100
  • 895e5b50a8 Increase XmbLookupString buffer Ivan Tham 2020-01-18 15:52:25 +0800
  • 384830110b update FAQ Hiltjo Posthuma 2019-11-17 20:04:52 +0100
  • 2e54a21b5a OSC 52 - copy to clipboard: don't limit to 382 bytes Avi Halachmi (:avih) 2019-10-16 12:55:53 +0300
  • 289c52b7aa CSIEscape, STREscape: use size_t for buffer length Hiltjo Posthuma 2019-10-16 12:38:43 +0300
  • 7ceb3d1f72 STREscape: don't trim prematurely Avi Halachmi (:avih) 2019-10-16 12:19:49 +0300
  • ea4d933ed9 base64dec: don't read out of bounds Avi Halachmi (:avih) 2019-10-16 11:17:23 +0300