{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":701850598,"defaultBranch":"main","name":"st-sx","ownerLogin":"veltza","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-10-07T18:38:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/106755522?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710872592.0","currentOid":""},"activityList":{"items":[{"before":"14ab94ceaf8c887612ad4b439bab8d14bcf6ffaf","after":"01ecf25153f67647b58cb95443c9aab6d8a6ae47","ref":"refs/heads/main","pushedAt":"2024-06-13T12:29:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"sixel: prevent drawing on search bar\n\nIt's annoying to use the search bar when it's behind an image. So this\nfix prevents that from happening.","shortMessageHtmlLink":"sixel: prevent drawing on search bar"}},{"before":"4f954354f3b1823a2876633a30a5df911af5b0d6","after":"14ab94ceaf8c887612ad4b439bab8d14bcf6ffaf","ref":"refs/heads/main","pushedAt":"2024-06-12T17:41:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"keyboard select: add editing keys to search bar\n\nIn addition to the Backspace key, you can now use the Delete, Home, End\nand arrow keys in the search bar.","shortMessageHtmlLink":"keyboard select: add editing keys to search bar"}},{"before":"2535e11e2f362bd79c144c82858a0de525ace20f","after":"4f954354f3b1823a2876633a30a5df911af5b0d6","ref":"refs/heads/main","pushedAt":"2024-05-30T15:50:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Fix Delete and Insert key sequences\n\nst emits different Delete and Insert key sequences in normal mode and\napplication mode (Del: \\033[P and \\033[3~, Ins: \\033[4h and \\033[2~),\nwhereas other terminals emit the same sequences in both modes (Del:\n\\033[3~, Ins: \\033[2~). Because of this, those keys don't work in\napplications that don't turn on the application mode. For example, Helix\nand Micro editors don't do that. So, I've changed that st emits the same\nsequences in both modes, like other terminals, which fixes Delete and\nInsert keys in those problematic apps. If this fix causes any side\neffects, users can switch back to the original key behavior by editing\ntheir config.h files.","shortMessageHtmlLink":"Fix Delete and Insert key sequences"}},{"before":"55e8322390426dd7fda93e4bd8737976af5b699a","after":"2535e11e2f362bd79c144c82858a0de525ace20f","ref":"refs/heads/main","pushedAt":"2024-05-16T11:06:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"keyboard select: add *, #, o and O shortcuts","shortMessageHtmlLink":"keyboard select: add *, #, o and O shortcuts"}},{"before":"0a29cfd363ff82b22afebe72d701dfb52bad6e86","after":"55e8322390426dd7fda93e4bd8737976af5b699a","ref":"refs/heads/main","pushedAt":"2024-05-09T14:40:11.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"sixel: scale images on both screens when zooming in/out\n\nThis fixes an issue where images on the main screen don't scale when you\nincrease or decrease the font size on the alt screen.","shortMessageHtmlLink":"sixel: scale images on both screens when zooming in/out"}},{"before":"c06c39f9876748c286139cd963e664d7319f57f0","after":"0a29cfd363ff82b22afebe72d701dfb52bad6e86","ref":"refs/heads/main","pushedAt":"2024-05-04T13:38:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Add Setulc and Smulx to terminfo\n\nSu, Setulc and Smulx are non-standard terminfo capabilities. So let's\nsupport them all to make sure undercurls work in all apps.","shortMessageHtmlLink":"Add Setulc and Smulx to terminfo"}},{"before":"1d4ce6ffc6b56b19a8d1484ef6ebc382537c45f0","after":"c06c39f9876748c286139cd963e664d7319f57f0","ref":"refs/heads/main","pushedAt":"2024-04-27T10:05:01.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Fix the strikethrough thickness","shortMessageHtmlLink":"Fix the strikethrough thickness"}},{"before":"0dc1c34b77a2f79c85dd22bf4963243ae712f6e8","after":"1d4ce6ffc6b56b19a8d1484ef6ebc382537c45f0","ref":"refs/heads/main","pushedAt":"2024-04-09T19:52:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"sixel: add support for private and shared palettes\n\nBy default, the private palette is set, but it can be changed to the\nshared palette using the DECSET 1070 sequence:\n\nCSI ? Pm h\n Set Mode (with corresponding Reset Mode CSI ? Pm l ):\n Ps = 1 0 7 0 => use private color registers for each graphic,\n xterm.\n\nRef. https://invisible-island.net/xterm/ctlseqs/ctlseqs.html","shortMessageHtmlLink":"sixel: add support for private and shared palettes"}},{"before":"f3a05d28bea8a27a991ee9b44ae01360b411fbbd","after":"0dc1c34b77a2f79c85dd22bf4963243ae712f6e8","ref":"refs/heads/main","pushedAt":"2024-04-07T15:43:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"sixel: add support for fully transparent bg (P2=1)\n\nP2 selects how the terminal draws the background color.\n\nP2 Meaning\n0 or 2 (default) Pixel positions specified as 0 are set to the\n current background color.\n1 Pixel positions specified as 0 remain at their\n current color.\n\nBoth modes are now supported.\n\nRef. https://www.vt100.net/docs/vt3xx-gp/chapter14.html","shortMessageHtmlLink":"sixel: add support for fully transparent bg (P2=1)"}},{"before":"3da9355b2a9e39b2000292fa74f18be07c0afd2d","after":"f3a05d28bea8a27a991ee9b44ae01360b411fbbd","ref":"refs/heads/main","pushedAt":"2024-04-06T07:50:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"bump version to 0.9.2\n\nRef.\nhttps://git.suckless.org/st/commit/d63b9eb90245926b531bd54b1d591adb96613e70.html","shortMessageHtmlLink":"bump version to 0.9.2"}},{"before":"c7bad0d3d2ca704e79a79fad90a5733d851ecbf8","after":"3da9355b2a9e39b2000292fa74f18be07c0afd2d","ref":"refs/heads/main","pushedAt":"2024-04-04T11:13:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Reset title when an empty title string is given\n\nWith this patch, st will reset its window title when an empty string is\ngiven as the terminal title. For example:\n\tprintf \"\\033]0;\\007\"\n\nSome applications, like termdown, expect this functionality. xterm\nimplements it, but it seems that most other terminal emulators don't.\nIn any case, I don't see why there should ever be a case where the st\nwindow doesn't have a title property.\n\nRef.\nhttps://git.suckless.org/st/commit/497a75638291454875ba1ec8d484c7f3d6f41d66.html","shortMessageHtmlLink":"Reset title when an empty title string is given"}},{"before":"f1b52b6e268cce2de994f7bdc41c3aa90ae1bb72","after":"c7bad0d3d2ca704e79a79fad90a5733d851ecbf8","ref":"refs/heads/main","pushedAt":"2024-04-02T13:05:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"sixel: prevent crashing when size is zero\n\nCrashing happens when you zoom out and the width or height of an image\nbecomes zero.","shortMessageHtmlLink":"sixel: prevent crashing when size is zero"}},{"before":"2a39952b65e7cbf03a5527ea3ae59e0c9e11907b","after":"f1b52b6e268cce2de994f7bdc41c3aa90ae1bb72","ref":"refs/heads/main","pushedAt":"2024-04-01T12:13:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Add options to disable bold/italic fonts and...\n\n...the 'bold is not bright' patch","shortMessageHtmlLink":"Add options to disable bold/italic fonts and..."}},{"before":"8abb2021154ff72a6cce7e0e2920ed2dd217078a","after":"2a39952b65e7cbf03a5527ea3ae59e0c9e11907b","ref":"refs/heads/main","pushedAt":"2024-03-27T13:46:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"keyboard select: improve Z and X shortcuts\n\nThis changes the behavior of the Z and X shortcuts so that the prompts\nare aligned to the top of the screen unless select mode is on.","shortMessageHtmlLink":"keyboard select: improve Z and X shortcuts"}},{"before":"e13f54e838aa564f67fd6d7685a91d9f10dfe1d1","after":"8abb2021154ff72a6cce7e0e2920ed2dd217078a","ref":"refs/heads/main","pushedAt":"2024-03-25T14:35:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Fix OSC 104 without parameters not resetting colors\n\nThis fixes the OSC 104 sequence, which has no parameters and ends with\na semicolon '\\e]104;\\a', but does not reset every color. Note that the\nsequence without the semicolon '\\e]104\\a' has always worked correctly.","shortMessageHtmlLink":"Fix OSC 104 without parameters not resetting colors"}},{"before":"bde96b080363befd004d95f3580ab2e650fefecd","after":"e13f54e838aa564f67fd6d7685a91d9f10dfe1d1","ref":"refs/heads/main","pushedAt":"2024-03-24T16:58:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Reduce the size of glyph attributes\n\nThe glyph attributes fit in 16 bits again, so we can switch back to\nusing unsigned short, which reduces memory usage.","shortMessageHtmlLink":"Reduce the size of glyph attributes"}},{"before":"f289dcb76eebcc4bf21a4fb44d1c082e6eb56821","after":"bde96b080363befd004d95f3580ab2e650fefecd","ref":"refs/heads/main","pushedAt":"2024-03-22T11:10:28.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"bump version to 0.9.1\n\nRef.\nhttps://git.suckless.org/st/commit/5ce971628106fb767ef91bf4386227423f5fdf98.html","shortMessageHtmlLink":"bump version to 0.9.1"}},{"before":"0a0058fe005345571f0f7d4f8ff1fb4ccf0e54b2","after":"f289dcb76eebcc4bf21a4fb44d1c082e6eb56821","ref":"refs/heads/main","pushedAt":"2024-03-21T12:37:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Add options to disable anysize and dynamic cursor color patches","shortMessageHtmlLink":"Add options to disable anysize and dynamic cursor color patches"}},{"before":"06481bf3cff109b50012f8100d2961729b118e99","after":"0a0058fe005345571f0f7d4f8ff1fb4ccf0e54b2","ref":"refs/heads/main","pushedAt":"2024-03-20T13:05:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Silently ignore unsupported OSC 133 sequences","shortMessageHtmlLink":"Silently ignore unsupported OSC 133 sequences"}},{"before":"b6960511adaf6116722fbaa7c7154462157e4381","after":null,"ref":"refs/heads/osc133","pushedAt":"2024-03-19T18:23:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"}},{"before":"2b577c6d6b20b454a2e0fd12dc8749ff7ed77159","after":"06481bf3cff109b50012f8100d2961729b118e99","ref":"refs/heads/main","pushedAt":"2024-03-19T16:06:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Add support for OSC \"133;A\" sequence\n\nIf the shell prompt emits the OSC \"133;A\" sequence, you can use the\nCtrl+Shift+z/x shortcuts to scroll to the previous prompts, or use the\nZ/X keys in keyboard selection mode to jump between prompts.","shortMessageHtmlLink":"Add support for OSC \"133;A\" sequence"}},{"before":null,"after":"b6960511adaf6116722fbaa7c7154462157e4381","ref":"refs/heads/osc133","pushedAt":"2024-03-17T20:44:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Add preliminary support for OSC \"133;A\"","shortMessageHtmlLink":"Add preliminary support for OSC \"133;A\""}},{"before":"ac0ab85b6173bd6d3e5c5005bf801429e321473e","after":"2b577c6d6b20b454a2e0fd12dc8749ff7ed77159","ref":"refs/heads/main","pushedAt":"2024-03-15T16:39:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Fix background transparency\n\nRef.\nhttps://www.reddit.com/r/suckless/comments/zbrple/stalpha_patch_renders_background_brighter_than/","shortMessageHtmlLink":"Fix background transparency"}},{"before":"efe8286760dfb7171f58d69b43e39c4ab56f595c","after":"ac0ab85b6173bd6d3e5c5005bf801429e321473e","ref":"refs/heads/main","pushedAt":"2024-03-09T11:28:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Fix missing curly braces","shortMessageHtmlLink":"Fix missing curly braces"}},{"before":"99ea008ddc0023de0e494eaf144a5b677bbe75d2","after":"efe8286760dfb7171f58d69b43e39c4ab56f595c","ref":"refs/heads/main","pushedAt":"2024-03-05T17:23:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"set upper limit for REP escape sequence argument\n\nPreviously, printf 'L\\033[2147483647b' would call tputc('L') 2^31 times,\nmaking st unresponsive. This commit allows repeating the last character\nat most 65535 times in order to prevent freezing and DoS attacks.\n\nRef.\nhttps://git.suckless.org/st/commit/95f22c53059ccd60ee701ccf2659dacd95e4e89a.html","shortMessageHtmlLink":"set upper limit for REP escape sequence argument"}},{"before":"d34b160bcb95d8fd4ea3d408add0c98145831685","after":"99ea008ddc0023de0e494eaf144a5b677bbe75d2","ref":"refs/heads/main","pushedAt":"2024-01-25T14:30:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Fix typo/bug\n\nRef. https://github.com/ashish-yadav11/st/commit/861d7bb144302cf986250260eaf382f2712766ea","shortMessageHtmlLink":"Fix typo/bug"}},{"before":"5eda2fbd31354640c997d3c97e7dc7e2b942f23a","after":"d34b160bcb95d8fd4ea3d408add0c98145831685","ref":"refs/heads/main","pushedAt":"2024-01-21T18:49:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"keyboard select: add f, F, t, T, ; and , shortcuts","shortMessageHtmlLink":"keyboard select: add f, F, t, T, ; and , shortcuts"}},{"before":"c20b5f8093f52d05fd3bea1709a2267bbb897a59","after":"5eda2fbd31354640c997d3c97e7dc7e2b942f23a","ref":"refs/heads/main","pushedAt":"2024-01-17T15:33:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"Fix line selection","shortMessageHtmlLink":"Fix line selection"}},{"before":"b4a49c6e6d353d38de9c9f24a7080f9b66363b08","after":"c20b5f8093f52d05fd3bea1709a2267bbb897a59","ref":"refs/heads/main","pushedAt":"2024-01-15T13:08:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"keyboard select: refactor the code","shortMessageHtmlLink":"keyboard select: refactor the code"}},{"before":"fcccacc8cdacf5bed5a532eac3ae92f3257261a6","after":"b4a49c6e6d353d38de9c9f24a7080f9b66363b08","ref":"refs/heads/main","pushedAt":"2024-01-11T12:12:29.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"veltza","name":null,"path":"/veltza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/106755522?s=80&v=4"},"commit":{"message":"keyboard select: add shortcuts to launch the search...\n\n...without having to activate the keyboard selection mode first.\nBy default, Ctrl + Shift + F starts the forward search and\nCtrl + Shift + B starts the backward search. These shortcuts also\nactivate the keyboard selection mode and only work outside of the mode.","shortMessageHtmlLink":"keyboard select: add shortcuts to launch the search..."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEZGQ1qQA","startCursor":null,"endCursor":null}},"title":"Activity ยท veltza/st-sx"}