Search Criteria
Package Details: st-scrollback-git 0.8.2.r25.g3848301-1
Git Clone URL: | https://aur.archlinux.org/st-scrollback-git.git (read-only, click to copy) |
---|---|
Package Base: | st-scrollback-git |
Description: | Simple virtual terminal emulator for X, patched with scrollback patches |
Upstream URL: | https://st.suckless.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Turski |
Maintainer: | Turski |
Last Packager: | Turski |
Votes: | 2 |
Popularity: | 0.005202 |
First Submitted: | 2017-02-04 16:19 |
Last Updated: | 2020-01-09 18:03 |
Dependencies (4)
- libxft (libxft-bgra-git, libxft-bgra)
- git (git-git) (make)
- libxext (libxext-git) (make)
- ncurses (ncurses-nohex, ncurses-git) (make)
Required by (11)
- dmenu-abdellatif (requires st) (optional)
- dwm (requires st)
- dwm-distrotube-git (requires st)
- dwm-jfchevrette (requires st)
- dwm-keycodes (requires st)
- dwm-luke-git (requires st) (optional)
- dwm-supermario9590-git (requires st)
- dwm-wrightjjw-git (requires st)
- dwm-zarcastic-git (requires st)
- surf-baitinq-git (requires st) (optional)
- surf-git (requires st) (optional)
Latest Comments
1 2 Next › Last »
mito commented on 2020-06-22 02:53
Thanks for the package. Could you update it? The scroll patches are broken.
Turski commented on 2020-01-09 18:08
Sorry for the delay. Updated!
shoober420 commented on 2019-10-18 04:47
Hey, the new mouse shortcut git commits broke the scroll back patches. Dang.
shoober420 commented on 2019-04-16 02:14
Thank you good sir. I just saw this today and have been using it. Runs great and it works!
Turski commented on 2019-03-31 12:24
I pushed the updated patch to suckless.org, it might take couple days to be online.
shoober420 commented on 2019-03-26 16:16
Thank you good sir bryn!
bryn commented on 2019-03-26 10:25
@shoober420 , you can change the source to use the commit hash specified in the first diff file:
edit: Here's a diff file for the most recent commit: https://pastebin.com/XtATCA7c
This is just the first diff file, I'm not really interested in the mouse scrollback myself
shoober420 commented on 2019-03-26 05:04
I get an error while trying to compile.
Applying patch st-scrollback-20190122-3be4cf1.diff... Checking patch config.def.h... Checking patch st.c... error: while searching for:
define ISCONTROLC1(c) (BETWEEN(c, 0x80, 0x9f))
define ISCONTROL(c) (ISCONTROLC0(c) || ISCONTROLC1(c))
define ISDELIM(u) (utf8strchr(worddelimiters, u) != NULL)
enum term_mode { MODE_WRAP = 1 << 0,
error: patch failed: st.c:42 error: st.c: patch does not apply Checking patch st.h... ==> ERROR: A failure occurred in prepare(). Aborting...
Turski commented on 2019-02-06 14:49
Thanks, done.
xiliyi commented on 2019-02-06 09:07
Thanks for the package. PKGCONF should be updated to get st-scrollback-mouse-altscreen-20190131-e23acb9.diff (and SHA1SUM should be changed correspondingly).