This website requires JavaScript.
0bb43eff81
Call xsetcursor to set win.cursor in main
bakkeby
2020-05-24 17:19:24 +0200
f6637c640e
Xresources improvements for default config
bakkeby
2020-05-22 11:47:04 +0200
c594597596
Upgrade to 222876
bakkeby
2020-05-20 15:04:43 +0200
a095e46895
Revert "support REP (repeat) escape sequence"
bakkeby
2020-05-20 15:00:46 +0200
eb56c17d51
support REP (repeat) escape sequence
bakkeby
2020-05-20 14:59:43 +0200
ee4f3ae97b
Add rin terminfo capability
bakkeby
2020-05-20 14:40:38 +0200
bda4877b5f
Make shift+wheel behaves as shift+Prev/Next
bakkeby
2020-05-20 14:39:35 +0200
0ade2e6268
Fix selection: selscroll
bakkeby
2020-05-20 14:30:44 +0200
e3a567ed79
Fix selection: ignore ATTR_WRAP when rectangular selection in getsel
bakkeby
2020-05-20 14:29:02 +0200
18b2af6546
Fix selection: selclear in tputc
bakkeby
2020-05-20 14:26:56 +0200
7a1259e112
code-style: add fallthrough comment
bakkeby
2020-05-20 14:26:04 +0200
0c41364e3d
optimize column width calculation and utf-8 encode for ASCII
bakkeby
2020-05-20 14:24:44 +0200
6bf5eb8a38
fix for incorrect (partial) written sequences when libc wcwidth() == -1
bakkeby
2020-05-20 14:23:46 +0200
338818b2b3
tiny code-style and typo-fix in comment (df79f2)
bakkeby
2020-05-20 14:22:04 +0200
5c7d8ab1ad
auto-sync: draw on idle to avoid flicker/tearing
bakkeby
2020-05-20 14:15:57 +0200
87fe11cfcc
Library dependencies must be enabled / uncommented on a need basis (alpha patch and themed cursor patch), ref. #5
bakkeby
2020-05-09 14:02:24 +0200
f34aef7e07
[PATCH] replace exit(3) by _exit(2) in signal handler sigchld()
bakkeby
2020-04-30 09:05:55 +0200
17afd4c38b
bump version to 0.8.3
bakkeby
2020-04-27 14:05:28 +0200
b71d9f6669
[st][PATCH] externalpipe and externalpipein
bakkeby
2020-04-20 13:06:39 +0200
5ad2174cf9
[st][PATCH] externalpipe sigaction
bakkeby
2020-04-20 12:43:04 +0200
bda5b50b99
[st][PATCH] OSC 10/11/12 fg, bg and cursor colors
bakkeby
2020-04-20 12:35:11 +0200
24c9ea1e51
[st][PATCH] xclearwin clears the window
bakkeby
2020-04-20 12:19:05 +0200
a4d8ea1853
Added the force redraw on keypress patch
bakkeby
2020-04-20 12:14:49 +0200
ae97f681fc
Update XIM cursor position only if changed
bakkeby
2020-04-20 10:55:37 +0200
60d1827504
just remove the EOF message
bakkeby
2020-04-20 10:53:23 +0200
e4fa8079a0
Add st-mono terminfo entry
bakkeby
2020-04-20 10:52:40 +0200
f91a10d0e6
config.def.h: add a comment for the scroll variable
bakkeby
2020-04-20 10:49:54 +0200
429ad84669
Fix small typos
bakkeby
2020-04-20 10:48:37 +0200
18acc55f12
Launch scroll program with the default shell
bakkeby
2020-04-20 10:47:21 +0200
a1d06b7b98
Update FAQ with the last modifications
bakkeby
2020-04-20 10:39:06 +0200
ef971e1f67
Add terminfo entries for backspace mode
bakkeby
2020-04-20 10:32:04 +0200
2797bd3144
Fix style issue
bakkeby
2020-04-20 10:30:19 +0200
fe6e6324d7
ttyread: test for EOF while reading tty
bakkeby
2020-04-20 10:29:26 +0200
2090981be3
Add support for scroll(1)
bakkeby
2020-04-20 10:24:34 +0200
2465559051
[st][PATCH] Update XIM cursor position only if changed
bakkeby
2020-04-16 11:19:33 +0200
f7b0d77a03
make argv0 not static, fixes a warning with tcc (fcd339)
bakkeby
2020-04-10 13:57:14 +0200
56ff8cd7c7
[st][scrollback] Update for latest git
bakkeby
2020-04-05 18:09:50 +0200
914cee019d
[st] mouseshortcuts: fix custom modifier on release (4c84ac4)
bakkeby
2020-04-02 16:23:53 +0200
d230df0802
Correcting link to patches.h following move to patches.def.h
bakkeby
2020-04-02 08:43:00 +0200
7dee587ceb
Adding workingdir patch
bakkeby
2020-03-29 16:46:38 +0200
d26b46ffa7
Adding invert patch
bakkeby
2020-03-29 15:38:16 +0200
4966f31256
Custom changes to make the altscreen mouse scollback patch working with latest version of st
bakkeby
2020-03-24 20:05:07 +0100
87b8b9cf48
Remove explicit XNFocusWindow (f618b1)
bakkeby
2020-03-24 15:42:47 +0100
baf5955e45
x: fix XIM handling (8888e3)
bakkeby
2020-03-24 15:41:43 +0100
2e2d10eca6
x: check we still have an XIC context before accessing it (ce060a)
bakkeby
2020-03-24 15:37:28 +0100
e22dab0391
x: do not instantiate a new nested list on each cursor move (b67c9b)
bakkeby
2020-03-24 15:36:22 +0100
7c7d16b843
x: move IME variables into XWindow ime embedded struct (2f6ef4)
bakkeby
2020-03-24 15:34:12 +0100
fac82e981c
Increase XmbLookupString buffer (f5fd0c)
bakkeby
2020-03-24 14:28:43 +0100
94ade62f52
update FAQ (7c405f)
bakkeby
2020-03-24 14:27:45 +0100
2de79ac677
OSC 52 - copy to clipboard: don't limit to 382 bytes (7a018b)
bakkeby
2020-03-24 14:25:10 +0100
0d5ea3a3f2
CSIEscape, STREscape: use size_t for buffer length (b3ccac)
bakkeby
2020-03-24 14:23:28 +0100
2da5aca965
STREscape: don't trim prematurely (d98c43)
bakkeby
2020-03-24 14:22:09 +0100
5f311ddc78
base64dec: don't read out of bounds (0b2eb9)
bakkeby
2020-03-24 14:21:08 +0100
63b2d856cf
Fix tmux terminfo extensions Se and Ss (1d4f60)
bakkeby
2020-03-24 14:18:19 +0100
be0f0d56e5
apply hints before initial mapping (ICCCM) (843cfe)
bakkeby
2020-03-24 14:17:17 +0100
c90ac5e476
mouse shortcuts: allow using forcemousemod (e.g. shift) (4c7150)
bakkeby
2020-03-24 14:16:02 +0100
0cdfd86e5e
mouse shortcuts: don't hardcode selpaste (ff828c)
bakkeby
2020-03-24 14:14:10 +0100
ed7837a816
mouse shortcuts: allow override for all shortcuts (7729e7)
bakkeby
2020-03-24 14:08:08 +0100
584f3928ad
mouse shortcuts: allow same functions as kb shortcuts (410651)
bakkeby
2020-03-24 14:02:07 +0100
4aa6989993
config.def.h: remove crlf value section (938580)
bakkeby
2020-03-24 13:56:40 +0100
a15712c2e6
FAQ: add entry about color emoji Xft bug (bbb3e5)
bakkeby
2020-03-24 13:54:27 +0100
78d1d7c181
selection: fix view to match actual selection on first cell (3c7ecf)
bakkeby
2020-03-24 13:52:56 +0100
87c1d1e598
revert part of commit add0211522737b79dad990ccd65c8af63b5cc1dd (cae586)
bakkeby
2020-03-24 13:51:45 +0100
d8b8f94d64
dont print color warning on color reset OSC 104 without parameter (294808)
bakkeby
2020-03-24 13:49:57 +0100
fa3d47596d
minor code-style, initialize var at the top of function (2d4ee4)
bakkeby
2020-03-24 13:49:01 +0100
9e18ce3cb1
config.def.h: tweak extra worddelimiters (057e32)
bakkeby
2020-03-24 13:47:39 +0100
f86b641b5f
use iswspace()/iswpunct() to find word delimiters (5cc1dd)
bakkeby
2020-03-24 13:41:19 +0100
42f401b428
replace utf8strchr with wcschr (4b51e7)
bakkeby
2020-03-24 13:38:27 +0100
4e0216a94a
Adding st to .gitignore
bakkeby
2020-03-24 11:35:58 +0100
d7c5b9f40b
fixime strikethrough
bakkeby
2020-03-24 11:34:18 +0100
f09c417473
be silent about explicitly unhandled mouse modes (9216d5)
bakkeby
2020-03-24 11:33:22 +0100
e7cfd5ae16
better Input Method Editor (IME) support (35f7db)
bakkeby
2020-03-24 11:25:39 +0100
9f1a2db7c5
Adding font2 patch as per request #3
bakkeby
2020-03-21 16:41:43 +0100
188ec2fa1c
Moving patches.h to patches.def.h to match that of config
bakkeby
2020-01-26 16:20:06 +0100
352170eec8
Adding st embedder patch
bakkeby
2020-01-07 08:05:00 +0100
e76c4c0637
Fix for Neovim Crashes On Open #1
bakkeby
2019-11-21 10:19:26 +0100
7b7372fda4
Adding comment for FIXKEYBOARDINPUT_PATCH
bakkeby
2019-11-21 10:18:47 +0100
dc915b6056
Adding note about flexipatch-finalizer
bakkeby
2019-10-16 08:28:00 +0200
cfecd195ba
Adding relativeborder, fix-keyboard-input, iso14755, visualbell, rightclicktoplumb, boxdraw and keyboard-select patches
bakkeby
2019-09-17 08:53:00 +0200
db32474a7f
Adding spoiler, external pipe and themed cursor patches
bakkeby
2019-09-17 01:18:44 +0200
d52c5e4ce8
Adding scrollback patch
bakkeby
2019-09-16 15:31:58 +0200
4bd0ed3327
Adding xresources patch
bakkeby
2019-09-16 14:21:09 +0200
7615c2f0aa
Adding fixime, newterm and opencopied patches
bakkeby
2019-09-16 12:40:07 +0200
35e6403c69
Adding copyurl and disable-fonts patch
bakkeby
2019-09-16 10:40:16 +0200
ec58f77b6b
Adding clipboard patch
bakkeby
2019-09-16 09:51:41 +0200
9aefe8e4f7
Adding bold-is-not-bright patch
bakkeby
2019-09-16 09:40:40 +0200
5d336c2796
Initial commit, adding alpha and anysize patches
bakkeby
2019-09-16 09:35:57 +0200