| 2025-01-15 04:30 | Added a few patches to help with compat | Ethan Long | 1 | +6 | -6 |
| 2025-01-10 11:22 | Changed the theme to Catppuccin, other general config | Ethan Long | 4 | +30 | -38 |
| 2025-01-10 08:50 | Build system is same as dwl and dwm | Ethan Long | 3 | +4 | -0 |
| 2025-01-10 08:44 | Added my personal config | Ethan Long | 4 | +1306 | -8 |
| 2024-12-06 22:06 | Clear screen: Fix edge case | Bakkeby | 2 | +3 | -3 |
| 2024-11-25 19:48 | Refactoring sigchld ref. #156 (#159) | Stein Gunnar Bakkeby | 4 | +22 | -51 |
| 2024-10-15 07:54 | osc7: initial patch implementation (#154) | Utkarsh Verma | 9 | +136 | -13 |
| 2024-10-01 21:17 | Revert "undercurl: support semicolons in SGR character attributes ref. #148" | Bakkeby | 1 | +8 | -11 |
| 2024-10-01 19:39 | osc133 - changing default configuration options to Ctrl + PgUp/PgDown | Bakkeby | 2 | +5 | -3 |
| 2024-08-21 07:33 | undercurl: support semicolons in SGR character attributes ref. #148 | Bakkeby | 1 | +11 | -8 |
| 2024-10-01 19:35 | osc133: initial patch implementation (#127) | Utkarsh Verma | 8 | +71 | -2 |
| 2024-09-29 08:08 | mouse shortcuts: use XK_ANY_MOD with altscreen mouse scrollback patch (#151) | lmccartneystar | 1 | +2 | -2 |
| 2024-09-20 07:21 | sixel: fix image deletion issue (#150) | veltza | 1 | +28 | -10 |
| 2024-09-20 07:17 | sixel: prevent images from piling up (#149) | veltza | 1 | +9 | -6 |
| 2024-08-09 20:06 | fix BadMatch error when embedding on some windows | Bakkeby | 2 | +8 | -5 |
| 2024-08-09 07:12 | Fix issue with columns and reflow that breaks sixels (#146) | veltza | 1 | +1 | -1 |
| 2024-07-07 19:18 | sixel: improve the renderer (#143) | veltza | 3 | +61 | -47 |
| 2024-07-05 09:30 | sixel: refactor the sixel display mode (#142) | veltza | 1 | +39 | -23 |
| 2024-06-14 16:16 | sixel: scale images on both screens when zooming in/out (#141) | veltza | 1 | +11 | -8 |
| 2024-06-13 17:22 | sixel: prevent drawing on search bar (#140) | veltza | 1 | +6 | -0 |
| 2024-05-31 20:47 | Adding the anygeometry patch ref. #137 | Bakkeby | 4 | +75 | -2 |
| 2024-05-02 07:28 | support colons in SGR character attributes | Bakkeby | 3 | +6 | -3 |
| 2024-04-17 16:04 | sixel: add support for fully transparent bg (P2=1) (#132) | veltza | 6 | +85 | -33 |
| 2024-04-03 19:43 | Reset title when an empty title string is given | Bakkeby | 2 | +8 | -2 |
| 2024-04-02 18:05 | sixel: prevent crashing when size is zero (#129) | veltza | 1 | +2 | -2 |
| 2024-03-20 07:04 | bump version to 0.9.1 | Bakkeby | 2 | +2 | -2 |
| 2024-03-17 14:38 | config.def.h: improve latency for the default configuration | Bakkeby | 2 | +2 | -2 |
| 2024-03-14 22:26 | externalpipe + reflow: compatibility fix correction ref. #125 | Bakkeby | 1 | +1 | -1 |
| 2024-03-14 21:30 | alpha: multiply each RGB value with alpha for a darker blend | Bakkeby | 1 | +6 | -0 |
| 2024-03-14 15:58 | reflow: fix for scrollback buffer content getting lost following ctrl+l ref. #123 | Bakkeby | 1 | +3 | -10 |
| 2024-03-14 08:57 | externalpipe + reflow compatibility fix ref. #122 | Bakkeby | 1 | +4 | -0 |
| 2024-03-14 08:04 | netwmicon: correction for when including libraries | Bakkeby | 1 | +2 | -2 |
| 2024-03-13 10:56 | netwmicon_ff - increase buffer size to 16 | Bakkeby | 1 | +1 | -1 |
| 2024-03-13 09:44 | Minor changes to description | Bakkeby | 2 | +5 | -4 |
| 2024-03-13 09:35 | netwmicon: upgrading patch and adding farbfeld variant (#121) | Stein Gunnar Bakkeby | 12 | +150 | -698 |
| 2024-03-13 09:33 | Adding reflow patch (#120) | Stein Gunnar Bakkeby | 21 | +2348 | -84 |
| 2024-03-11 21:54 | Fix buffer overflow in xdrawglyph() (#119) | veltza | 1 | +3 | -3 |
| 2024-03-11 21:49 | Adding back lines that were removed by mistake, fixes mouse double click to select | Bakkeby | 1 | +4 | -0 |
| 2024-03-10 22:40 | ligatures - moving hbcreatebuffer out of xresources condition ref. #118 | Bakkeby | 1 | +2 | -2 |
| 2024-03-10 21:18 | ligatures + wide glyphs + vertcenter: compatibility fixes ref. #118 | Bakkeby | 2 | +31 | -24 |
| 2024-03-10 09:05 | wide glyphs: fixing compilation error following code refactoring | Bakkeby | 1 | +2 | -2 |
| 2024-03-08 18:52 | Revert "Fix cursor move with wide glyphs" ref. #118 | Bakkeby | 2 | +3 | -7 |
| 2024-03-08 18:52 | sixel: moving osc_table out of sixel patch due to global dependency ref. #118 | Bakkeby | 1 | +5 | -5 |
| 2024-03-07 22:40 | drawcol = dc.col[g.bg]; | Bakkeby | 1 | +20 | -13 |
| 2024-03-07 22:23 | Optimise utf8decode() | Bakkeby | 1 | +13 | -10 |
| 2024-03-07 22:22 | Streamline validation in utf8decode() | Bakkeby | 1 | +2 | -2 |
| 2024-03-07 22:16 | code-golfing: cleanup osc color related code | Bakkeby | 1 | +47 | -74 |
| 2024-03-07 21:35 | Removing the VIM browse patch. | Bakkeby | 13 | +40 | -941 |
| 2024-03-07 20:59 | xmakeglyphfontspecs: fix for when not using ligatures | Bakkeby | 1 | +1 | -1 |
| 2024-03-07 20:44 | Set upper limit for REP escape sequence argument | Bakkeby | 1 | +1 | -1 |
| 2024-03-07 20:43 | Fix cursor move with wide glyphs | Bakkeby | 2 | +7 | -3 |
| 2024-03-07 20:43 | hidecursor: add config option to disable hidecursor functionality | Bakkeby | 2 | +6 | -1 |
| 2024-03-07 20:24 | sixel + anysize patch compatibility fix ref. #117 | Bakkeby | 1 | +5 | -0 |
| 2024-03-07 14:34 | ligatures: upgrading | Bakkeby | 4 | +324 | -183 |
| 2024-03-07 08:22 | Reworking sixel implementation based on veltza's implementation (#117) | Stein Gunnar Bakkeby | 13 | +792 | -325 |
| 2024-02-28 13:34 | Add selectioncolors patch (#110) | Jordan Callicoat | 4 | +48 | -0 |
| 2024-02-19 08:09 | csi: check for private marker in 'S' case | Bakkeby | 2 | +3 | -1 |
| 2023-12-12 20:29 | sixel: fix resizing issues (#109) | veltza | 3 | +28 | -43 |
| 2023-11-23 21:21 | [st][patch][ligatures] Fix ATTR_WRAP attribute handling in layout logic. | Bakkeby | 1 | +2 | -2 |
| 2023-11-23 20:45 | Remove black bars from sixel images and add... (#107) | veltza | 3 | +22 | -8 |
| 2023-10-08 18:24 | Add terminfo entries for bracketed paste mode | Bakkeby | 2 | +5 | -1 |
| 2023-10-08 18:22 | Unhide cursor on RIS (\033c) | Bakkeby | 1 | +1 | -0 |
| 2023-10-08 18:21 | Fix wide glyphs breaking "nowrap" mode | Bakkeby | 1 | +4 | -1 |
| 2023-10-08 18:19 | Don't scroll selection on the other screen | Bakkeby | 1 | +1 | -1 |
| 2023-10-08 18:18 | Fix bounds checks of dc.col | Bakkeby | 1 | +2 | -2 |
| 2023-09-22 16:16 | Makefile: remove the options target | Bakkeby | 2 | +3 | -9 |
| 2023-09-12 14:11 | sixel: only clear sixel images on RM (Reset Mode) if we are in alt screen ref. #102 | Bakkeby | 1 | +4 | -2 |
| 2023-09-12 14:02 | scrollback: clear history on reset ref. #102 | Bakkeby | 1 | +7 | -0 |
| 2023-09-11 22:16 | sixel: remove images on escape code 'l' - Reset Mode (RM) ref. #102 | Bakkeby | 1 | +6 | -0 |
| 2023-07-05 09:15 | Check for already exisiting desktop entry (#100) | Sajay | 1 | +1 | -1 |
| 2023-06-25 12:19 | Fix for wide character being incorrectly cleared on MODE_INSERT | Bakkeby | 2 | +4 | -2 |
| 2023-06-12 14:02 | Fix sixel issues and add a clearing sequence (#99) | veltza | 2 | +15 | -17 |
| 2023-04-07 12:30 | Bump to 211964d. | Bakkeby | 2 | +4 | -1 |
| 2023-04-07 12:28 | Bump to f17abd2. | Bakkeby | 1 | +10 | -3 |
| 2023-04-07 12:25 | Bump to 7e8050c. | Bakkeby | 1 | +3 | -1 |
| 2023-01-09 09:08 | ligatures: adding 0 initialiser for features array ref. #93 | Bakkeby | 1 | +1 | -1 |
| 2022-12-19 09:09 | ligatures: upgrading patch | Bakkeby | 3 | +192 | -82 |
| 2022-10-25 15:21 | Bump to e5e9598. | Bakkeby | 2 | +7 | -4 |
| 2022-10-24 09:27 | Adding fullscreen patch ref. #88 | Bakkeby | 9 | +48 | -0 |
| 2022-10-24 09:26 | Adding the COLORTERM environment variable | Bakkeby | 1 | +1 | -0 |
| 2022-10-17 11:39 | Fixed a glitch when using using the keyboardselect and scrollback patches. (#48) | badarg1 | 1 | +19 | -2 |
| 2022-10-15 13:40 | dedup XK_Z in fixkeyboardinput.c (#87) | step | 1 | +0 | -2 |
| 2022-10-06 13:33 | Bump to 68d1ad9. | Bakkeby | 3 | +6 | -2 |
| 2022-10-06 11:19 | alpha focus highlight: upgrade patch to latest (20200731-43a395a) | Bakkeby | 1 | +2 | -2 |
| 2022-10-01 06:37 | alpha: remove debug print statements from changealpha | Bakkeby | 1 | +0 | -2 |
| 2022-09-24 08:43 | Add function for changing alpha (#47) | Utkarsh Verma | 5 | +51 | -0 |
| 2022-09-24 08:40 | XRESOURCES_RELOAD_PATCH reload fonts + re-render (#84) | step | 1 | +14 | -0 |
| 2022-09-01 20:01 | Adding key and mouse binding option to control whether they apply to primary screen, alt screen or both ref. #81 | Bakkeby | 8 | +36 | -63 |
| 2022-08-29 07:50 | font2: adding use XftFontMatch patch compatibility | Bakkeby | 1 | +16 | -6 |
| 2022-08-28 19:05 | Adding use XftFontMatch patch | Bakkeby | 3 | +28 | -4 |
| 2022-08-24 09:29 | Adding URL for no decorations patch | Bakkeby | 1 | +4 | -4 |
| 2022-08-24 09:04 | Adding the no window decorations patch | Bakkeby | 3 | +20 | -0 |
| 2022-08-18 15:30 | Bump to 72fd327. | Bakkeby | 2 | +2 | -2 |
| 2022-08-16 14:49 | Fix externalpipein patch (#78) | step | 2 | +12 | -2 |
| 2022-08-11 13:56 | wide glyphs: adding alternative patch ref. #56 | Bakkeby | 1 | +7 | -7 |
| 2022-08-11 13:04 | openurlonclick: using posix_spawnp instead of system ref. comments in #76 | Bakkeby | 2 | +6 | -3 |
| 2022-08-11 07:13 | openurlonclick: fix for edge case that can cause a crash | Bakkeby | 1 | +1 | -1 |
| 2022-08-10 19:30 | Merge pull request #76 from veltza/add-scrollback-support-to-openurlonclick | Stein Gunnar Bakkeby | 9 | +256 | -67 |
| 2022-08-07 14:21 | Add scrollback support to the openurlonclick patch | veltza | 9 | +256 | -67 |
| 2022-07-28 13:48 | xresources reload: should close the display after being finished with the connection (if not then it can cause "Maximum amount of clients reached" errors after some time) | Bakkeby | 1 | +1 | -0 |
| 2022-07-18 09:54 | Removing the anysize-nobar amendment for the anysize patch as this should be redundant following the fix in PR #75 | Bakkeby | 3 | +3 | -19 |
| 2022-07-18 09:46 | Merge pull request #75 from veltza/fix-anysize-borders | Stein Gunnar Bakkeby | 1 | +2 | -2 |
| 2022-07-16 20:35 | Fix border issues in the anysize patch | veltza | 1 | +2 | -2 |
| 2022-07-10 15:09 | Makefile: add manual path for OpenBSD | Bakkeby | 2 | +2 | -1 |
| 2022-07-10 15:07 | Merge pull request #74 from veltza/fix-incomplete-merge | Stein Gunnar Bakkeby | 1 | +0 | -2 |
| 2022-07-09 08:55 | Fix the incomplete merge from upstream (78adbd2) | veltza | 1 | +0 | -2 |
| 2022-07-05 13:32 | [st][patch][ligatures] fix potential buffer overflow in shaping code ref. https://git.suckless.org/sites/commit/05a0d9b6bf500a7b2955c4299a1912eb302ce40b.html | Bakkeby | 1 | +15 | -5 |
| 2022-07-02 15:59 | Merge pull request #73 from veltza/change-ctrl-l-behavior | Stein Gunnar Bakkeby | 4 | +121 | -65 |
| 2022-07-01 11:59 | Change Ctrl+l behaviour | veltza | 4 | +121 | -65 |
| 2022-06-10 11:46 | Merge pull request #68 from veltza/fix-flickering-sixels | Stein Gunnar Bakkeby | 1 | +7 | -16 |
| 2022-06-07 21:51 | Fix flickering when sixel images are moving | veltza | 1 | +7 | -16 |
| 2022-06-04 18:00 | Merge pull request #66 from myNameIsPK/master | Stein Gunnar Bakkeby | 1 | +1 | -1 |
| 2022-06-03 21:51 | Fix typo | myNameIsPK | 1 | +1 | -1 |
| 2022-04-11 13:56 | Adding background image reload patch ref. pull request #62 | bakkeby | 7 | +50 | -25 |
| 2022-03-28 09:23 | base64_digits: reduce scope, implicit zero, +1 size | bakkeby | 2 | +8 | -16 |
| 2022-03-28 09:21 | avoid potential UB when using isprint() | bakkeby | 1 | +1 | -1 |
| 2022-03-14 08:45 | make underlines and strikethroughs respect `chscale` | bakkeby | 2 | +6 | -7 |
| 2022-03-11 09:17 | background image: use xmalloc instead of malloc to exit st on malloc failures | bakkeby | 1 | +1 | -1 |
| 2022-03-11 08:38 | background image: make sure to close the farbfeld file on error | bakkeby | 1 | +17 | -26 |
| 2022-03-10 10:37 | Adding background image patch | bakkeby | 9 | +187 | -2 |
| 2022-03-06 11:30 | scrollback: do not scroll up when already at the top ref. #57 | bakkeby | 2 | +6 | -5 |
| 2022-02-24 12:46 | Delay redrawals on palette changes | bakkeby | 3 | +14 | -22 |
| 2022-02-24 12:39 | X10/SGR mouse: use alt as meta key instead of super/windows key | bakkeby | 1 | +1 | -1 |
| 2022-02-24 12:38 | LICENSE: bump year | bakkeby | 1 | +1 | -1 |
| 2022-02-24 12:38 | Fix mousereport | bakkeby | 1 | +59 | -42 |
| 2022-02-24 12:29 | bump version to 0.8.5 | bakkeby | 1 | +1 | -1 |
| 2022-02-24 12:28 | FAQ: fix a typo, patch -> path | bakkeby | 1 | +2 | -2 |
| 2022-02-24 12:27 | Fix overtyping wide characters. | bakkeby | 1 | +4 | -0 |
| 2022-02-24 12:25 | Fix null pointer access in strhandle | bakkeby | 1 | +2 | -2 |
| 2022-02-24 12:24 | Add support for OSC color sequences | bakkeby | 3 | +76 | -19 |
| 2021-12-15 10:23 | sixel: adding anysize patch compatibility ref. #45 | bakkeby | 1 | +4 | -0 |
| 2021-10-14 10:03 | Merge pull request #42 from stevenrace/patch-1 | Stein Gunnar Bakkeby | 1 | +1 | -1 |
| 2021-10-14 09:57 | Update patches.def.h | Steven | 1 | +1 | -1 |
| 2021-09-13 09:09 | Merge pull request #41 from dosisod/fix-sixel-alpha | Stein Gunnar Bakkeby | 1 | +1 | -1 |
| 2021-09-12 18:18 | Fix white background bleeding through sixel images: | dosisod | 1 | +1 | -1 |
| 2021-08-24 13:01 | fix possible rare crash when Xutf8TextPropertyToTextList fails | bakkeby | 2 | +10 | -6 |
| 2021-08-24 12:57 | fix a problem that the standard streams are unexpectedly closed | bakkeby | 1 | +3 | -0 |
| 2021-08-22 16:35 | undercurl: upgrading patch with curly, spiky and capped options | bakkeby | 2 | +347 | -1 |
| 2021-08-18 08:29 | [st][patch][csi_22_23] Styling fix; update terminfo | bakkeby | 1 | +6 | -2 |
| 2021-08-18 08:11 | open copied url: add exec promise to pledge for OpenBSD | bakkeby | 1 | +1 | -1 |
| 2021-08-18 08:07 | Adding the CSI 22, 23 patch | bakkeby | 5 | +123 | -1 |
| 2021-08-05 08:17 | Updating SIXEL comment about uncommenting in config.mk instead of Makefile ref. #35 | bakkeby | 1 | +1 | -2 |
| 2021-08-03 15:51 | Merge pull request #39 from Hejsil/fix-buffer-overflows-in-openurl-patch | Stein Gunnar Bakkeby | 1 | +4 | -4 |
| 2021-08-03 14:20 | Fix buffer overflows in openurlonclick.c | Komari Spaghetti | 1 | +4 | -4 |
| 2021-07-29 16:45 | dynamic cursor color: trying out JuanScerriE's proposed amendment for the patch ref. #10 | bakkeby | 1 | +10 | -9 |
| 2021-07-29 15:15 | Removing 't' case for SIXEL patch ref. #35. | bakkeby | 1 | +0 | -6 |
| 2021-07-29 10:22 | Adding simple version of the anysize patch ref. #35 | bakkeby | 2 | +6 | -1 |
| 2021-07-26 08:16 | Adding columns patch ref. #34 | bakkeby | 4 | +38 | -0 |
| 2021-07-19 08:14 | Adding clearing of images and scrollback history when using clear ref. #30 | bakkeby | 2 | +17 | -2 |
| 2021-07-18 16:17 | Add 14th bit to XK_SWITCH_MOD bitmask | bakkeby | 2 | +2 | -2 |
| 2021-07-18 16:12 | Removing gross purging of sixels code ref. #30 | bakkeby | 1 | +0 | -10 |
| 2021-07-12 07:25 | newterm: dwm swallow compatibility | bakkeby | 1 | +13 | -3 |
| 2021-07-07 08:08 | Adding openurlonclick patch ref. #32 | bakkeby | 8 | +93 | -2 |
| 2021-07-07 07:49 | Reverting OSC 10 and 11 changes ref. #30 | bakkeby | 1 | +0 | -4 |
| 2021-07-07 07:43 | Adding proposed scrollback changes for sixel graphics ref. #30 | bakkeby | 5 | +70 | -23 |
| 2021-06-27 07:38 | Merge pull request #31 from Ultrahalf/master | Stein Gunnar Bakkeby | 1 | +1 | -1 |
| 2021-06-27 06:58 | Fix typo | Muhamad Althaf | 1 | +1 | -1 |
| 2021-06-09 07:54 | Adding hide terminal cursor patch | bakkeby | 3 | +16 | -0 |
| 2021-05-24 11:36 | ligatures: addressing boxdraw compatibility issue ref. #29 | bakkeby | 1 | +7 | -0 |
| 2021-05-16 09:40 | Adding swapmouse patch ref. #28 | bakkeby | 3 | +46 | -4 |
| 2021-05-15 09:44 | externalpipe: sigchld changes interfere with right-click-to-plumb and opencopied patches, proposed fix ref. #27 | bakkeby | 3 | +12 | -1 |
| 2021-05-15 07:16 | Proposed fix for wide glyphs ref. #26 | bakkeby | 1 | +8 | -2 |
| 2021-05-11 14:35 | Adding default cursor patch | bakkeby | 3 | +29 | -0 |
| 2021-05-11 13:42 | Revert "Restore cursor when exiting alt mode." | bakkeby | 3 | +0 | -13 |
| 2021-05-11 08:12 | Restore cursor when exiting alt mode. | bakkeby | 3 | +13 | -0 |
| 2021-05-10 08:43 | Upgrading to latest master, 46b02f, 2021-03-28 | bakkeby | 1 | +2 | -0 |
| 2021-05-10 08:43 | vim-browse: fix for missing history overlay | bakkeby | 1 | +4 | -1 |
| 2021-05-10 08:33 | execsh: missing arg argument | bakkeby | 1 | +1 | -1 |
| 2021-05-10 07:39 | Upgrading to latest master, 46b02f, 2021-03-28 | bakkeby | 1 | +1 | -1 |
| 2021-05-10 07:35 | Mild const-correctness improvements. | bakkeby | 3 | +28 | -26 |
| 2021-05-10 07:28 | ST: Add WM_ICON_NAME property support | bakkeby | 4 | +24 | -1 |
| 2021-05-10 07:22 | fix: correctly encode mouse buttons >= 8 in X10 and SGR mode | bakkeby | 1 | +3 | -1 |
| 2021-05-09 17:53 | vim-browse: segment fault when applied on top of st-clipboard patch ref. #21 | bakkeby | 1 | +0 | -3 |
| 2021-05-09 15:48 | Adding vim browse patch ref. #21 | bakkeby | 13 | +772 | -24 |
| 2021-05-09 13:06 | Refactoring Makefile and config.mk to make it easier to enable patches such as the ligatures patch and the sixel patch | bakkeby | 3 | +12 | -13 |
| 2021-05-09 12:40 | Adding alpha-focus-highlight patch | bakkeby | 5 | +85 | -2 |
| 2021-05-09 07:25 | Adding sync patch ref. #21 | bakkeby | 10 | +143 | -2 |
| 2021-05-09 06:08 | copyurl: upgrading to support non-ascii URLs ref. #21 | bakkeby | 1 | +2 | -7 |
| 2021-05-08 15:49 | Adding universcroll patch ref. #21 | bakkeby | 11 | +38 | -14 |
| 2021-05-08 14:57 | Adding delkey patch ref. #21 | bakkeby | 3 | +17 | -1 |
| 2021-05-08 14:50 | Adding osc_10_11_12_2 patch ref. #21 | bakkeby | 3 | +53 | -2 |
| 2021-05-08 12:49 | Adding netwmicon patch ref. #21 | bakkeby | 6 | +712 | -1 |
| 2021-05-08 12:24 | Adding desktop patch ref. #21 | bakkeby | 2 | +12 | -0 |
| 2021-05-08 08:53 | Adding undercurl patch ref. #20 | bakkeby | 6 | +187 | -2 |
| 2021-05-08 08:13 | Adding blinking cursor patch ref. #20 | bakkeby | 4 | +91 | -6 |
| 2021-05-07 19:09 | Merge pull request #19 from loiccoyle/advertise_sixel | Stein Gunnar Bakkeby | 1 | +4 | -0 |
| 2021-05-07 14:52 | advertise sixel support | Loic Coyle | 1 | +4 | -0 |
| 2021-05-07 07:27 | xresources reload: minor style changes ref. #16 | bakkeby | 4 | +10 | -8 |
| 2021-05-07 07:12 | Merge pull request #16 from loiccoyle/reload_xresources | Stein Gunnar Bakkeby | 4 | +43 | -6 |
| 2021-05-07 07:08 | Merge pull request #18 from loiccoyle/fix_xresources_relativeborder | Stein Gunnar Bakkeby | 1 | +4 | -0 |
| 2021-05-06 22:46 | add RELATIVEBORDER_PATCH check | Loic Coyle | 1 | +4 | -0 |
| 2021-04-23 22:17 | Add XRESOURCES_RELOAD_PATCH | Loic Coyle | 4 | +43 | -6 |
| 2021-04-23 09:29 | Merge pull request #15 from loiccoyle/background_alpha_escape_sequence | Stein Gunnar Bakkeby | 1 | +10 | -0 |
| 2021-04-22 18:49 | Add alpha to background color from escape sequence | Loic Coyle | 1 | +10 | -0 |
| 2021-04-21 13:48 | Adding workaround for Variable Fonts causing too wide letter spacing | bakkeby | 3 | +22 | -0 |
| 2021-03-29 08:27 | Addressing relativeborder plus ligatures combo conflict | bakkeby | 2 | +4 | -9 |
| 2021-03-29 08:26 | Addressing relativeborder plus ligatures combo conflict | bakkeby | 1 | +1 | -1 |
| 2021-03-29 07:13 | Unable to make while using scrollback patch ref. #14 | bakkeby | 2 | +3 | -3 |
| 2021-03-10 17:09 | Adding sixel support ref. #7 | bakkeby | 17 | +1264 | -156 |
| 2021-02-26 13:33 | Adding dynamic cursor color patch ref. #10 | bakkeby | 3 | +30 | -0 |
| 2021-02-24 07:52 | keyboardselect: style changes | bakkeby | 1 | +209 | -209 |
| 2021-02-24 07:44 | Merge pull request #9 from kiprasmel/fix/patch-keyboardselect_st.c-with-ligatures | Stein Gunnar Bakkeby | 1 | +8 | -2 |
| 2021-02-23 22:58 | fix keyboardselect patch when combined with ligatures patch | Kipras Melnikovas | 1 | +8 | -2 |
| 2021-02-15 13:38 | Adding alpha gradient patch | bakkeby | 1 | +5 | -0 |
| 2021-02-15 13:37 | Adding alpha gradient patch | bakkeby | 4 | +20 | -3 |
| 2020-11-14 15:24 | Adding wide glyphs patch | bakkeby | 4 | +82 | -1 |
| 2020-10-23 08:14 | Adding monochrome patch and anysize-nobar patch | bakkeby | 4 | +55 | -1 |
| 2020-08-21 15:28 | externalpipe: ensure all of st's children are reaped | bakkeby | 1 | +11 | -0 |
| 2020-08-08 16:09 | Re-added visualbell patch | bakkeby | 3 | +27 | -2 |
| 2020-06-26 13:01 | Added the single drawable buffer patch as per the FAQ in order to get w3m images to display | bakkeby | 3 | +20 | -0 |
| 2020-06-25 10:43 | bump version to 0.8.4 | bakkeby | 2 | +4 | -2 |
| 2020-06-25 10:41 | config.mk: use PKG_CONFIG in commented OpenBSD section | bakkeby | 1 | +2 | -2 |
| 2020-06-25 10:39 | LICENSE: bump years | bakkeby | 1 | +1 | -1 |
| 2020-06-25 10:38 | remove sixel stub code | bakkeby | 1 | +5 | -21 |
| 2020-06-25 10:32 | fix unicode glitch in DCS strings, patch by Tim Allen | bakkeby | 1 | +0 | -1 |
| 2020-06-14 18:04 | Adding w3m patch | bakkeby | 3 | +15 | -2 |
| 2020-06-10 19:02 | FAQ: fix single-buffer patch (249ef9) | bakkeby | 2 | +15 | -12 |
| 2020-06-10 18:53 | config.def.h: add an option allowwindowops, by default off (secure) | bakkeby | 3 | +6 | -1 |
| 2020-06-10 18:50 | FAQ: add some details about the w3m img hack | bakkeby | 1 | +54 | -6 |
| 2020-06-10 18:48 | tiny style fix (2f4f87) | bakkeby | 1 | +1 | -1 |
| 2020-06-10 18:46 | Partially add back in "support REP (repeat) escape sequence" (aa0631) | bakkeby | 2 | +12 | -0 |
| 2020-06-05 11:43 | Adding ligatures patch as requested in #4 | bakkeby | 10 | +223 | -8 |
| 2020-05-24 15:21 | Upgrade to 3c8b75 | bakkeby | 1 | +1 | -1 |
| 2020-05-24 15:19 | Call xsetcursor to set win.cursor in main | bakkeby | 1 | +4 | -5 |
| 2020-05-22 09:47 | Xresources improvements for default config | bakkeby | 1 | +11 | -13 |
| 2020-05-20 13:04 | Upgrade to 222876 | bakkeby | 1 | +2 | -2 |
| 2020-05-20 13:00 | Revert "support REP (repeat) escape sequence" | bakkeby | 3 | +2 | -13 |
| 2020-05-20 12:59 | support REP (repeat) escape sequence | bakkeby | 3 | +13 | -2 |
| 2020-05-20 12:40 | Add rin terminfo capability | bakkeby | 2 | +3 | -2 |
| 2020-05-20 12:39 | Make shift+wheel behaves as shift+Prev/Next | bakkeby | 2 | +5 | -3 |
| 2020-05-20 12:30 | Fix selection: selscroll | bakkeby | 2 | +10 | -20 |
| 2020-05-20 12:29 | Fix selection: ignore ATTR_WRAP when rectangular selection in getsel | bakkeby | 2 | +4 | -3 |
| 2020-05-20 12:26 | Fix selection: selclear in tputc | bakkeby | 2 | +3 | -3 |
| 2020-05-20 12:26 | code-style: add fallthrough comment | bakkeby | 3 | +4 | -2 |
| 2020-05-20 12:24 | optimize column width calculation and utf-8 encode for ASCII | bakkeby | 2 | +3 | -3 |
| 2020-05-20 12:23 | fix for incorrect (partial) written sequences when libc wcwidth() == -1 | bakkeby | 2 | +3 | -5 |
| 2020-05-20 12:22 | tiny code-style and typo-fix in comment (df79f2) | bakkeby | 3 | +7 | -7 |
| 2020-05-20 12:15 | auto-sync: draw on idle to avoid flicker/tearing | bakkeby | 10 | +73 | -287 |
| 2020-05-09 12:02 | Library dependencies must be enabled / uncommented on a need basis (alpha patch and themed cursor patch), ref. #5 | bakkeby | 2 | +11 | -1 |
| 2020-04-30 07:05 | [PATCH] replace exit(3) by _exit(2) in signal handler sigchld() | bakkeby | 2 | +2 | -2 |
| 2020-04-27 12:05 | bump version to 0.8.3 | bakkeby | 2 | +2 | -2 |
| 2020-04-20 11:06 | [st][PATCH] externalpipe and externalpipein | bakkeby | 5 | +61 | -16 |
| 2020-04-20 10:43 | [st][PATCH] externalpipe sigaction | bakkeby | 3 | +25 | -1 |
| 2020-04-20 10:35 | [st][PATCH] OSC 10/11/12 fg, bg and cursor colors | bakkeby | 3 | +17 | -5 |
| 2020-04-20 10:19 | [st][PATCH] xclearwin clears the window | bakkeby | 2 | +4 | -4 |
| 2020-04-20 10:14 | Added the force redraw on keypress patch | bakkeby | 3 | +36 | -1 |
| 2020-04-20 08:55 | Update XIM cursor position only if changed | bakkeby | 1 | +3 | -1 |
| 2020-04-20 08:53 | just remove the EOF message | bakkeby | 1 | +0 | -1 |
| 2020-04-20 08:52 | Add st-mono terminfo entry | bakkeby | 1 | +12 | -8 |
| 2020-04-20 08:49 | config.def.h: add a comment for the scroll variable | bakkeby | 1 | +1 | -0 |
| 2020-04-20 08:48 | Fix small typos | bakkeby | 1 | +3 | -4 |
| 2020-04-20 08:47 | Launch scroll program with the default shell | bakkeby | 1 | +6 | -3 |
| 2020-04-20 08:39 | Update FAQ with the last modifications | bakkeby | 1 | +9 | -3 |
| 2020-04-20 08:32 | Add terminfo entries for backspace mode | bakkeby | 1 | +10 | -0 |
| 2020-04-20 08:30 | Fix style issue | bakkeby | 1 | +2 | -1 |
| 2020-04-20 08:29 | ttyread: test for EOF while reading tty | bakkeby | 1 | +16 | -10 |
| 2020-04-20 08:24 | Add support for scroll(1) | bakkeby | 4 | +16 | -11 |
| 2020-04-16 09:19 | [st][PATCH] Update XIM cursor position only if changed | bakkeby | 1 | +3 | -2 |
| 2020-04-10 11:57 | make argv0 not static, fixes a warning with tcc (fcd339) | bakkeby | 1 | +1 | -1 |
| 2020-04-05 16:09 | [st][scrollback] Update for latest git | bakkeby | 1 | +10 | -0 |
| 2020-04-02 14:23 | [st] mouseshortcuts: fix custom modifier on release (4c84ac4) | bakkeby | 1 | +18 | -4 |
| 2020-04-02 06:43 | Correcting link to patches.h following move to patches.def.h | bakkeby | 1 | +1 | -1 |
| 2020-03-29 14:46 | Adding workingdir patch | bakkeby | 3 | +31 | -3 |
| 2020-03-29 13:38 | Adding invert patch | bakkeby | 8 | +64 | -0 |
| 2020-03-24 19:05 | Custom changes to make the altscreen mouse scollback patch working with latest version of st | bakkeby | 3 | +36 | -27 |
| 2020-03-24 14:42 | Remove explicit XNFocusWindow (f618b1) | bakkeby | 1 | +0 | -1 |
| 2020-03-24 14:41 | x: fix XIM handling (8888e3) | bakkeby | 1 | +45 | -25 |
| 2020-03-24 14:37 | x: check we still have an XIC context before accessing it (ce060a) | bakkeby | 1 | +5 | -2 |
| 2020-03-24 14:36 | x: do not instantiate a new nested list on each cursor move (b67c9b) | bakkeby | 1 | +12 | -4 |
| 2020-03-24 14:34 | x: move IME variables into XWindow ime embedded struct (2f6ef4) | bakkeby | 1 | +17 | -18 |
| 2020-03-24 13:28 | Increase XmbLookupString buffer (f5fd0c) | bakkeby | 1 | +1 | -1 |
| 2020-03-24 13:27 | update FAQ (7c405f) | bakkeby | 1 | +11 | -10 |
| 2020-03-24 13:25 | OSC 52 - copy to clipboard: don't limit to 382 bytes (7a018b) | bakkeby | 1 | +11 | -4 |
| 2020-03-24 13:23 | CSIEscape, STREscape: use size_t for buffer length (b3ccac) | bakkeby | 1 | +4 | -4 |
| 2020-03-24 13:22 | STREscape: don't trim prematurely (d98c43) | bakkeby | 1 | +1 | -1 |
| 2020-03-24 13:21 | base64dec: don't read out of bounds (0b2eb9) | bakkeby | 1 | +5 | -1 |
| 2020-03-24 13:18 | Fix tmux terminfo extensions Se and Ss (1d4f60) | bakkeby | 1 | +2 | -2 |
| 2020-03-24 13:17 | apply hints before initial mapping (ICCCM) (843cfe) | bakkeby | 1 | +1 | -1 |
| 2020-03-24 13:16 | mouse shortcuts: allow using forcemousemod (e.g. shift) (4c7150) | bakkeby | 1 | +3 | -2 |
| 2020-03-24 13:14 | mouse shortcuts: don't hardcode selpaste (ff828c) | bakkeby | 2 | +31 | -16 |
| 2020-03-24 13:08 | mouse shortcuts: allow override for all shortcuts (7729e7) | bakkeby | 2 | +13 | -13 |
| 2020-03-24 13:02 | mouse shortcuts: allow same functions as kb shortcuts (410651) | bakkeby | 3 | +20 | -16 |
| 2020-03-24 12:56 | config.def.h: remove crlf value section (938580) | bakkeby | 1 | +0 | -4 |
| 2020-03-24 12:54 | FAQ: add entry about color emoji Xft bug (bbb3e5) | bakkeby | 1 | +27 | -0 |
| 2020-03-24 12:52 | selection: fix view to match actual selection on first cell (3c7ecf) | bakkeby | 1 | +1 | -1 |
| 2020-03-24 12:51 | revert part of commit add0211522737b79dad990ccd65c8af63b5cc1dd (cae586) | bakkeby | 3 | +5 | -7 |
| 2020-03-24 12:49 | dont print color warning on color reset OSC 104 without parameter (294808) | bakkeby | 1 | +4 | -1 |
| 2020-03-24 12:49 | minor code-style, initialize var at the top of function (2d4ee4) | bakkeby | 1 | +1 | -3 |
| 2020-03-24 12:47 | config.def.h: tweak extra worddelimiters (057e32) | bakkeby | 1 | +1 | -1 |
| 2020-03-24 12:41 | use iswspace()/iswpunct() to find word delimiters (5cc1dd) | bakkeby | 3 | +7 | -5 |
| 2020-03-24 12:38 | replace utf8strchr with wcschr (4b51e7) | bakkeby | 3 | +8 | -26 |
| 2020-03-24 10:35 | Adding st to .gitignore | bakkeby | 1 | +1 | -0 |
| 2020-03-24 10:34 | fixime strikethrough | bakkeby | 1 | +1 | -1 |
| 2020-03-24 10:33 | be silent about explicitly unhandled mouse modes (9216d5) | bakkeby | 1 | +1 | -0 |
| 2020-03-24 10:25 | better Input Method Editor (IME) support (35f7db) | bakkeby | 11 | +56 | -96 |
| 2020-03-21 15:41 | Adding font2 patch as per request #3 | bakkeby | 9 | +142 | -14 |
| 2020-01-26 15:20 | Moving patches.h to patches.def.h to match that of config | bakkeby | 3 | +5 | -1 |
| 2020-01-07 07:05 | Adding st embedder patch | bakkeby | 7 | +117 | -1 |
| 2019-11-21 09:19 | Fix for Neovim Crashes On Open #1 | bakkeby | 1 | +2 | -2 |
| 2019-11-21 09:18 | Adding comment for FIXKEYBOARDINPUT_PATCH | bakkeby | 1 | +2 | -1 |
| 2019-10-16 06:28 | Adding note about flexipatch-finalizer | bakkeby | 12 | +31 | -45 |
| 2019-09-17 06:53 | Adding relativeborder, fix-keyboard-input, iso14755, visualbell, rightclicktoplumb, boxdraw and keyboard-select patches | bakkeby | 25 | +1995 | -46 |
| 2019-09-16 23:18 | Adding spoiler, external pipe and themed cursor patches | bakkeby | 9 | +132 | -3 |
| 2019-09-16 13:31 | Adding scrollback patch | bakkeby | 9 | +304 | -4 |
| 2019-09-16 12:21 | Adding xresources patch | bakkeby | 7 | +133 | -0 |
| 2019-09-16 10:40 | Adding fixime, newterm and opencopied patches | bakkeby | 17 | +255 | -24 |
| 2019-09-16 08:40 | Adding copyurl and disable-fonts patch | bakkeby | 9 | +264 | -5 |
| 2019-09-16 07:51 | Adding clipboard patch | bakkeby | 5 | +23 | -476 |
| 2019-09-16 07:40 | Adding bold-is-not-bright patch | bakkeby | 3 | +17 | -5 |
| 2019-09-16 07:35 | Initial commit, adding alpha and anysize patches | bakkeby | 18 | +6677 | -0 |