20:14 07-01-2023 | add support for colorscheme switch if SIGUSR(1-2) received | mjkloeckner | 4 | +148 | -15 |
23:55 01-11-2022 | Update | mjkloeckner | 12 | +4094 | -107 |
16:38 02-10-2022 | Update before applying anysize patch | Martin J. Kloeckner | 2 | +184 | -27 |
16:34 02-10-2022 | Update before applying gruvbox theme | Martin J. Kloeckner | 6 | +251 | -14 |
18:07 16-09-2022 | FAQ: document the color emojis crash issue which affected some systems is fixed | Hiltjo Posthuma | 1 | +3 | -0 |
11:55 18-08-2022 | st: use `void' to indicate an empty parameter list | Tom Schwindl | 1 | +1 | -1 |
13:38 01-05-2022 | Makefile: add manual path for OpenBSD | Hiltjo Posthuma | 1 | +1 | -0 |
14:21 07-01-2022 | code-golfing: cleanup osc color related code | NRK | 3 | +33 | -60 |
08:03 18-03-2022 | base64_digits: reduce scope, implicit zero, +1 size | NRK | 1 | +7 | -15 |
07:20 18-03-2022 | avoid potential UB when using isprint() | NRK | 1 | +1 | -1 |
06:44 13-03-2022 | make underlines and strikethroughs respect `chscale` | Zacchary Dempsey-Plante | 1 | +2 | -2 |
11:00 17-02-2022 | Delay redrawals on palette changes | Santtu Lakkala | 1 | +4 | -4 |
05:44 12-01-2022 | X10/SGR mouse: use alt as meta key instead of super/windows key | Hiltjo Posthuma | 1 | +1 | -1 |
13:11 10-01-2022 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
16:40 08-01-2022 | Fix mousereport | robert | 1 | +51 | -35 |
08:39 07-01-2022 | bump version to 0.8.5 | Hiltjo Posthuma | 1 | +1 | -1 |
08:15 02-01-2022 | FAQ: fix a typo, patch -> path | Hiltjo Posthuma | 1 | +2 | -2 |
14:07 29-12-2021 | Fix overtyping wide characters. | jamin | 1 | +4 | -0 |
07:41 27-12-2021 | Fix null pointer access in strhandle | Jochen Sprickerhof | 1 | +2 | -2 |
15:00 26-12-2021 | follow-up fix for OSC color sequences, return | Hiltjo Posthuma | 1 | +3 | -3 |
14:57 26-12-2021 | Add support for OSC color sequences | Raheman Vaiya | 4 | +100 | -4 |
08:44 24-08-2021 | fix possible rare crash when Xutf8TextPropertyToTextList fails | Hiltjo Posthuma | 1 | +6 | -4 |
18:25 23-08-2021 | fix a problem that the standard streams are unexpectedly closed | Koichi Murase | 1 | +3 | -2 |
19:14 17-07-2021 | Add 14th bit to XK_SWITCH_MOD bitmask | Petar Kapriš | 1 | +1 | -1 |
16:16 28-03-2021 | Mild const-correctness improvements. | Markus F.X.J. Oberhumer | 3 | +28 | -26 |
07:54 19-03-2021 | fix: correctly encode mouse buttons >= 8 in X10 and SGR mode | Hiltjo Posthuma | 1 | +3 | -1 |
06:18 18-10-2020 | remove unused variable from previous patch | Hiltjo Posthuma | 1 | +0 | -1 |
02:53 06-09-2020 | ST: Add WM_ICON_NAME property support | John Collis | 3 | +25 | -1 |
06:27 19-06-2020 | bump version to 0.8.4 | Hiltjo Posthuma | 1 | +1 | -1 |
18:47 17-06-2020 | config.mk: use PKG_CONFIG in commented OpenBSD section | Hiltjo Posthuma | 1 | +2 | -2 |
18:44 17-06-2020 | LICENSE: bump years | Hiltjo Posthuma | 1 | +1 | -1 |
17:05 17-06-2020 | remove sixel stub code | Hiltjo Posthuma | 1 | +5 | -21 |
16:35 17-06-2020 | fix unicode glitch in DCS strings, patch by Tim Allen | Hiltjo Posthuma | 1 | +0 | -1 |
09:09 01-06-2020 | FAQ: fix single-buffer patch | Hiltjo Posthuma | 1 | +8 | -8 |
16:56 30-05-2020 | config.def.h: add an option allowwindowops, by default off (secure) | Hiltjo Posthuma | 3 | +6 | -1 |
16:50 30-05-2020 | FAQ: add some details about the w3m img hack | Hiltjo Posthuma | 1 | +54 | -5 |
16:39 30-05-2020 | tiny style fix | Hiltjo Posthuma | 1 | +1 | -2 |
16:34 30-05-2020 | Partially add back in "support REP (repeat) escape sequence" | Hiltjo Posthuma | 2 | +12 | -0 |
23:24 20-05-2020 | Call xsetcursor to set win.cursor in main | Steve Ward | 1 | +4 | -5 |
13:06 16-05-2020 | Revert "support REP (repeat) escape sequence" | Hiltjo Posthuma | 2 | +0 | -11 |
12:18 14-05-2020 | support REP (repeat) escape sequence | Avi Halachmi (:avih) | 2 | +11 | -0 |
07:42 16-05-2020 | Add rin terminfo capability | Roberto E. Vargas | 1 | +1 | -0 |
06:48 16-05-2020 | Make shift+wheel behaves as shift+Prev/Next | k0ga | 1 | +2 | -0 |
08:36 06-05-2020 | Fix selection: selscroll | Jakub Leszczak | 1 | +8 | -18 |
08:35 06-05-2020 | Fix selection: ignore ATTR_WRAP when rectangular selection in getsel | Jakub Leszczak | 1 | +2 | -1 |
08:35 06-05-2020 | Fix selection: selclear in tputc | Jakub Leszczak | 1 | +1 | -1 |
09:43 09-05-2020 | code-style: add fallthrough comment | Hiltjo Posthuma | 2 | +2 | -0 |
09:03 09-05-2020 | optimize column width calculation and utf-8 encode for ASCII | Hiltjo Posthuma | 1 | +1 | -1 |
08:56 09-05-2020 | fix for incorrect (partial) written sequences when libc wcwidth() == -1 | Hiltjo Posthuma | 1 | +1 | -3 |
08:55 09-05-2020 | tiny code-style and typo-fix in comment | Hiltjo Posthuma | 2 | +4 | -4 |
17:37 26-02-2019 | auto-sync: draw on idle to avoid flicker/tearing | Avi Halachmi (:avih) | 2 | +65 | -66 |
19:10 29-04-2020 | replace exit(3) by _exit(2) in signal handler sigchld() | Jan Klemkow | 1 | +1 | -1 |
08:56 27-04-2020 | bump version to 0.8.3 | Hiltjo Posthuma | 1 | +1 | -1 |
14:38 19-04-2020 | Update XIM cursor position only if changed | Ivan Tham | 1 | +6 | -3 |
10:45 11-04-2020 | just remove the EOF message | Hiltjo Posthuma | 1 | +0 | -1 |
09:46 11-04-2020 | Add st-mono terminfo entry | Roberto E. Vargas Caballero | 1 | +12 | -8 |
08:56 11-04-2020 | config.def.h: add a comment for the scroll variable | Hiltjo Posthuma | 1 | +1 | -0 |
08:29 11-04-2020 | Fix small typos | Hiltjo Posthuma | 1 | +3 | -4 |
07:09 11-04-2020 | Launch scroll program with the default shell | Quentin Rameau | 1 | +6 | -3 |
06:52 11-04-2020 | Update FAQ with the last modifications | Roberto E. Vargas Caballero | 1 | +9 | -3 |
17:50 10-04-2020 | Add terminfo entries for backspace mode | Roberto E. Vargas Caballero | 1 | +10 | -0 |
17:26 10-04-2020 | Fix style issue | Roberto E. Vargas Caballero | 1 | +2 | -1 |
17:25 10-04-2020 | ttyread: test for EOF while reading tty | Roberto E. Vargas Caballero | 1 | +16 | -9 |
17:06 10-04-2020 | Add support for scroll(1) | Roberto E. Vargas Caballero | 4 | +15 | -8 |
07:12 10-04-2020 | make argv0 not static, fixes a warning with tcc | Hiltjo Posthuma | 1 | +1 | -1 |
05:43 02-04-2020 | mouseshortcuts: fix custom modifier on release | Avi Halachmi (:avih) | 1 | +17 | -2 |
12:28 18-02-2020 | Remove explicit XNFocusWindow | Ivan Tham | 1 | +0 | -1 |
17:47 02-02-2020 | x: fix XIM handling | Quentin Rameau | 1 | +44 | -24 |
13:38 02-02-2020 | x: check we still have an XIC context before accessing it | Quentin Rameau | 1 | +5 | -2 |
11:38 02-02-2020 | x: do not instantiate a new nested list on each cursor move | Quentin Rameau | 1 | +12 | -4 |
11:37 02-02-2020 | x: move IME variables into XWindow ime embedded struct | Quentin Rameau | 1 | +14 | -12 |
04:52 18-01-2020 | Increase XmbLookupString buffer | Ivan Tham | 1 | +1 | -1 |
16:04 17-11-2019 | update FAQ | Hiltjo Posthuma | 1 | +11 | -10 |
06:55 16-10-2019 | OSC 52 - copy to clipboard: don't limit to 382 bytes | Avi Halachmi (:avih) | 1 | +11 | -4 |
06:38 16-10-2019 | CSIEscape, STREscape: use size_t for buffer length | Hiltjo Posthuma | 1 | +4 | -4 |
06:19 16-10-2019 | STREscape: don't trim prematurely | Avi Halachmi (:avih) | 1 | +1 | -1 |
05:17 16-10-2019 | base64dec: don't read out of bounds | Avi Halachmi (:avih) | 1 | +5 | -1 |
14:16 05-11-2019 | Fix tmux terminfo extensions Se and Ss | Sebastian J. Bronner | 1 | +2 | -2 |
17:25 31-05-2019 | apply hints before initial mapping (ICCCM) | Ingo Lohmar | 1 | +1 | -1 |
09:42 24-10-2019 | mouse shortcuts: allow using forcemousemod (e.g. shift) | Avi Halachmi (:avih) | 1 | +2 | -1 |
20:26 10-10-2019 | mouse shortcuts: don't hardcode selpaste | Avi Halachmi (:avih) | 2 | +26 | -12 |
17:42 10-10-2019 | mouse shortcuts: allow override for all shortcuts | Avi Halachmi (:avih) | 2 | +13 | -13 |
17:02 10-10-2019 | mouse shortcuts: allow same functions as kb shortcuts | Avi Halachmi (:avih) | 3 | +18 | -9 |
12:58 26-08-2019 | config.def.h: remove crlf value section | Hiltjo Posthuma | 1 | +0 | -4 |
08:00 17-05-2019 | FAQ: add entry about color emoji Xft bug | Hiltjo Posthuma | 1 | +27 | -0 |
19:54 09-04-2019 | selection: fix view to match actual selection on first cell | Avi Halachmi (:avih) | 1 | +1 | -1 |
16:40 15-03-2019 | revert part of commit add0211522737b79dad990ccd65c8af63b5cc1dd | Hiltjo Posthuma | 3 | +5 | -7 |
10:44 15-03-2019 | dont print color warning on color reset OSC 104 without parameter | Hiltjo Posthuma | 1 | +4 | -1 |
10:42 15-03-2019 | minor code-style, initialize var at the top of function | Hiltjo Posthuma | 1 | +1 | -3 |
08:31 15-03-2019 | config.def.h: tweak extra worddelimiters | Hiltjo Posthuma | 1 | +1 | -1 |
12:15 13-03-2019 | use iswspace()/iswpunct() to find word delimiters | Lauri Tirkkonen | 3 | +7 | -5 |
14:40 13-03-2019 | replace utf8strchr with wcschr | Lauri Tirkkonen | 3 | +4 | -22 |
12:08 13-03-2019 | be silent about explicitly unhandled mouse modes | Lauri Tirkkonen | 1 | +1 | -0 |
07:29 03-03-2019 | simplify (greedy) font caching allocating a bit | Hiltjo Posthuma | 1 | +2 | -7 |
07:23 03-03-2019 | style: remove double empty newlines | Hiltjo Posthuma | 2 | +0 | -3 |
22:56 27-02-2019 | fix use after free in font caching algorithm | magras | 1 | +9 | -6 |
14:41 12-02-2019 | better Input Method Editor (IME) support | Ivan Tham | 3 | +54 | -17 |
08:48 09-02-2019 | bump version to 0.8.2 | Hiltjo Posthuma | 1 | +1 | -1 |
14:16 10-01-2019 | config: add Shift+Insert as selpaste() again | Hiltjo Posthuma | 1 | +1 | -0 |
09:36 10-01-2019 | Let the user specify CPPFLAGS | Paride Legovini | 1 | +2 | -2 |
05:48 04-01-2019 | Set the path of pkg-config in a variable instead of hardcoding it | Paride Legovini | 1 | +6 | -4 |
08:33 04-01-2019 | Makefile: fix dependencies on config.h | Hiltjo Posthuma | 1 | +1 | -1 |
06:43 11-12-2018 | output child WEXITSTATUS/WTERMSIG on abnormal termination | Lauri Tirkkonen | 1 | +4 | -2 |
10:35 04-11-2018 | fix memory leak in xloadcols() | Hiltjo Posthuma | 1 | +3 | -3 |
10:30 04-11-2018 | st: small typofix in comment | Hiltjo Posthuma | 1 | +1 | -1 |
14:06 11-09-2018 | small code-style fix | Hiltjo Posthuma | 1 | +2 | -1 |
08:11 11-09-2018 | Remove the ISO 14755 feature | Quentin Rameau | 4 | +0 | -32 |
15:01 17-07-2018 | Revert "Simplify cursor color handling" | Hiltjo Posthuma | 1 | +18 | -12 |
15:01 17-07-2018 | Revert "Make cursor follow text color" | Hiltjo Posthuma | 2 | +7 | -7 |
15:01 17-07-2018 | Revert "Fix crash when cursor color is truecolor" | Hiltjo Posthuma | 1 | +4 | -13 |
08:53 15-07-2018 | Fix crash when cursor color is truecolor | Jules Maselbas | 1 | +13 | -4 |
06:16 14-07-2018 | Make cursor follow text color | Jules Maselbas | 2 | +7 | -7 |
06:16 14-07-2018 | Simplify cursor color handling | Jules Maselbas | 1 | +12 | -18 |
12:08 27-06-2018 | Fix crash on resize | Jules Maselbas | 1 | +8 | -4 |
12:11 02-06-2018 | config.mk: remove extra newline before EOF | Hiltjo Posthuma | 1 | +0 | -1 |
08:04 25-05-2018 | code-style for pledge(2) | Hiltjo Posthuma | 1 | +4 | -4 |
06:59 25-05-2018 | Pledge on OpenBSD | Hiltjo Posthuma | 2 | +14 | -0 |
13:30 29-03-2018 | error message style and use strerror in a few places | Hiltjo Posthuma | 2 | +24 | -24 |
13:18 29-03-2018 | st -v: remove years and copyright text | Hiltjo Posthuma | 1 | +1 | -1 |
16:27 28-03-2018 | set sel.alt in selstart instead of selextend | Daniel Tameling | 1 | +1 | -1 |
17:29 20-03-2018 | bump version to 0.8.1 | Hiltjo Posthuma | 1 | +1 | -1 |
17:25 20-03-2018 | fix regression by selecting clipboard text | Hiltjo Posthuma | 1 | +3 | -0 |
17:22 20-03-2018 | don't modify argv, use a counter | Hiltjo Posthuma | 1 | +12 | -10 |
09:48 17-03-2018 | selextend: clarify: !sel.mode == SEL_IDLE | Hiltjo Posthuma | 1 | +1 | -1 |
09:48 17-03-2018 | clipcopy: no need to check for free(NULL), set to NULL after free | Hiltjo Posthuma | 1 | +2 | -2 |
12:45 16-03-2018 | minor code-style: whitespace fixes | Hiltjo Posthuma | 1 | +1 | -2 |
12:19 16-03-2018 | Fix title initialization | Quentin Rameau | 1 | +5 | -5 |
11:03 16-03-2018 | Fix regression from 69e32a6 when setting title. | Quentin Rameau | 1 | +1 | -1 |
16:06 14-03-2018 | LICENSE: fix a few years | Hiltjo Posthuma | 1 | +3 | -3 |
16:00 14-03-2018 | update LICENSE: major contributors | Hiltjo Posthuma | 1 | +4 | -1 |
15:54 14-03-2018 | Makefile: add all files to make dist | Hiltjo Posthuma | 1 | +3 | -1 |
15:50 14-03-2018 | bump version to 0.8 | Hiltjo Posthuma | 1 | +1 | -1 |
11:36 09-03-2018 | use math.h for ceilf | Hiltjo Posthuma | 1 | +1 | -1 |
11:36 09-03-2018 | xhints: no need to initialize sizeh | Hiltjo Posthuma | 1 | +1 | -1 |
11:35 09-03-2018 | regression: include termios.h for tcsendbreak etc | Hiltjo Posthuma | 1 | +1 | -0 |
20:09 24-02-2018 | General cleanup | Devin J. Pohly | 2 | +21 | -26 |
19:45 24-02-2018 | Clean up #includes | Devin J. Pohly | 3 | +4 | -9 |
19:32 24-02-2018 | Reduce visibility wherever possible | Devin J. Pohly | 4 | +43 | -44 |
19:16 24-02-2018 | Limit usage of extern to config.h globals | Devin J. Pohly | 4 | +29 | -27 |
18:32 24-02-2018 | Remove x.c dependency on term | Devin J. Pohly | 3 | +39 | -39 |
17:58 24-02-2018 | Pull term references out of xdrawcursor | Devin J. Pohly | 4 | +40 | -42 |
17:53 24-02-2018 | Move win-agnostic parts of draw/drawregion to st.c | Devin J. Pohly | 4 | +65 | -47 |
17:16 23-02-2018 | Split mode bits between Term and TermWindow | Devin J. Pohly | 4 | +88 | -83 |
04:05 22-02-2018 | Move CRLF input processing into ttywrite | Devin J. Pohly | 3 | +240 | -221 |
03:42 22-02-2018 | Move terminal echo logic into st.c | Devin J. Pohly | 3 | +19 | -25 |
02:54 22-02-2018 | Move remaining selection mode logic into selextend | Devin J. Pohly | 3 | +22 | -22 |
02:29 22-02-2018 | Move terminal-related selection logic into st.c | Devin J. Pohly | 3 | +54 | -41 |
01:56 22-02-2018 | Move X-specific selection info into XSelection | Devin J. Pohly | 3 | +19 | -21 |
01:48 22-02-2018 | Have selected() check whether selection exists | Devin J. Pohly | 2 | +6 | -7 |
01:28 22-02-2018 | Rely on ttyresize to set tty size | Devin J. Pohly | 2 | +3 | -6 |
21:30 06-11-2017 | Remove X and fontconfig from st.c | Devin J. Pohly | 3 | +5 | -10 |
21:25 06-11-2017 | Remove Time argument from xsetsel | Devin J. Pohly | 3 | +11 | -11 |
20:57 06-11-2017 | Make win variable internal to x.c | Devin J. Pohly | 4 | +13 | -6 |
18:46 17-10-2017 | Move X-related config.h types into x.c | Devin J. Pohly | 2 | +24 | -23 |
17:46 17-10-2017 | Remove unneeded array-length variables | Devin J. Pohly | 1 | +7 | -15 |
17:43 17-10-2017 | Inline clipboard functions | Devin J. Pohly | 2 | +19 | -33 |
17:21 17-10-2017 | Move config.h include from st.c to x.c | Devin J. Pohly | 5 | +91 | -119 |
22:35 15-10-2017 | Factor out equivalent code from ttyread/ttysend | Devin J. Pohly | 2 | +41 | -62 |
00:25 13-10-2017 | Move opt_* into same file as main()/run() | Devin J. Pohly | 3 | +33 | -40 |
10:47 11-10-2017 | Move key-matching functions into x.c | Devin J. Pohly | 4 | +68 | -62 |
17:51 10-10-2017 | Pass new dimensions into ttyresize | Devin J. Pohly | 3 | +7 | -7 |
14:46 10-10-2017 | Move window-manipulating functions into x.c | Devin J. Pohly | 4 | +45 | -46 |
14:17 10-10-2017 | Move font/fontspec variables into x.c and XWindow | Devin J. Pohly | 3 | +15 | -22 |
14:01 10-10-2017 | Move window urgency handling entirely into x.c | Devin J. Pohly | 5 | +10 | -9 |
13:30 10-10-2017 | Move zoom functions into x.c | Devin J. Pohly | 4 | +39 | -40 |
13:11 10-10-2017 | Move usage() to be with run() in x.c | Devin J. Pohly | 4 | +18 | -19 |
12:30 10-10-2017 | Call xsetenv() in main process instead of child | Devin J. Pohly | 3 | +4 | -14 |
12:23 26-12-2017 | Fix color with FAINT attribute | Benno Fünfstück | 1 | +1 | -0 |
12:38 26-12-2017 | Apply ATTR_REVERSE after ATTR_FAINT | Benno Fünfstück | 1 | +7 | -6 |
06:05 20-12-2017 | Fix FAQ typo | George Ornbo | 1 | +1 | -1 |
12:49 10-10-2017 | Fix manpage typo | Paride Legovini | 1 | +1 | -1 |
16:30 14-09-2017 | Add an error for XftFontOpenPattern failure. | Gary Allen Vollink | 1 | +3 | -0 |
06:16 15-09-2017 | Revert "Revert "fixed STLDFLAG order in broken st Makefile"" | Hiltjo Posthuma | 1 | +1 | -1 |
03:00 18-08-2017 | base64dec: skip non-printable characters like \r\n | Suraj N. Kurapati | 1 | +12 | -5 |
17:40 13-09-2017 | Revert "fixed STLDFLAG order in broken st Makefile" | Hiltjo Posthuma | 1 | +1 | -1 |
08:52 02-09-2017 | Revert "make clipboard patch obsolete" | Hiltjo Posthuma | 1 | +0 | -1 |
04:48 01-09-2017 | make clipboard patch obsolete | Anselm R Garbe | 1 | +1 | -0 |
06:17 23-07-2017 | fixed STLDFLAG order in broken st Makefile | Anselm R Garbe | 1 | +1 | -1 |
18:16 11-07-2017 | Revert "Add bold off SGR" | Quentin Rameau | 1 | +0 | -3 |
18:03 11-07-2017 | Add dim/smxx/rmxx to terminfo, remove duplicate kich1 | Quentin Rameau | 1 | +5 | -2 |
19:26 11-07-2017 | Let the user specify C and LD FLAGS | Quentin Rameau | 2 | +6 | -6 |
19:24 11-07-2017 | Do not obfuscate what make is doing. | Quentin Rameau | 2 | +33 | -41 |
07:45 15-05-2017 | Add color change terminfo capabilities | Marc André Tanner | 1 | +3 | -0 |
04:56 28-05-2017 | Add bold off SGR | Quentin Rameau | 1 | +3 | -0 |
13:24 10-04-2017 | st.1: modify man page to accurately reflect default keybindings | greg.reagle@umbc.edu | 1 | +7 | -10 |
12:20 04-04-2017 | Simplify how we keep ATTRs under cursor | Quentin Rameau | 1 | +2 | -3 |
17:02 25-03-2017 | Fix commented out code | Alexander Krotov | 1 | +1 | -1 |
13:34 29-03-2017 | keep some glyph modes for the cursor | Nils Reuße | 1 | +3 | -0 |
07:55 18-03-2017 | Support xterm Ms feature to set clipboard | osandov@osandov.com | 4 | +59 | -1 |
15:17 25-01-2017 | Change default keybindings | Roberto E. Vargas Caballero | 1 | +9 | -9 |
05:06 20-01-2017 | Split X-specific code into x.c | Michael Forney | 6 | +2195 | -2021 |
03:51 14-12-2016 | Move column and row default numbers into config.h | fpqc | 2 | +7 | -2 |
16:21 24-11-2016 | Revert "Initial font size issue." | Roberto E. Vargas Caballero | 1 | +0 | -3 |
15:17 23-11-2016 | Fixed 'missing glyph doesn't use fontconfig config substitutions' bug | Spencer Phippen | 1 | +19 | -3 |
14:25 14-11-2016 | make the various combinations of arrow keys and shift/control/meta work | Manuel Tobias Schiller | 1 | +20 | -4 |
13:52 11-11-2016 | Initial font size issue. | ian@remmler.org | 1 | +3 | -0 |
13:45 11-11-2016 | tic -s -> tic -sx (Treat unknown capabilities as user-defined.) | pl@ninthfloor.org | 3 | +3 | -3 |
13:45 11-11-2016 | Add tmux capabilities to st.info | pl@ninthfloor.org | 1 | +4 | -1 |
13:45 11-11-2016 | Make strdump(), csidump(), print to stderr | pl@ninthfloor.org | 1 | +15 | -14 |
11:36 22-10-2016 | Do not use color when font attributes are supported | Quentin Rameau | 2 | +35 | -13 |
05:42 22-10-2016 | st.1: add an entry for ISO-14755 shortcut | Quentin Rameau | 1 | +4 | -0 |
11:22 08-10-2016 | Add support for iso14755 | Quentin Rameau | 2 | +29 | -0 |
11:28 13-10-2016 | Add missing device path to '-l' example | Klemens Nanni | 1 | +4 | -4 |
03:27 14-09-2016 | Add parsing of DCS q sequences | Roberto E. Vargas Caballero | 1 | +45 | -23 |
09:01 13-09-2016 | Add support for enabling/disabling utf | Roberto E. Vargas Caballero | 1 | +62 | -17 |
08:11 09-09-2016 | Delete ncv capability from terminfo | Roberto E. Vargas Caballero | 1 | +0 | -1 |
07:57 08-09-2016 | st.info: do not prevent st from displaying attributes | Quentin Rameau | 1 | +1 | -1 |
11:30 11-08-2016 | Update the LICENSE. | Christoph Lohmann | 1 | +2 | -2 |
11:25 11-08-2016 | 0.7 release | Christoph Lohmann | 1 | +1 | -1 |
08:56 20-07-2016 | Change who's expanding tabs. | Christoph Lohmann | 1 | +1 | -1 |
08:52 20-07-2016 | Add some hint to have the pseudo terminal in the right mode. | Christoph Lohmann | 1 | +6 | -0 |
08:00 20-07-2016 | Add comment about tabspaces. | Christoph Lohmann | 1 | +9 | -0 |
03:38 10-07-2016 | Consistent Alt+BackSpace behavior | Alive 4ever | 1 | +1 | -0 |
10:02 03-06-2016 | Use XftFontMatch in place of FcFontMatch. | Christoph Lohmann | 1 | +1 | -4 |
07:16 19-05-2016 | delete clipboard properties after pasting them | v4hn | 1 | +1 | -2 |
02:58 15-04-2016 | Remove stupid assignation in memcpy() | Roberto E. Vargas Caballero | 1 | +2 | -2 |
13:11 09-03-2016 | st: Fix off-by-one error when calculating character width. | Tor Andersson | 1 | +2 | -2 |
18:18 07-03-2016 | Fix vertical character alignment in some cases | Ton van den Heuvel | 1 | +1 | -1 |
09:55 08-03-2016 | I like empty lines. | Christoph Lohmann | 1 | +1 | -0 |
00:26 08-03-2016 | Measure the single advance width with a heuristic method | Ryusei Yamaguchi | 2 | +15 | -1 |
10:33 07-03-2016 | xtermclear() is now done by xdrawglyphfontspecs() | Christoph Lohmann | 1 | +0 | -13 |
15:59 19-02-2016 | arg.h: fixed argv checks order | Lucas Gabriel Vuotto | 1 | +2 | -2 |
08:20 01-02-2016 | Fix forgotten bracket and duplicate option in usage() | Quentin Rameau | 1 | +8 | -6 |
13:54 30-01-2016 | Extract ttyresize() out of cresize() | Quentin Rameau | 1 | +4 | -4 |
05:50 30-01-2016 | Ok, no need for a separate version function. | Christoph Lohmann | 1 | +1 | -8 |
18:03 29-01-2016 | Add -n option for setting WM_CLASS instance name | Quentin Rameau | 2 | +26 | -15 |
18:02 29-01-2016 | Reformat usage and separate version from it | Quentin Rameau | 2 | +33 | -29 |
14:09 28-01-2016 | Enforce a terminal size to reduce race conditions in too efficient apps. | Christoph Lohmann | 1 | +2 | -0 |
19:19 14-01-2016 | Height is height. | Christoph Lohmann | 1 | +1 | -1 |
10:18 01-01-2016 | Bump year. | Christoph Lohmann | 1 | +1 | -1 |
21:43 19-12-2015 | Fixing the XClassHint setting in st. | Christoph Lohmann | 1 | +1 | -1 |
14:21 21-11-2015 | Avoid recursive call to ttywrite from ttyread | Roberto E. Vargas Caballero | 1 | +2 | -2 |
13:14 08-11-2015 | arg.h: remove unused macros | Quentin Rameau | 1 | +0 | -15 |
16:46 06-11-2015 | Introduce lim in all ttywrite() checks. | Christoph Lohmann | 1 | +4 | -4 |
16:01 06-11-2015 | Fix ttywrite() | Roberto E. Vargas Caballero | 1 | +20 | -18 |
23:53 31-10-2015 | Now the mshortcuts are even more consistent. | Ivan Tham | 1 | +5 | -5 |
05:29 31-10-2015 | Now the Shortcuts are more consistent. | Christoph Lohmann | 2 | +3 | -3 |
06:44 11-10-2015 | fix bug where first selection snaps to lines | Jason Woofenden | 1 | +3 | -2 |
05:29 06-10-2015 | Fix the cursor colors selection | Quentin Rameau | 1 | +2 | -3 |
19:21 05-10-2015 | Normalize the whole color selection in xdrawcursor. | Christoph Lohmann | 1 | +22 | -11 |
18:10 05-10-2015 | Fix the cursor color when over selection. | Quentin Rameau | 1 | +2 | -1 |
18:05 05-10-2015 | Make the cursor shapes more descriptive. | Christoph Lohmann | 1 | +4 | -4 |
17:59 05-10-2015 | Snowman is everywhere. | Christoph Lohmann | 2 | +3 | -0 |
17:54 05-10-2015 | Style normalisation in the config.def.h. | Christoph Lohmann | 1 | +13 | -8 |
17:38 05-10-2015 | The definition of the reverse cursor is now up to the user. | Christoph Lohmann | 2 | +6 | -13 |
17:09 05-10-2015 | Fixing the cursor movement in selections. | Christoph Lohmann | 1 | +31 | -13 |
16:18 05-10-2015 | When the cursor is moved, clear the selection. | Christoph Lohmann | 1 | +1 | -0 |
16:06 05-10-2015 | Reverse the cursor on selection. | Christoph Lohmann | 1 | +3 | -0 |
15:48 05-10-2015 | More style changes. We forgot some switches. | Christoph Lohmann | 1 | +33 | -33 |
15:08 05-10-2015 | Small style change. | Christoph Lohmann | 1 | +4 | -4 |
15:08 28-09-2015 | There's no need for libXext to compile st. | Christoph Lohmann | 1 | +1 | -1 |
00:56 25-09-2015 | Fix extra bracketed paste markers when pasting >8kb | dequis | 1 | +2 | -2 |
08:13 22-09-2015 | dup() -> dup2() | FRIGN | 1 | +1 | -2 |
11:43 12-09-2015 | The times of bad fonts are over. | Christoph Lohmann | 1 | +1 | -1 |
06:53 10-09-2015 | Fix copy of line with len = 0 | Roberto E. Vargas Caballero | 1 | +4 | -1 |
12:00 08-09-2015 | Change Pause to Break in shortcut for serial break | Roberto E. Vargas Caballero | 2 | +5 | -3 |
02:28 08-09-2015 | Expose cursor shape in config.def.h | Jan Christoph Ebersbach | 2 | +10 | -1 |
07:10 08-09-2015 | Add key to send a break to the serial line | Roberto E. Vargas Caballero | 3 | +13 | -0 |
05:44 08-09-2015 | Set default values of stty according to the man page | Roberto E. Vargas Caballero | 1 | +1 | -1 |
17:59 07-09-2015 | Making st.1 more descriptive about -l and fix -l in st.c. | Christoph Lohmann | 2 | +19 | -4 |
15:00 07-09-2015 | Fix the st manpage for -l line. | Christoph Lohmann | 1 | +2 | -4 |
10:26 31-08-2015 | Reordering and adding control codes. | Christoph Lohmann | 1 | +21 | -2 |
06:29 30-08-2015 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Christoph Lohmann | 1 | +2 | -2 |
06:28 30-08-2015 | Don't read if we chunked the input data. | Christoph Lohmann | 1 | +2 | -1 |
06:25 17-08-2015 | Do not mark as invalid UTF8 control codes | Roberto E. Vargas Caballero | 1 | +2 | -2 |
12:47 11-08-2015 | st.info: replace the acsc entry from xterm to urxvt | Quentin Rameau | 1 | +1 | -1 |
06:30 28-07-2015 | Adding mouse colour/shape settings | Alex Kozadaev | 2 | +24 | -4 |
13:25 24-07-2015 | Adding -T to the usage too. | Christoph Lohmann | 1 | +4 | -2 |
13:24 24-07-2015 | Add -T, as recommended by Dmitrij D. Czarkoff | Christoph Lohmann | 2 | +8 | -0 |
06:52 24-07-2015 | Fix type for write(2) return variable. | Quentin Rameau | 1 | +2 | -1 |
02:58 24-07-2015 | added note about the low precedence of shell to config.def.h | Mytchel Hammond | 1 | +9 | -0 |
02:44 24-07-2015 | Fix style in execsh | Roberto E. Vargas Caballero | 1 | +1 | -2 |
09:31 10-07-2015 | Make the comment for the IM XFilter more understandable. | Christoph Lohmann | 1 | +3 | -3 |
09:30 10-07-2015 | Return style unification. | Christoph Lohmann | 1 | +10 | -0 |
09:21 10-07-2015 | Aligning the macros. | Christoph Lohmann | 1 | +22 | -20 |
09:19 10-07-2015 | Unix end of file. | Christoph Lohmann | 1 | +1 | -0 |
09:19 10-07-2015 | No inline declarations please. | Christoph Lohmann | 1 | +2 | -2 |
09:17 10-07-2015 | Typo and the missing incr atom from the patches. | Christoph Lohmann | 1 | +3 | -1 |
09:15 10-07-2015 | Implement chunked write to the cmdfd. | Christoph Lohmann | 1 | +51 | -2 |
09:10 10-07-2015 | Implement INCR transfers in the clipboard. | Christoph Lohmann | 1 | +68 | -6 |
07:27 10-07-2015 | Update LICENSE | FRIGN | 1 | +1 | -1 |
05:29 10-07-2015 | Don't treat clauses like functions | FRIGN | 1 | +382 | -382 |
18:59 09-07-2015 | Use BSD-style function notation | FRIGN | 1 | +256 | -129 |
18:56 08-07-2015 | Unboolify st | FRIGN | 2 | +28 | -30 |
18:49 08-07-2015 | Remove insane *_FILENO and EXIT_* usage | FRIGN | 1 | +12 | -14 |
17:26 07-07-2015 | Commit to push the 0.6 release. | Christoph Lohmann | 1 | +1 | -1 |
03:31 02-07-2015 | Revert "Remove unnecessary XFilterEvent call." | Weng Xuetian | 1 | +7 | -0 |
07:26 31-05-2015 | do not truncate font size when zooming | Quentin Rameau | 2 | +10 | -11 |
03:07 03-06-2015 | Revert "Optimize memory footprint of line buffers" | Roberto E. Vargas Caballero | 1 | +2 | -2 |
11:06 22-05-2015 | Support UTF-8 characters as word delimiters | Jan Christoph Ebersbach | 1 | +17 | -1 |
02:51 15-05-2015 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Roberto E. Vargas Caballero | 1 | +1 | -1 |
10:46 14-05-2015 | set selection to IDLE on clear | v4hn | 1 | +1 | -0 |
19:22 09-05-2015 | Small bugfix for makeglyphfontspecs call in drawregion | suigin | 1 | +1 | -1 |
10:19 10-05-2015 | Fix the new -e handling. An empty cmd has to work for backwards compatibility. | Christoph Lohmann | 1 | +1 | -1 |
00:24 06-05-2015 | Clean up xdraws and optimize glyph drawing with non-unit kerning values | suigin | 1 | +187 | -196 |
17:13 05-05-2015 | Changed type for UTF-32 codepoints from long to uint_least32_t | suigin | 1 | +27 | -25 |
16:28 03-05-2015 | Fix empty selection highlighting bug. | noname | 1 | +5 | -7 |
23:49 02-05-2015 | Fix indentation. | noname | 1 | +4 | -4 |
14:13 01-05-2015 | Add enumeration for sel.mode | noname | 1 | +14 | -9 |
16:59 30-04-2015 | selnormalize: make special case explicit | noname | 1 | +4 | -4 |
23:22 30-04-2015 | selsnap: simplify SNAP_LINE case | noname | 1 | +3 | -3 |
17:51 30-04-2015 | Remove first argument of selsnap. | noname | 1 | +5 | -5 |
12:22 22-04-2015 | Fix sigchld | Jochen Sprickerhof | 1 | +5 | -1 |
10:08 22-04-2015 | len assignment is never used | mvdan@mvdan.cc | 1 | +0 | -1 |
10:08 22-04-2015 | Clarify calculation precedence for '&' and '?' | mvdan@mvdan.cc | 1 | +3 | -3 |
10:07 22-04-2015 | Use %u for uint | mvdan@mvdan.cc | 1 | +1 | -1 |
05:04 27-04-2015 | Optimize memory footprint of line buffers | suigin | 1 | +2 | -2 |
18:29 21-04-2015 | Make tputc, tsetchar and techo accept unicode | noname@inventati.org | 1 | +45 | -62 |
18:29 21-04-2015 | Change internal character representation. | noname@inventati.org | 1 | +35 | -38 |
18:28 21-04-2015 | Remove last parameter of utf8encode | noname@inventati.org | 1 | +5 | -5 |
18:27 21-04-2015 | Use utf8len instead of utf8decode. | noname@inventati.org | 1 | +1 | -2 |
11:27 21-04-2015 | Make build shut up about system() without return value check. | alp@alexpilon.ca | 1 | +2 | -1 |
12:59 23-04-2015 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 1 | +30 | -54 |
12:55 23-04-2015 | Fix segmentation fault in strhandle() | Roberto E. Vargas Caballero | 1 | +1 | -2 |
04:16 22-04-2015 | Uses a &[] pointer loop instead of + pointer loop | Roberto E. Vargas Caballero | 1 | +1 | -1 |
17:09 21-04-2015 | Do not set terminal title based on stty arguments. | noname@inventati.org | 1 | +1 | -1 |
04:48 21-04-2015 | Move common code to xloadcolor | noname@inventati.org | 1 | +29 | -53 |
17:24 19-04-2015 | Use LEN(dc.col) instead of LEN(colorname). | noname@inventati.org | 1 | +2 | -2 |
14:33 18-04-2015 | Remove WIN_REDRAW flag. | noname@inventati.org | 1 | +2 | -14 |
20:24 18-04-2015 | Place memset arguments in the correct order. | noname@inventati.org | 1 | +1 | -1 |
20:24 18-04-2015 | Remove explicit 'return' from 'void' functions. | noname@inventati.org | 1 | +0 | -2 |
13:45 18-04-2015 | Increment accuaracy in drawtime calculation | noname@inventati.org | 1 | +1 | -1 |
13:46 18-04-2015 | Monotonic clock cannot jump backwards. | noname@inventati.org | 1 | +1 | -2 |
13:45 18-04-2015 | Place tlinelen type on separate line. | noname@inventati.org | 1 | +2 | -1 |
14:03 13-04-2015 | Add tty line support | Roberto E. Vargas Caballero | 3 | +91 | -13 |
05:43 15-04-2015 | Fix memmove() invocation with src/dst being NULL | sin | 1 | +5 | -2 |
04:53 14-04-2015 | Use as command arguments the remaining parameters | noname@inventati.org | 1 | +10 | -7 |
04:47 14-04-2015 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Roberto E. Vargas Caballero | 1 | +14 | -9 |
16:21 11-04-2015 | Implement most ICCCM rules for selection handling. | Markus Wichmann | 1 | +13 | -8 |
17:01 13-04-2015 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Roberto E. Vargas Caballero | 2 | +26 | -27 |
09:03 13-04-2015 | Do not use tmoveto in tputtab. | noname@inventati.org | 1 | +1 | -1 |
05:30 12-04-2015 | tresize: remove unnecessary if | noname@inventati.org | 1 | +2 | -4 |
11:06 13-04-2015 | Remove old TODO entry. | noname@inventati.org | 1 | +0 | -1 |
11:05 13-04-2015 | Remove 'titles' variable. | noname@inventati.org | 1 | +2 | -5 |
09:34 13-04-2015 | Remove useless if in tstrsequence. | noname@inventati.org | 1 | +13 | -15 |
09:03 13-04-2015 | Simplify tmoveto. | noname@inventati.org | 1 | +2 | -4 |
09:03 13-04-2015 | Fix typo. | noname@inventati.org | 1 | +1 | -1 |
14:30 11-04-2015 | Remove 'slide' variable in tresize. | noname@inventati.org | 1 | +4 | -5 |
14:30 11-04-2015 | Move tresize comments around. | noname@inventati.org | 1 | +5 | -6 |
14:29 11-04-2015 | tresize: move for loop outside if | noname@inventati.org | 1 | +4 | -5 |
07:47 11-04-2015 | Simplify loop condition. | noname@inventati.org | 1 | +1 | -1 |
07:15 11-04-2015 | Remove unnecessary XFilterEvent call. | noname@inventati.org | 1 | +0 | -2 |
07:18 11-04-2015 | Use do..while in window mapping loop. | noname@inventati.org | 1 | +2 | -4 |
22:22 09-04-2015 | Make DECSCUSR thickness configurable | Omar Sandoval | 2 | +10 | -5 |
17:04 09-04-2015 | Use MAX macro where possible. | noname | 1 | +1 | -1 |
20:24 08-04-2015 | Remove 'xloadfontset' function. | noname | 1 | +2 | -11 |
20:17 08-04-2015 | Remove keywords from function definitions. | noname | 1 | +11 | -8 |
20:16 08-04-2015 | Remove variable names from function declarations. | noname | 1 | +2 | -2 |
05:55 06-04-2015 | Remove redundant control check | Roberto E. Vargas Caballero | 1 | +0 | -1 |
20:58 05-04-2015 | Fixed STR sequence termination condition | noname | 1 | +1 | -1 |
03:46 20-03-2015 | Remove strsep() call | Roberto E. Vargas Caballero | 2 | +14 | -3 |
05:36 19-03-2015 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 2 | +3 | -1 |
17:12 18-03-2015 | Support the DECSCUSR CSI escape sequence | LemonBoy | 1 | +49 | -13 |
18:17 16-03-2015 | arg.h wasn't used for dist. | Christoph Lohmann | 1 | +1 | -1 |
12:51 16-03-2015 | Handle pasting of empty selection. | Alex Pilon | 1 | +2 | -0 |
15:07 15-03-2015 | Support XA_STRING in notify request | Roberto E. Vargas Caballero | 1 | +5 | -1 |
04:53 14-03-2015 | TODO: Fix fontconfig | Christoph Lohmann | 1 | +1 | -0 |
04:52 14-03-2015 | Add the new selection shortcuts to the manpage. | Christoph Lohmann | 1 | +20 | -11 |
04:43 14-03-2015 | Glibc wants me to use _DEFAULT_SOURCe. I do obey. | Christoph Lohmann | 1 | +1 | -1 |
03:41 14-03-2015 | Add Mod + Shift + c/v and no selclear. | Christoph Lohmann | 2 | +56 | -15 |
04:26 13-03-2015 | Allow combinations with Backspace | Roberto E. Vargas Caballero | 1 | +1 | -1 |
21:23 09-03-2015 | FAQ: fix wording | Alexander Huemer | 1 | +1 | -1 |
14:13 11-03-2015 | Backspace value shouldn't depend on keypad state | Ivan Delalande | 1 | +1 | -1 |
17:59 10-03-2015 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Christoph Lohmann | 1 | +1 | -1 |
17:58 10-03-2015 | St now does only set PRIMARY on selection. | Christoph Lohmann | 1 | +0 | -7 |
21:23 09-03-2015 | FAQ: fix wording | Alexander Huemer | 1 | +1 | -1 |
17:11 10-03-2015 | Fixing the C reading test. | Christoph Lohmann | 1 | +1 | -2 |
20:20 09-03-2015 | Change the FAQ for the new Backspace behaviour. | Christoph Lohmann | 1 | +9 | -7 |
20:00 09-03-2015 | Finally resolving the backspace problem. | Christoph Lohmann | 2 | +5 | -4 |
19:16 09-03-2015 | Add a hack to handle unknown chars in fontconfig. | Christoph Lohmann | 1 | +14 | -5 |
12:52 05-03-2015 | Update kdch1 definition to three octal digits. | Johannes Postma | 1 | +1 | -1 |
13:13 28-02-2015 | Small improvements to the FAQ | Roberto E. Vargas Caballero | 1 | +12 | -4 |
18:33 19-02-2015 | document keys in man page | Greg Reagle | 1 | +25 | -0 |
20:34 14-02-2015 | Let curses do the dirty work for flash | Ivan Delalande | 2 | +8 | -16 |
07:59 22-02-2015 | Comment default CC assignment | Roberto E. Vargas Caballero | 1 | +1 | -1 |
07:58 22-02-2015 | Update dates in LICENSE | Roberto E. Vargas Caballero | 1 | +2 | -2 |
13:46 15-02-2015 | Update year in usage() | Nils Reuße | 1 | +1 | -1 |
13:11 15-02-2015 | Fix crash on font resize resize | Nils Reuße | 1 | +1 | -1 |
20:00 29-01-2015 | Correct shift amount on MODE_INSERT in tputc() | Rian Hunter | 1 | +2 | -2 |
20:06 29-01-2015 | Fix crash due to wide characters | Rian Hunter | 1 | +4 | -1 |
04:39 12-12-2014 | Fix crash due to invalid timespec given to pselect | Ivan Delalande | 1 | +3 | -0 |
05:02 16-11-2014 | Trim trailing whitespaces in every selection case | Ivan Delalande | 1 | +2 | -0 |
15:29 11-11-2014 | Call _exit() instead of exit() if exec*() fails | sin | 1 | +1 | -1 |
21:51 28-10-2014 | Check for presence of SHELL environment variable | Eric Pruitt | 1 | +4 | -1 |
08:55 28-10-2014 | Replace character with U+FFFD if wcwidth() is -1 | czarkoff@gmail.com | 1 | +4 | -1 |
19:42 15-10-2014 | Avoid failing when embedding with a Window id of 0 | Quentin Rameau | 1 | +2 | -2 |
11:36 21-10-2014 | Reverting smacs and rmacs to the xterm defaults. | Christoph Lohmann | 1 | +2 | -2 |
14:42 15-10-2014 | Do not set SHELL to utmp ever | Roberto E. Vargas Caballero | 1 | +11 | -9 |
16:25 03-10-2014 | patch for bell in st | CustaiCo | 1 | +2 | -1 |
06:35 08-10-2014 | Use G1 for alternate charset | Roberto E. Vargas Caballero | 1 | +2 | -2 |
06:33 08-10-2014 | Add LS2 and LS3 | Roberto E. Vargas Caballero | 1 | +4 | -0 |
05:30 08-10-2014 | Fix SI and SO | Roberto E. Vargas Caballero | 1 | +3 | -5 |
10:41 29-09-2014 | Removing an extra space. | Christoph Lohmann | 1 | +1 | -1 |
10:40 29-09-2014 | Minor style changes for the last patch. | Christoph Lohmann | 1 | +2 | -1 |
10:38 29-09-2014 | Implementing xzoomreset. | Christoph Lohmann | 2 | +25 | -1 |
05:41 20-08-2014 | Add missed names of charset sequences | Roberto E. Vargas Caballero | 1 | +4 | -4 |
07:48 28-08-2014 | Add support for utmp in st | Roberto E. Vargas Caballero | 2 | +12 | -6 |
11:27 24-08-2014 | Remove indentation level in xdrawcursor | Roberto E. Vargas Caballero | 1 | +32 | -31 |
13:25 22-08-2014 | Removing wrapping newlines from selection | Ben Hendrickson | 1 | +5 | -2 |
16:20 20-08-2014 | Change the behavior of word snapping on delimiters | Ivan Delalande | 1 | +9 | -2 |
16:14 20-08-2014 | Move calls to selsnap into selnormalize | Ivan Delalande | 1 | +3 | -11 |
07:05 20-08-2014 | Improve readability of enum members | Alexander Huemer | 1 | +32 | -32 |
04:56 20-08-2014 | Add eschandle() | Roberto E. Vargas Caballero | 1 | +91 | -78 |
19:55 18-08-2014 | Improve execsh() and don't allow anonymous shells | Roberto E. Vargas Caballero | 1 | +17 | -13 |
18:23 18-08-2014 | Fix definition of CONTROLC0 | Roberto E. Vargas Caballero | 1 | +1 | -1 |
18:19 18-08-2014 | Make useful DEL in application mode | Roberto E. Vargas Caballero | 2 | +5 | -3 |
14:20 18-08-2014 | reset the alt screen in treset | Quentin Carbonneaux | 1 | +6 | -3 |
14:19 18-08-2014 | simplify loop in tresize | Quentin Carbonneaux | 1 | +2 | -4 |
20:52 17-08-2014 | Simplify README | Alexander Huemer | 1 | +1 | -1 |
15:49 17-08-2014 | Fix man page and usage() | Roberto E. Vargas Caballero | 2 | +3 | -3 |
10:00 15-08-2014 | Convert VT102ID to a config variable | Roberto E. Vargas Caballero | 2 | +6 | -5 |
09:48 15-08-2014 | Fix portability problem in techo() | Roberto E. Vargas Caballero | 1 | +2 | -2 |
19:16 27-04-2014 | Don't set dirty all lines because tswapcreen do it | noname | 1 | +1 | -3 |
19:03 27-04-2014 | tresize return value is not used | noname | 1 | +7 | -6 |
05:19 07-08-2014 | Remove ul capability | Roberto E. Vargas Caballero | 1 | +0 | -1 |
05:11 07-08-2014 | Unset mode when clearing regions | Roberto E. Vargas Caballero | 1 | +6 | -2 |
17:07 04-08-2014 | Add error message when child exits whit error | Roberto E. Vargas Caballero | 1 | +5 | -6 |
14:37 31-07-2014 | Remove difference between fast and slow blinking | Roberto E. Vargas Caballero | 1 | +9 | -12 |
04:48 26-07-2014 | Fix disabling of bold and fastblink | Michael Forney | 1 | +2 | -8 |
14:32 25-07-2014 | Add info about Backspace and Delete to the FAQ | Wolfgang Corcoran-Mathe | 1 | +43 | -44 |
14:56 24-07-2014 | Add info about Backspace and Delete to the FAQ | Roberto E. Vargas Caballero | 1 | +58 | -0 |
05:31 20-07-2014 | Add information about librt and OpenBSD to the FAQ | Roberto E. Vargas Caballero | 1 | +3 | -3 |
05:31 20-07-2014 | Add information about librt and OpenBSD to the FAQ | Roberto E. Vargas Caballero | 1 | +3 | -1 |
05:31 20-07-2014 | Add information about librt and OpenBSD to the FAQ | Roberto E. Vargas Caballero | 1 | +7 | -0 |
12:05 20-07-2014 | Very minor grammar fixes in FAQ | Wolfgang Corcoran-Mathe | 1 | +6 | -6 |
19:36 16-07-2014 | Fix st with input method. | Weng Xuetian | 1 | +2 | -0 |
11:05 14-07-2014 | Changed inconsistent indent | Eric Pruitt | 1 | +1 | -1 |
04:51 20-06-2014 | Add 8 bit version of DCS, APC, PM, OSC | Roberto E. Vargas Caballero | 1 | +32 | -7 |
04:51 20-06-2014 | Add 8 bit version of HTS | Roberto E. Vargas Caballero | 1 | +3 | -1 |
04:51 20-06-2014 | Add 8 bit version of NEL | Roberto E. Vargas Caballero | 1 | +4 | -1 |
04:51 20-06-2014 | Add 8 bit version of DECID | Roberto E. Vargas Caballero | 1 | +4 | -1 |
19:10 21-06-2014 | Render faint attribute | Anders Eurenius | 1 | +9 | -1 |
04:15 27-06-2014 | Remove all strcmp and strlen calls on Glyph.c[] | Ivan Delalande | 1 | +16 | -26 |
12:33 30-06-2014 | Making surf compile again with rt. | Christoph Lohmann | 1 | +1 | -1 |
15:32 21-06-2014 | Render struck-out attribute | Anders Eurenius | 1 | +5 | -0 |
15:30 21-06-2014 | Render invisible attribute | Anders Eurenius | 1 | +3 | -0 |
15:29 21-06-2014 | Reorder and extend glyph attributes | Anders Eurenius | 1 | +46 | -14 |
07:37 26-06-2014 | Remove CEIL macro | Roberto E. Vargas Caballero | 2 | +4 | -4 |
23:30 25-06-2014 | Fixed wrong nanosecond factor 10E6. | Ivan Delalande | 1 | +3 | -3 |
11:51 23-06-2014 | Use monotonic clock to prevent timing issues | FRIGN | 1 | +13 | -14 |
10:39 18-06-2014 | Fix typo in config.def.h | Eric Pruitt | 1 | +2 | -2 |
14:41 18-06-2014 | update size hints on zoom | Troy Sankey | 1 | +1 | -0 |
17:09 06-06-2014 | Refactor the innermost loop of the xdraws function | Silvan Jegen | 1 | +14 | -20 |
12:19 09-06-2014 | FAQ: update typo and escape code for smkx | Hiltjo Posthuma | 1 | +2 | -2 |
08:49 07-06-2014 | Style police. | Christoph Lohmann | 1 | +3 | -2 |
08:23 07-06-2014 | Simplify tdeftrans | Roberto E. Vargas Caballero | 1 | +5 | -10 |
09:08 06-06-2014 | Remove unnecessary typedef | FRIGN | 1 | +0 | -1 |
01:32 05-06-2014 | Refactor selsnap SNAP_WORD. | Colona | 1 | +21 | -23 |
01:47 04-06-2014 | Fix rectangular selection. | Colona | 1 | +1 | -1 |
12:55 03-06-2014 | tiny cleanup | Hiltjo Posthuma | 1 | +2 | -5 |
23:34 02-06-2014 | Make selection consistent over line breaks. | Colona | 1 | +26 | -20 |
12:08 01-06-2014 | Fixing color and refactor xsetcolorname. | Christoph Lohmann | 1 | +50 | -38 |
11:52 01-06-2014 | Revert "Refactor xsetcolorname()" | Christoph Lohmann | 1 | +18 | -14 |
07:13 25-05-2014 | Refactor xsetcolorname() | FRIGN | 1 | +14 | -18 |
18:24 31-05-2014 | Don't report release events for mouse wheel | Balazs Kezes | 1 | +2 | -0 |
10:54 01-06-2014 | Fixing italic bold. | Christoph Lohmann | 1 | +7 | -2 |
02:23 26-05-2014 | Fixed copying empty lines inside selection. | Alexander | 1 | +1 | -1 |
16:27 24-05-2014 | Fix some more LICENSE changes. | Christoph Lohmann | 1 | +3 | -3 |
16:07 24-05-2014 | Add FRIGN to License, remove trailing whitespace | FRIGN | 1 | +2 | -1 |
08:52 24-05-2014 | Brightening is again on the TODO list. | Christoph Lohmann | 1 | +1 | -0 |
08:48 24-05-2014 | Fixing trailing whitespaces. | Christoph Lohmann | 1 | +3 | -3 |
10:00 22-05-2014 | Fix colour-model and simplify xloadcols() | FRIGN | 1 | +20 | -36 |
09:39 12-05-2014 | Allow mouse selection override using ShiftMask | Hiltjo Posthuma | 2 | +9 | -5 |
12:12 09-05-2014 | Redraw needs all dirty lines to have flash etc. work. | Christoph Lohmann | 1 | +1 | -0 |
05:23 09-05-2014 | End a sequence only on CAN, SUB, \a and C1s. | Colona | 1 | +8 | -6 |
05:05 07-05-2014 | Also clears ESC_START on interrupt characters during sequences. | Colona | 1 | +1 | -1 |
11:26 25-04-2014 | Consistent FALLTHROUGH comments. | noname | 1 | +3 | -3 |
04:58 29-04-2014 | Fix displaying control code | Roberto E. Vargas Caballero | 1 | +9 | -13 |
03:58 29-04-2014 | Remove ATTR_GFX and tselcs | Roberto E. Vargas Caballero | 1 | +8 | -22 |
19:35 28-04-2014 | Do not save cursor in tresize. | noname | 1 | +3 | -1 |
08:16 27-04-2014 | Simplify selected(). | noname | 1 | +6 | -11 |
08:39 27-04-2014 | Do not export chscale and cwscale. | noname | 1 | +2 | -2 |
19:41 27-04-2014 | Simplify xunloadfonts. | noname | 1 | +2 | -6 |
08:40 27-04-2014 | Remove one indentation level in getsel(). | noname | 1 | +45 | -46 |
08:40 27-04-2014 | Remove unused dump() function. | noname | 1 | +0 | -10 |
08:39 27-04-2014 | Add missing function prototypes. | noname | 1 | +5 | -0 |
08:39 27-04-2014 | Use MODBIT in xseturgency. | noname | 1 | +1 | -1 |
08:39 27-04-2014 | Compute ena_sel as one expression. | noname | 1 | +1 | -4 |
05:25 27-04-2014 | Simplify expressions in tputc() | Roberto E. Vargas Caballero | 1 | +9 | -9 |
04:30 26-04-2014 | Fix misplaced break | Roberto E. Vargas Caballero | 1 | +1 | -1 |
04:24 26-04-2014 | Create a function for DEC test | Roberto E. Vargas Caballero | 1 | +15 | -9 |
13:32 28-04-2014 | Fix tputc control code handling | Roberto E. Vargas Caballero | 1 | +8 | -12 |
20:45 25-04-2014 | Remove repeated initialisation of term.esc | Roberto E. Vargas Caballero | 1 | +6 | -18 |
20:34 25-04-2014 | Cancel DCS with SUB, CAN, ESC or any CC1 code | Roberto E. Vargas Caballero | 1 | +127 | -79 |
18:50 26-04-2014 | add break;s for last cases in switch statements | Markus Teich | 1 | +4 | -0 |
19:12 25-04-2014 | Do not eat ESC character if control string is not properly terminated. | noname | 1 | +3 | -5 |
11:28 25-04-2014 | Fix for multibyte characters in techo. | noname | 1 | +1 | -1 |
11:27 25-04-2014 | s/DSC/DCS/ DCS stands for DEVICE CONTROL STRING | noname | 1 | +2 | -2 |
11:27 25-04-2014 | Use xwrite instead of write. | noname | 1 | +3 | -3 |
11:27 25-04-2014 | Remove unnecessary break | noname | 1 | +0 | -1 |
11:26 25-04-2014 | Comment fix. | noname | 1 | +1 | -1 |
15:35 24-04-2014 | On terminal resize, clear the alt screen with its own cursor. | Colona | 1 | +2 | -0 |
16:12 23-04-2014 | Optimize tputtab. | noname | 1 | +12 | -16 |
16:12 23-04-2014 | Use != instead of ^ for logical values. | noname | 1 | +1 | -1 |
16:12 23-04-2014 | Use BETWEEN macro in xsetcolorname and fix style. | noname | 1 | +3 | -3 |
17:34 25-04-2014 | Conformity in the -g geometry handling. | Christoph Lohmann | 2 | +56 | -58 |
12:24 25-04-2014 | Simplify a bit more tdeletechar and tinsertblank | Roberto E. Vargas Caballero | 1 | +6 | -4 |
19:08 22-04-2014 | Simplify tdeletechar and tinsertblank and fix memory corruption. | noname | 1 | +12 | -18 |
10:26 20-04-2014 | Style fixes in tscrollup. | noname | 1 | +4 | -3 |
10:26 20-04-2014 | Do not set dirty flag twice in tscrollup and tscrolldown. | noname | 1 | +1 | -3 |
10:26 20-04-2014 | Use tsetdirt in tscrollup and tscrolldown. | noname | 1 | +4 | -6 |
17:26 22-04-2014 | Fix techo handling of control and multibyte characters. | noname | 1 | +2 | -2 |
14:59 22-04-2014 | Make xrealloc and xstrdup style consistent. | noname | 1 | +2 | -4 |
14:59 22-04-2014 | Use BETWEEN in tsetchar. | noname | 1 | +1 | -2 |
14:59 22-04-2014 | Use uint and uchar instead of unsigned int and unsigned char. | noname | 1 | +3 | -3 |
14:59 22-04-2014 | Remove argument names from function prototypes. | noname | 1 | +6 | -6 |
14:59 22-04-2014 | Style fix in tdumpsel. | noname | 1 | +1 | -2 |
14:59 22-04-2014 | Use BETWEEN in tinsertblankline and tdeleteline. | noname | 1 | +4 | -8 |
14:22 22-04-2014 | It's 2014 now. | Christoph Lohmann | 1 | +1 | -1 |
06:08 20-04-2014 | move MODBIT to Macros section | noname@inventati.org | 1 | +4 | -6 |
08:41 20-04-2014 | misplaced parenthesis in LEN macro | noname@inventati.org | 1 | +1 | -1 |
08:15 20-04-2014 | remove confusing SERRNO macro | Markus Teich | 1 | +7 | -8 |
13:21 13-04-2014 | Simplify techo | noname@inventati.org | 1 | +1 | -4 |
13:54 05-04-2014 | typedefs instead of #defines | noname@inventati.org | 1 | +5 | -5 |
15:37 09-04-2014 | fix cursor handling when alt screen is disabled | q@c9x.me | 1 | +3 | -0 |
03:11 15-04-2014 | Merge remote-tracking branch 'origin/master' into omaster | Roberto E. Vargas Caballero | 1 | +2 | -2 |
13:11 11-04-2014 | Removing two unnecessary gettimeofday(). | Christoph Lohmann | 1 | +2 | -2 |
14:53 07-04-2014 | Increment XSync consistency | Toaster Toaster | 1 | +1 | -1 |
10:08 11-04-2014 | Fix Backspace and Delete characters | Roberto E. Vargas Caballero | 2 | +1 | -4 |
15:40 05-04-2014 | 0.5 release. | Christoph Lohmann | 1 | +1 | -1 |
15:39 05-04-2014 | Updating the TODO in preparating for 0.5. | Christoph Lohmann | 1 | +0 | -5 |
15:34 05-04-2014 | There is no need for a full dirt redraw. | Christoph Lohmann | 1 | +0 | -1 |
04:26 02-04-2014 | Fixing a compiler warning with the assignment. | Christoph Lohmann | 1 | +1 | -1 |
19:58 26-03-2014 | Fix segfault when pressing PrintScr without a selection | Rafa Garcia Gallego | 1 | +4 | -3 |
16:20 25-03-2014 | new utf decoder | Damian Okrasa | 1 | +81 | -133 |
11:16 10-03-2014 | Merge branch 'master' of ssh://suckless.org/gitrepos/st | Roberto E. Vargas Caballero | 1 | +16 | -6 |
07:11 01-02-2014 | Add terminfo entries for printer | Roberto E. Vargas Caballero | 1 | +3 | -0 |
09:41 01-02-2014 | Add sequence for printing the current selection | Roberto E. Vargas Caballero | 2 | +30 | -3 |
19:05 31-01-2014 | Add key definition for printer sequences | Roberto E. Vargas Caballero | 2 | +14 | -0 |
18:25 31-01-2014 | Add MC for the full screen | Roberto E. Vargas Caballero | 1 | +11 | -0 |
17:53 31-01-2014 | Add MC for a single line | Roberto E. Vargas Caballero | 1 | +32 | -9 |
07:04 01-03-2014 | Style cleanup. | Christoph Lohmann | 1 | +14 | -5 |
05:22 01-03-2014 | Style matters. | Christoph Lohmann | 1 | +2 | -1 |
16:57 31-01-2014 | Add MC sequence | Roberto E. Vargas Caballero | 1 | +16 | -2 |
07:12 01-02-2014 | Add xstrdup function | Roberto E. Vargas Caballero | 1 | +12 | -1 |
07:46 04-02-2014 | Merge remote-tracking branch 'origin/master' | Roberto E. Vargas Caballero | 1 | +2 | -2 |
16:54 03-02-2014 | Removing the w3img support. | Christoph Lohmann | 1 | +2 | -2 |
13:30 31-01-2014 | Remove non defined behaviour in selcopy | Roberto E. Vargas Caballero | 1 | +5 | -4 |
13:04 31-01-2014 | Remove duplicated code in strhandle | Roberto E. Vargas Caballero | 1 | +10 | -14 |
12:54 31-01-2014 | Make Shift+Home equal to CLS in ascii mode | Roberto E. Vargas Caballero | 1 | +4 | -2 |
10:18 31-01-2014 | Make CONTROL + DELETE delete a line | Roberto E. Vargas Caballero | 1 | +2 | -2 |
08:23 31-01-2014 | Fix SHIFT+DEL definition | Roberto E. Vargas Caballero | 1 | +4 | -4 |
13:48 19-01-2014 | Use character scaling in XCopyArea | Eric Pruitt | 1 | +1 | -1 |
08:54 11-01-2014 | Make w3mimgdisplay work with st | Amadeusz Sławiński | 1 | +2 | -2 |
11:24 03-01-2014 | Fix truecolor escapes, when both bg and fg are set | Amadeusz Sławiński | 1 | +2 | -0 |
17:14 17-12-2013 | query pixel size from matched font | Eon S. Jeon | 1 | +17 | -7 |
04:29 18-12-2013 | Update arg.h from sbase | Roberto E. Vargas Caballero | 1 | +28 | -20 |
14:45 17-12-2013 | Prevent resizing stdin | Eon S. Jeon | 1 | +1 | -1 |
14:16 20-10-2013 | Replace alignment tabs with spaces. | Mark Edgar | 1 | +9 | -9 |
13:18 20-10-2013 | Fix comments in config.def.h to match field names. | Mark Edgar | 1 | +5 | -6 |
12:45 15-12-2013 | Fix definition of F28 key. | Mark Edgar | 1 | +1 | -1 |
10:10 11-12-2013 | Set _NET_WM_PID attribute | Eric Pruitt | 1 | +6 | -1 |
12:22 06-12-2013 | Fix rmul definition | Eric Pruitt | 1 | +1 | -1 |
12:06 25-11-2013 | Add stdint include | René Rietz | 1 | +1 | -0 |
10:09 25-11-2013 | Fix stupid bug in tdefcolor returning -1 in unsigned function | Roberto E. Vargas Caballero | 1 | +2 | -2 |
06:20 24-11-2013 | Use int instead of long for color | Johannes Hofmann | 1 | +6 | -6 |
12:45 22-11-2013 | add _NET_WM_NAME | Carlos J. Torres | 1 | +3 | -1 |
10:13 19-10-2013 | Simplify logic in kmap(). | Mark Edgar | 1 | +5 | -14 |
09:56 19-10-2013 | Simplify logic in match(). | Mark Edgar | 1 | +1 | -9 |
15:18 28-10-2013 | Merge remote-tracking branch 'origin/master' into omaster | Roberto E. Vargas Caballero | 1 | +5 | -2 |
17:24 19-06-2013 | Fixed lock up when system time jumps backwards | Rob Pilling | 1 | +5 | -2 |
19:07 21-09-2013 | Ignore numlock (Mod2Mask) for button events too. | Mark Edgar | 2 | +3 | -4 |
07:19 06-10-2013 | Avoid buffer overrun in bpress() | Mark Edgar | 1 | +2 | -2 |
06:49 05-10-2013 | New ttysend() function calls ttywrite() and techo(). Honor MODE_ECHO when pasting in selnotify(). | Mark Edgar | 1 | +12 | -11 |
06:45 05-10-2013 | Avoid buffer overrun in kpress() and remove limit on shortcut strings. | Mark Edgar | 1 | +18 | -17 |
06:45 05-10-2013 | Simplify Mod1 logic in kpress(), eliminating locals and a memcpy. | Mark Edgar | 1 | +10 | -13 |
16:23 01-10-2013 | Add support for multiple charset definitions | Roberto E. Vargas Caballero | 1 | +55 | -27 |
16:06 02-10-2013 | People, learn to keep to styles. Thanks. | Christoph Lohmann | 1 | +5 | -2 |
15:02 01-10-2013 | Fix save/restore cursor | Mihail Zenkov | 1 | +8 | -7 |
15:01 01-10-2013 | Add DSR cursor position sequence | Mihail Zenkov | 1 | +7 | -0 |
18:33 21-09-2013 | Fix core in multi-line selection on OpenBSD | Maurice Quennet | 1 | +1 | -1 |
04:22 23-09-2013 | Add bracketed paste mode | Egmont Koblinger | 1 | +8 | -0 |
20:19 25-07-2013 | Fix some bugs in mouse tracking logic | Michael Forney | 1 | +13 | -9 |
15:52 12-09-2013 | Default volume of the bell is 0. | Christoph Lohmann | 1 | +1 | -1 |
15:41 12-09-2013 | Add audible bell | Roberto E. Vargas Caballero | 2 | +8 | -0 |
07:41 07-09-2013 | Wide character support. | Christoph Lohmann | 2 | +68 | -17 |
07:29 07-09-2013 | Adding some contributors. Thanks to you all! | Christoph Lohmann | 1 | +7 | -1 |
19:10 25-08-2013 | Correctly initialize altscreen when defaultbg is not 0. | Mark Edgar | 2 | +6 | -17 |
07:42 11-08-2013 | Regarding commit 7e3cff3 | Eon S. Jeon | 1 | +3 | -3 |
14:32 22-08-2013 | Tmux is using C-b by default. | Christoph Lohmann | 1 | +1 | -1 |
13:18 20-08-2013 | Correcting the bitmask value check. | Christoph Lohmann | 1 | +1 | -1 |
10:25 12-08-2013 | Add terminfo definitions for terminals with meta key | Roberto E. Vargas Caballero | 2 | +22 | -4 |
17:37 05-08-2013 | Fix signess of tdefcolor | Eon S. Jeon | 1 | +3 | -3 |
04:50 29-07-2013 | Fixed memory leak in xsettitle(). | Alexander Sedov | 1 | +1 | -0 |
20:24 25-07-2013 | Fix blink mode check | Michael Forney | 1 | +2 | -2 |
06:33 05-08-2013 | Use character size scaling factors | Eric Pruitt | 3 | +17 | -8 |
16:52 20-07-2013 | Reload colors in reset | Roberto E. Vargas Caballero | 1 | +9 | -0 |
15:34 19-07-2013 | Add RGB color definition | Roberto E. Vargas Caballero | 1 | +85 | -34 |
02:07 19-07-2013 | Improved font caching | Eon S. Jeon | 1 | +22 | -41 |
18:07 22-06-2013 | fix: whitespace | Markus Teich | 2 | +64 | -64 |
14:05 23-06-2013 | Remove long text being cropped/wrapped to standard 80x24 on launch. | Alexander Sedov | 2 | +18 | -7 |
18:06 22-06-2013 | fix: consistent usage of bitmask operations on unicode functions | Markus Teich | 1 | +23 | -27 |
18:05 22-06-2013 | fix: do not need an extra variable for a single read | Markus Teich | 1 | +1 | -4 |
05:33 23-06-2013 | Fix match function bugs | Roberto E. Vargas Caballero | 1 | +5 | -5 |
07:13 23-06-2013 | Remove unneded call to draw | Roberto E. Vargas Caballero | 1 | +0 | -1 |
07:09 23-06-2013 | Fix selection clearing | Roberto E. Vargas Caballero | 1 | +5 | -9 |
11:22 22-06-2013 | fix PageUp Modifier Mask in config.def.h | Markus Teich | 1 | +1 | -1 |
10:52 09-06-2013 | Fixing title setting with the title argument. | Christoph Lohmann | 1 | +1 | -1 |
14:09 06-06-2013 | Adding xterm behaviour to setting the title. | Christoph Lohmann | 1 | +8 | -1 |
09:39 01-06-2013 | Bumping up the xfps so mouse motion won't reap the CPU. | Christoph Lohmann | 1 | +1 | -1 |
09:37 01-06-2013 | Adding true mouse motion support. | Christoph Lohmann | 1 | +55 | -32 |
08:17 01-06-2013 | This is a shorter bit handling in MODE_MOUSE. | Christoph Lohmann | 1 | +1 | -2 |
08:13 01-06-2013 | Add some comments about the other mouse reporting modes. | Christoph Lohmann | 1 | +8 | -1 |
08:06 01-06-2013 | Implementing mouse focus and all events. | Christoph Lohmann | 1 | +15 | -0 |
07:23 01-06-2013 | Fixing bad highlighting on first SNAP_WORD multiline select. | Christoph Lohmann | 1 | +2 | -3 |
11:10 26-05-2013 | Fixing the selection in a single line again. | Christoph Lohmann | 1 | +8 | -3 |
08:07 26-05-2013 | Fixing the selection scrolling and the selection naming. | Christoph Lohmann | 1 | +89 | -85 |
16:59 11-05-2013 | Lazy font unloading too. | Christoph Lohmann | 1 | +13 | -12 |
03:54 11-05-2013 | Lazy fontset loading. | Christoph Lohmann | 1 | +15 | -6 |
14:50 06-05-2013 | Removing an old select() regression. | Christoph Lohmann | 1 | +12 | -14 |
14:04 04-05-2013 | Allow more complex delimiters for word selections. | Christoph Lohmann | 2 | +11 | -2 |
14:00 04-05-2013 | Expand the last line with '\n' in case of overselection. | Christoph Lohmann | 1 | +16 | -1 |
03:05 04-05-2013 | Select to the end of row if end of line is reached. | Christoph Lohmann | 1 | +12 | -0 |
03:01 04-05-2013 | Better comments for the snapping code. | Christoph Lohmann | 1 | +9 | -0 |
08:14 01-05-2013 | More stable blinking. | Christoph Lohmann | 1 | +9 | -2 |
16:32 28-04-2013 | Explaining blinking for the dummies. | Christoph Lohmann | 1 | +4 | -1 |
13:14 28-04-2013 | Selection snapping is now considering wrapping. | Christoph Lohmann | 1 | +39 | -3 |
12:42 28-04-2013 | Add a possibility to modify the string sent by mouse buttons. | Christoph Lohmann | 2 | +30 | -6 |
13:55 26-04-2013 | Be more efficient in blinking. | Christoph Lohmann | 1 | +7 | -3 |
13:41 26-04-2013 | Enable blinking in st. | Christoph Lohmann | 3 | +74 | -14 |
01:28 25-04-2013 | Fixing the selection handling to allow one char selection. | Christoph Lohmann | 1 | +9 | -10 |
16:30 24-04-2013 | Fixing the selection issue in altscreens. | Christoph Lohmann | 1 | +3 | -3 |
19:34 23-04-2013 | Removed redundant check in draw code. | Alexander Sedov | 1 | +1 | -1 |
15:34 23-04-2013 | Fix selecting clearing and BCE | Roberto E. Vargas Caballero | 1 | +3 | -1 |
14:37 23-04-2013 | Now clipping is more clear. | Christoph Lohmann | 1 | +2 | -0 |
14:17 23-04-2013 | Removing the overdrawing of some fonts. | Christoph Lohmann | 1 | +11 | -0 |
10:38 23-04-2013 | Yes, rs2 != is2. | Christoph Lohmann | 1 | +1 | -1 |
10:33 23-04-2013 | There is no 8bit by default and reset 8bit too. | Christoph Lohmann | 1 | +2 | -3 |
10:22 23-04-2013 | Implementing 8 bit mode for meta. | Christoph Lohmann | 2 | +22 | -4 |
08:01 21-04-2013 | Adding wrap handling in selection. | Christoph Lohmann | 1 | +23 | -14 |
03:28 15-04-2013 | Added support for double/triple click+dragging. | Alexander Sedov | 1 | +63 | -27 |
10:29 20-04-2013 | 0.4.1 release. | Christoph Lohmann | 1 | +1 | -1 |
16:11 19-04-2013 | Making st compile on OpenBSD again. | Christoph Lohmann | 1 | +4 | -4 |
05:47 18-04-2013 | Selection now handles empty lines less counter-intuitively. | Alexander Sedov | 1 | +2 | -5 |
01:51 18-04-2013 | Removing trailing whitespace. | Christoph Lohmann | 1 | +1 | -1 |
10:13 15-04-2013 | Got rid of redundant Glyph state. | Alexander Sedov | 1 | +34 | -45 |
01:41 18-04-2013 | Removing unneeded comments. | Christoph Lohmann | 1 | +1 | -2 |
17:12 14-04-2013 | Got rid of code duplication in tnew() and tresize(). | Alexander Sedov | 1 | +3 | -15 |
16:17 14-04-2013 | Strip trailing spaces from lines when copying selection. | Alexander Sedov | 1 | +2 | -1 |
13:30 14-04-2013 | Enable BCE everywhere. | Christoph Lohmann | 1 | +25 | -28 |
10:24 13-04-2013 | Fix the geometry handling. | Christoph Lohmann | 2 | +5 | -0 |
07:26 13-04-2013 | \033 should be used in printf in the FAQ. | Christoph Lohmann | 1 | +1 | -1 |
04:49 13-04-2013 | Resize now uses xclear(). | Christoph Lohmann | 1 | +1 | -3 |
04:44 13-04-2013 | Drawing a more visible rectangle as cursor on unfocus. | Christoph Lohmann | 2 | +27 | -10 |
03:51 13-04-2013 | Patching while not really woken up. | Christoph Lohmann | 1 | +0 | -4 |
03:50 13-04-2013 | Minor naming issue fixed. | Christoph Lohmann | 1 | +4 | -4 |
03:48 13-04-2013 | Making the copy and pasting consistent. | Christoph Lohmann | 1 | +31 | -4 |
18:13 09-04-2013 | Convert FAQ into Markdown, to make it easier to integrate it into http://st.suckless.org/ | Kai Hendry | 1 | +26 | -36 |
12:48 10-04-2013 | Make st work with a plain -e command. | Christoph Lohmann | 1 | +2 | -1 |
16:00 03-04-2013 | Adopting arg.h with more flexible cmd handling. | Christoph Lohmann | 2 | +112 | -61 |
15:42 03-04-2013 | Add an option to disable alternative screens. | Christoph Lohmann | 3 | +16 | -4 |
15:44 29-03-2013 | Updating the TODO file for after 0.4. | Christoph Lohmann | 1 | +9 | -6 |
15:13 29-03-2013 | Releasing 0.4. | Christoph Lohmann | 1 | +1 | -1 |
15:01 29-03-2013 | Add the possibility to have default highlight colors. | Christoph Lohmann | 2 | +27 | -13 |
14:45 29-03-2013 | Adding PgUp + Ctrl. | Christoph Lohmann | 1 | +1 | -0 |
14:43 29-03-2013 | Adding PgUp and PgDown + Ctrl to config.def.h | Christoph Lohmann | 1 | +2 | -0 |
14:39 29-03-2013 | Removing an undefined case. just do regular selections. | Christoph Lohmann | 1 | +13 | -18 |
17:19 20-03-2013 | Making rectangular selection work again. | Christoph Lohmann | 1 | +1 | -4 |
17:16 10-03-2013 | Pange seems to use ascent + descent instead of height. | Christoph Lohmann | 1 | +1 | -1 |
18:12 05-03-2013 | Making st compile on OS X. | Christoph Lohmann | 1 | +1 | -1 |
17:43 26-02-2013 | Using strsep and fixing null termination in csiparse. | Christoph Lohmann | 2 | +8 | -9 |
15:08 26-02-2013 | Changing the way how paste is handled, just for the nano people. | Christoph Lohmann | 1 | +1 | -1 |
15:07 26-02-2013 | Fixing a bug while parsing empty arguments in csiparse. | Christoph Lohmann | 1 | +2 | -2 |
14:19 26-02-2013 | Fixing bugs in the strtol and strtok_r replacements. | Christoph Lohmann | 1 | +17 | -23 |
09:36 25-02-2013 | Using strtok_r for the string parsing. | Christoph Lohmann | 1 | +14 | -18 |
09:23 25-02-2013 | Using strtol with overflow checking. | Christoph Lohmann | 1 | +12 | -6 |
17:50 23-02-2013 | Add insert for the primary clipboard to MOD + Shift + Ins. | Christoph Lohmann | 2 | +15 | -3 |
17:44 23-02-2013 | Removing dbe and introducing umlauts to titles. | Christoph Lohmann | 1 | +39 | -53 |
17:20 23-02-2013 | Add umlaut support for title change. | Christoph Lohmann | 2 | +12 | -12 |
17:17 23-02-2013 | Replace parse_int with atoi(). | Christoph Lohmann | 1 | +8 | -23 |
14:39 19-02-2013 | Added basic xterm-ish palette swap support. | Alexander Sedov | 1 | +93 | -18 |
15:08 19-02-2013 | Implement rectangular mouse selection. | Christoph Lohmann | 2 | +66 | -14 |
14:31 18-02-2013 | ensure that the italic font has the same weight as the normal font | joe9 | 1 | +7 | -9 |
12:04 19-02-2013 | Style inquisition. | Christoph Lohmann | 1 | +22 | -22 |
11:51 19-02-2013 | Fixing the reverse mode of st colors. | Christoph Lohmann | 1 | +1 | -1 |
09:57 16-02-2013 | Adding a way to ignore bits in the state. | Christoph Lohmann | 2 | +9 | -0 |
15:36 15-02-2013 | Style inquisition. | Christoph Lohmann | 1 | +2 | -2 |
15:34 15-02-2013 | The refresh rate for the action needs to be high too. | Christoph Lohmann | 1 | +1 | -1 |
15:32 15-02-2013 | Changing the fps to something reasonable high. | Christoph Lohmann | 1 | +1 | -1 |
15:30 15-02-2013 | Doing it like the new run() was proposed. | Christoph Lohmann | 2 | +17 | -24 |
15:10 15-02-2013 | Adding a more efficient drawing code. | Christoph Lohmann | 2 | +42 | -28 |
13:45 15-02-2013 | Tmux wants this to be mutually exclusive. | Christoph Lohmann | 1 | +2 | -0 |
17:35 13-02-2013 | Adding mor explict font patterns. | Christoph Lohmann | 1 | +3 | -0 |
18:20 11-02-2013 | Making st not activate the cursor in case of Mod + k in dwm. | Christoph Lohmann | 1 | +5 | -0 |
12:36 10-02-2013 | Setting the surrounding border to defaultbg. | Christoph Lohmann | 1 | +3 | -3 |
16:24 08-02-2013 | Removing some debug messages. | Christoph Lohmann | 1 | +0 | -2 |
13:48 27-01-2013 | Fixing the menus in mc. | Christoph Lohmann | 1 | +2 | -2 |
09:26 27-01-2013 | Fixing the black remaining lines in mc and dialog. | Christoph Lohmann | 1 | +15 | -12 |
11:13 26-01-2013 | Adding extended mouse reporting in st. | Christoph Lohmann | 1 | +26 | -9 |
13:13 20-01-2013 | Removing the debug messages again. | Christoph Lohmann | 1 | +0 | -2 |
13:12 20-01-2013 | Fixing the clipboard copying to st itself. | Christoph Lohmann | 1 | +9 | -2 |
11:12 20-01-2013 | St is in 2013 now. | Christoph Lohmann | 1 | +1 | -1 |
10:55 20-01-2013 | Removing BCE from the TODO list. | Christoph Lohmann | 1 | +0 | -1 |
10:54 20-01-2013 | Implementing Back Color Erase (BCE). | Christoph Lohmann | 2 | +40 | -25 |
14:38 19-01-2013 | Make line drawing work again. | Christoph Lohmann | 1 | +6 | -3 |
11:49 19-01-2013 | Yes, xft should be on the buffer. Thanks Mihail Zenkov. | Christoph Lohmann | 1 | +1 | -2 |
11:00 19-01-2013 | Trying out the double buffering without dbe. | Christoph Lohmann | 1 | +39 | -11 |
05:13 19-01-2013 | Dbe is not required anymore. | Christoph Lohmann | 1 | +15 | -7 |
15:22 18-01-2013 | Adding the FAQ entry for zsh. | Christoph Lohmann | 1 | +23 | -3 |
15:11 18-01-2013 | The title can now be set with UTF-8 characters. | Christoph Lohmann | 1 | +24 | -10 |
14:53 16-01-2013 | Adding a nasty resize bug. Maybe it can be fixed. | Christoph Lohmann | 1 | +4 | -0 |
13:36 09-01-2013 | Removing the .hgtags file. Thanks ilf. | Christoph Lohmann | 1 | +0 | -5 |
16:36 08-01-2013 | Standout mode has changed. Thanks p37sitdu@lavabit.com! | Christoph Lohmann | 1 | +2 | -2 |
16:09 08-01-2013 | A different double buffering strategy so the background is default set. | Christoph Lohmann | 1 | +1 | -1 |
15:46 08-01-2013 | Standout is now reverse. This makes bsd-games work in st. | Christoph Lohmann | 1 | +2 | -2 |
15:53 07-01-2013 | Adding an FAQ entry for the keypad handling. | Christoph Lohmann | 1 | +35 | -0 |
05:52 06-01-2013 | Synchronizing the FAQ of the website and the repository. | Christoph Lohmann | 1 | +33 | -1 |
16:56 05-01-2013 | Damn, my fault. The cache should have at least some entries. | Christoph Lohmann | 1 | +1 | -1 |
16:30 05-01-2013 | Applying the changes to the docs; by Peter Hartman. | Christoph Lohmann | 3 | +5 | -8 |
16:52 04-01-2013 | Making the fontconfig and freetype paths portable in config.mk. | Christoph Lohmann | 1 | +6 | -2 |
09:15 01-01-2013 | A fix for the XopenIM() errors. | Christoph Lohmann | 1 | +11 | -3 |
13:35 30-12-2012 | Increasing font cache for speeding up UTF8 demos. | Christoph Lohmann | 1 | +1 | -1 |
13:35 30-12-2012 | Removing the warning about extents. | Christoph Lohmann | 1 | +0 | -1 |
12:24 29-12-2012 | Fixing the font unloading in case of zoom. | Christoph Lohmann | 1 | +1 | -1 |
11:03 29-12-2012 | Speeding up the drawing, then all characters are known. | Christoph Lohmann | 1 | +99 | -77 |
19:52 28-12-2012 | Adding fallback support to st. | Christoph Lohmann | 1 | +188 | -13 |
15:50 22-12-2012 | Fixing a compile error. | Christoph Lohmann | 1 | +1 | -1 |
09:39 22-12-2012 | Fixing a off-by-one error in the penultimate row drawing. | Christoph Lohmann | 1 | +9 | -6 |
09:00 18-12-2012 | Fixing a precedence problem. Thanks tridactyla! | Christoph Lohmann | 2 | +3 | -2 |
16:57 13-12-2012 | Checking for the lower X11 special keys too. Thanks Benjamin R. Haskell! | Christoph Lohmann | 1 | +1 | -1 |
04:32 11-12-2012 | Adding error checks for XCreateIC and XOpenIM. | Christoph Lohmann | 2 | +4 | -1 |
19:02 10-12-2012 | Be careful about mar77i's patches. | Christoph Lohmann | 2 | +7 | -6 |
16:45 10-12-2012 | Fixing the nasty selection bug. Thanks p37sitdu@lavabit.com! | Christoph Lohmann | 1 | +17 | -14 |
11:02 10-12-2012 | Applying the patch of mar771 right. | Christoph Lohmann | 1 | +4 | -4 |
17:39 09-12-2012 | Applying the change of the Del key assingment. Thanks Martti Kühne! | Christoph Lohmann | 1 | +2 | -2 |
18:13 25-11-2012 | Add support for End key | Roberto E. Vargas Caballero | 2 | +10 | -2 |
18:13 25-11-2012 | Add support for Supr key | Roberto E. Vargas Caballero | 2 | +14 | -4 |
18:13 25-11-2012 | Add support for insert key | Roberto E. Vargas Caballero | 2 | +15 | -4 |
18:13 25-11-2012 | Fix value of ka1 terminfo capability | Roberto E. Vargas Caballero | 1 | +1 | -1 |
11:59 25-11-2012 | Add a notice in the config.def.h file how to obtain the syntax for | Christoph Lohmann | 1 | +5 | -1 |
05:23 25-11-2012 | The style inquisition was here. | Christoph Lohmann | 1 | +2 | -2 |
05:23 25-11-2012 | Add key for toogling numlock handling | Roberto E. Vargas Caballero | 2 | +33 | -18 |
16:38 21-11-2012 | Fixing the calculation of the base tty pixel size. | Christoph Lohmann | 1 | +8 | -8 |
13:22 19-11-2012 | Restoring the Alt + Backspace functionality. Thanks Brandon Invergo! | Christoph Lohmann | 1 | +1 | -1 |
07:32 16-11-2012 | Add application cursor sequences for Home | Roberto E. Vargas Caballero | 1 | +4 | -3 |
01:43 16-11-2012 | Fixing some key issues with mc. Thanks nsz! | Christoph Lohmann | 1 | +1 | -0 |
17:42 15-11-2012 | Getbuttoninfo is always used the same and just a helper function. Shrinking it | Christoph Lohmann | 1 | +5 | -8 |
16:57 15-11-2012 | Fix speech error in comment | Roberto E. Vargas Caballero | 1 | +1 | -1 |
16:57 15-11-2012 | Remove unused fields in cursor_movement | Roberto E. Vargas Caballero | 1 | +0 | -4 |
16:25 15-11-2012 | Removing my debug fprintf(). | Christoph Lohmann | 1 | +1 | -4 |
16:19 15-11-2012 | Optimizing the key lookup to the X11 function key. It is still possible to | Christoph Lohmann | 2 | +20 | -0 |
16:03 15-11-2012 | Making all function keys accessible. | Christoph Lohmann | 1 | +12 | -12 |
16:00 15-11-2012 | Adding support for XK_F35. | Christoph Lohmann | 1 | +33 | -10 |
15:01 15-11-2012 | Fix Shift + Insert shortcut | Roberto E. Vargas Caballero | 1 | +20 | -15 |
12:36 15-11-2012 | Changing the TODO to the current state. | Christoph Lohmann | 1 | +7 | -2 |
12:26 15-11-2012 | Fixing the return and keypad enter sent characters. Terminals produce \r. And | Christoph Lohmann | 2 | +10 | -6 |
12:21 15-11-2012 | Import the patch of Eckehard Berns to add insert mode. Thanks! | Christoph Lohmann | 2 | +6 | -0 |
11:57 15-11-2012 | The crlf mode was reversed. | Christoph Lohmann | 1 | +4 | -4 |
11:54 15-11-2012 | Fixing Return in non-crlf mode. | Christoph Lohmann | 1 | +2 | -2 |
11:36 15-11-2012 | Use XK_ANY_MOD instead of XK_NO_MOD in key definition | Roberto E. Vargas Caballero | 1 | +59 | -55 |
11:36 15-11-2012 | Fix XK_NO_MOD and XK_ANY_MOD behavior | Roberto E. Vargas Caballero | 1 | +7 | -5 |
07:14 14-11-2012 | Fix tab key | Roberto E. Vargas Caballero | 2 | +2 | -2 |
02:37 14-11-2012 | Fixing the tab key, when no mask is wanted. | Christoph Lohmann | 1 | +6 | -1 |
16:13 13-11-2012 | The style inquisition was here again. | Christoph Lohmann | 3 | +13 | -6 |
16:05 13-11-2012 | Add missed key definitions | Roberto E. Vargas Caballero | 3 | +169 | -9 |
16:04 13-11-2012 | Add control and meta combinations for arrow keys | Roberto E. Vargas Caballero | 2 | +16 | -8 |
16:04 13-11-2012 | Fix arrow keys terminfo capabilities | Roberto E. Vargas Caballero | 1 | +4 | -4 |
16:04 13-11-2012 | Remove hardcoded keys form kpress | Roberto E. Vargas Caballero | 2 | +79 | -62 |
16:04 13-11-2012 | Move Shift + Insert to shortcut | Roberto E. Vargas Caballero | 2 | +4 | -10 |
16:04 13-11-2012 | Fix keypad mode and cursor mode | Roberto E. Vargas Caballero | 2 | +5 | -4 |
16:04 13-11-2012 | Add SRM sequence | Roberto E. Vargas Caballero | 1 | +56 | -20 |
15:46 11-11-2012 | Gc is not used anymore. | Christoph Lohmann | 1 | +0 | -3 |
15:38 11-11-2012 | Removing some xft naming cruft. | Christoph Lohmann | 1 | +43 | -39 |
13:22 08-11-2012 | Moving the alt declaration to the beginning of the function. | Christoph Lohmann | 1 | +2 | -1 |
13:22 08-11-2012 | Move unsupported sequences to ignored. | Roberto E. Vargas Caballero | 1 | +7 | -7 |
13:21 08-11-2012 | Ignore DECARM sequence | Roberto E. Vargas Caballero | 1 | +1 | -2 |
13:21 08-11-2012 | Fix VPR sequence | Roberto E. Vargas Caballero | 1 | +2 | -2 |
13:21 08-11-2012 | Add DECOM sequence | Roberto E. Vargas Caballero | 1 | +26 | -7 |
13:20 08-11-2012 | Save cursor position in terminal reset | Roberto E. Vargas Caballero | 1 | +2 | -0 |
13:17 08-11-2012 | Clarify some or exclusive expressions | Roberto E. Vargas Caballero | 1 | +7 | -7 |
13:15 08-11-2012 | Fix bug restoring cursor position | Roberto E. Vargas Caballero | 1 | +6 | -6 |
19:44 06-11-2012 | Adding scrollwheel support. Thanks Brandon Invergo! | Christoph Lohmann | 1 | +12 | -7 |
00:02 05-11-2012 | Changing the license to MIT/X. | Christoph Lohmann | 1 | +22 | -25 |
20:04 03-11-2012 | Fixing meta+return. Thanks Szabolcs Nagy! | Christoph Lohmann | 1 | +3 | -0 |
10:05 03-11-2012 | Removing the debugging for the last fix too. | Christoph Lohmann | 1 | +0 | -2 |
10:05 03-11-2012 | Fixing a resize bug, if a smaller amount than the lineheight is resized. | Christoph Lohmann | 1 | +2 | -2 |
09:43 03-11-2012 | Fixing bold fonts in reverse mode. | Christoph Lohmann | 1 | +3 | -3 |
04:35 03-11-2012 | Now italic and bold works. | Christoph Lohmann | 1 | +1 | -1 |
23:24 02-11-2012 | Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy! | Christoph Lohmann | 2 | +24 | -9 |
19:19 02-11-2012 | Fixing the italic-bold font check. Thanks nsz. | Christoph Lohmann | 1 | +1 | -1 |
16:08 02-11-2012 | Added tag 0.3 for changeset 9d54ce4daf34 | Christoph Lohmann | 1 | +1 | -0 |
16:08 02-11-2012 | 0.3 release. | Christoph Lohmann | 1 | +1 | -1 |
16:07 02-11-2012 | Make it possible to use the corefont font description too. It is not very | Christoph Lohmann | 1 | +6 | -1 |
15:56 02-11-2012 | Moving to the dwm config.h variable usage. | Christoph Lohmann | 2 | +72 | -68 |
16:36 31-10-2012 | Adding a FAQ to reference utmp(1). | Christoph Lohmann | 1 | +8 | -0 |
16:35 31-10-2012 | Cleaning up the TODO file. | Christoph Lohmann | 1 | +0 | -4 |
10:13 28-10-2012 | Removing the now senseless comment in config.def.h. Thanks to bnwe! | Christoph Lohmann | 1 | +0 | -4 |
09:37 28-10-2012 | Applying the patch of the little girl <yui@blekksprut.net> to make cjk input | Christoph Lohmann | 1 | +4 | -1 |
09:35 28-10-2012 | Applying the tab expansion patch from koga. | Christoph Lohmann | 1 | +13 | -9 |
09:25 28-10-2012 | Adding a more flexible fontstring handling, shortcuts and a zoom function. | Christoph Lohmann | 3 | +128 | -76 |
02:54 28-10-2012 | Applying the patch of Roberto Caballero to set WINDOWID and all the pwuid() | Christoph Lohmann | 1 | +14 | -1 |
02:32 28-10-2012 | Applying the patch of Rafa Garcia Gallega <rafael.garcia.gallego@gmail.com> to | Christoph Lohmann | 1 | +6 | -5 |
02:27 28-10-2012 | Add error control to iofile | Roberto E. Vargas Caballero | 1 | +30 | -9 |
14:40 09-10-2012 | Well, I was confused. Damn state exams. Instead of discussing this shit I | Christoph Lohmann | 1 | +1 | -4 |
14:33 09-10-2012 | If there is really someone without SHELL set, help him/her. | Christoph Lohmann | 1 | +3 | -0 |
06:06 07-10-2012 | Add DEC alignment test | Roberto E. Vargas Caballero | 1 | +23 | -8 |
06:06 07-10-2012 | Avoid initialization of vt100_0 in each call to tsetchar | Roberto E. Vargas Caballero | 1 | +1 | -1 |
06:06 07-10-2012 | Fix Identification sequences | Roberto E. Vargas Caballero | 1 | +3 | -2 |
16:19 06-10-2012 | Add DA and DECID sequences | Roberto E. Vargas Caballero | 1 | +9 | -0 |
16:02 06-10-2012 | Fixing a typo. | Christoph Lohmann | 1 | +1 | -1 |
15:52 06-10-2012 | Fixing a off-by-one error in the new border clearing code. | Christoph Lohmann | 1 | +1 | -1 |
14:15 06-10-2012 | Print control codes only in graphic mode | Roberto E. Vargas Caballero | 1 | +87 | -73 |
14:13 06-10-2012 | Add SI and SO control codes | Roberto E. Vargas Caballero | 1 | +5 | -2 |
14:13 06-10-2012 | Add SUB and CAN control codes | Roberto E. Vargas Caballero | 1 | +5 | -2 |
14:12 06-10-2012 | Add documentation to control codes | Roberto E. Vargas Caballero | 1 | +19 | -9 |
08:45 06-10-2012 | Forgot to remove the xclearborders() definition from the last commit. | Christoph Lohmann | 1 | +0 | -1 |
08:43 06-10-2012 | Removing the xclearborders() hack. St now cleans up the parts of the border, | Christoph Lohmann | 1 | +31 | -28 |
04:58 06-10-2012 | The style inquisition was here. Yes, making it a unified style. The last | Christoph Lohmann | 1 | +230 | -135 |
17:59 05-10-2012 | Adding the patch of David Dufberg Töttrup to implement WM_DELETE_WINDOW. Thank you! | Christoph Lohmann | 1 | +12 | -3 |
17:51 05-10-2012 | Fixing the brightening on bold. For the 256 colors and greyscale I assumed a | Christoph Lohmann | 1 | +18 | -1 |
06:07 05-10-2012 | Turning on antialias by default really makes it more unreadable. Maybe if once | Christoph Lohmann | 1 | +1 | -1 |
04:38 05-10-2012 | When the drawing behaviour was changed underline was not corrected. | Christoph Lohmann | 1 | +1 | -1 |
17:59 04-10-2012 | This adds the fontcache dependency to try something out. Additionally the | Christoph Lohmann | 3 | +69 | -31 |
07:48 02-10-2012 | Thanks to c00kiemon5ter. Not changing bold to bright colors seems to be the | Christoph Lohmann | 1 | +1 | -3 |
15:23 30-09-2012 | Removing the now obsolete definitions from the config.def.h file. | Christoph Lohmann | 1 | +0 | -3 |
15:23 30-09-2012 | This changes -f to be the parameter for the font. Now -f is -o. | Christoph Lohmann | 2 | +47 | -28 |
15:10 30-09-2012 | Remove the cruft of the user to have to define the different font styles. | Christoph Lohmann | 1 | +55 | -5 |
06:23 29-09-2012 | We need all the colors to be available, so die() on some not available. | Christoph Lohmann | 1 | +2 | -8 |
06:17 29-09-2012 | All xcolors are not Xft colors and the clearing of the borders has been | Christoph Lohmann | 1 | +53 | -30 |
14:28 27-09-2012 | Vt escape sequences allow escape sequences in escape sequences and escape | Christoph Lohmann | 1 | +3 | -0 |
15:55 26-09-2012 | Allow control characters inside escape sequences | Roberto E. Vargas Caballero | 1 | +34 | -34 |
15:53 26-09-2012 | Ignore all control characters not handled | Roberto E. Vargas Caballero | 1 | +10 | -10 |
15:21 26-09-2012 | Switching to Liberation Mono as default solely because of line drawing. A next | Christoph Lohmann | 1 | +1 | -1 |
15:21 26-09-2012 | Implementing line drawing right. | Christoph Lohmann | 2 | +36 | -24 |
16:39 25-09-2012 | A reset should reset the line drawing too. | Christoph Lohmann | 1 | +1 | -1 |
16:17 25-09-2012 | Enabling enacs and adding compatibility to xterm and urxvt for alternative | Christoph Lohmann | 2 | +2 | -0 |
16:04 25-09-2012 | Fix bug in tputc writing to io file | Roberto E. Vargas Caballero | 1 | +4 | -4 |
09:01 24-09-2012 | Changing the default font to DejaVu Sans Mono, which is more appealing and | Christoph Lohmann | 1 | +1 | -1 |
06:04 24-09-2012 | The xinit() call needs to be behind all the tty init, otherwise all the | Christoph Lohmann | 1 | +3 | -2 |
05:31 24-09-2012 | Adding a TODO for xft fallback. | Christoph Lohmann | 1 | +1 | -0 |
05:29 24-09-2012 | Add some documentetion to tsetmode | Roberto E. Vargas Caballero | 1 | +21 | -5 |
05:28 24-09-2012 | Fix LNM sequence | Roberto E. Vargas Caballero | 1 | +3 | -3 |
05:28 24-09-2012 | Add KAM sequence | Roberto E. Vargas Caballero | 1 | +7 | -1 |
05:27 24-09-2012 | Remove unused parameters in ttyresize | Roberto E. Vargas Caballero | 1 | +3 | -3 |
05:26 24-09-2012 | Clear X window in tsetreset() | Roberto E. Vargas Caballero | 1 | +2 | -1 |
05:24 24-09-2012 | Merging xft and current st heads. | Christoph Lohmann | 1 | +4 | -4 |
05:20 24-09-2012 | Initial Xft support for st. More to follow. | Christoph Lohmann | 3 | +65 | -78 |
11:03 19-09-2012 | use typedef'd unsigned type and regular bool type. | Aurélien Aptel | 1 | +4 | -4 |
14:13 18-09-2012 | config.def.h: typo in comment. | Aurélien Aptel | 1 | +1 | -1 |
14:08 18-09-2012 | LEGACY: typo. | Aurélien Aptel | 1 | +1 | -1 |
18:14 17-09-2012 | Redrawing is fixed. | Christoph Lohmann | 1 | +0 | -1 |
17:44 17-09-2012 | Fixing the redrawing patch of k0ga, so it's using xclear() in redraw() too. | Christoph Lohmann | 1 | +9 | -7 |
17:13 17-09-2012 | Clean windows display after resizing | Roberto E. Vargas Caballero | 1 | +3 | -0 |
17:13 17-09-2012 | Copy non set positions as spaces | Roberto E. Vargas Caballero | 1 | +10 | -7 |
17:11 17-09-2012 | Add newline in error messages | Roberto E. Vargas Caballero | 1 | +2 | -2 |
17:11 17-09-2012 | Add xcalloc wrapper | Roberto E. Vargas Caballero | 1 | +11 | -2 |
15:43 16-09-2012 | Applying a shortening proposal for the run loop of k0ga. | Christoph Lohmann | 1 | +8 | -11 |
09:02 16-09-2012 | Remove call to draw in resize | Roberto E. Vargas Caballero | 1 | +1 | -2 |
08:59 16-09-2012 | Adding some more fields to the manpage, like authors, license etc. | Christoph Lohmann | 1 | +15 | -1 |
08:50 16-09-2012 | Remove some solved issues and add some new. | Christoph Lohmann | 1 | +6 | -2 |
08:22 16-09-2012 | Preliminary solution to the stuttering problem. | Christoph Lohmann | 1 | +24 | -3 |
05:49 16-09-2012 | Fix selection bug | Roberto E. Vargas Caballero | 1 | +4 | -1 |
05:48 16-09-2012 | Render only once in each main loop iteration | Roberto E. Vargas Caballero | 1 | +6 | -23 |
05:47 16-09-2012 | Remove timeout in the main loop | Roberto E. Vargas Caballero | 2 | +3 | -25 |
05:46 16-09-2012 | Call XSync in redraw | Roberto E. Vargas Caballero | 1 | +1 | -0 |
05:45 16-09-2012 | Call XdbeQueryExtension before of calling any Xdbe function | Roberto E. Vargas Caballero | 1 | +3 | -2 |
14:46 14-09-2012 | Implementing italic-bold. This will require an increase of the avgWdth. | Christoph Lohmann | 2 | +13 | -6 |
18:21 13-09-2012 | Ignore NUL character as a padding character. Telnet may use this. Patch of | Christoph Lohmann | 1 | +2 | -0 |
18:19 13-09-2012 | Importing the patch of Roberto Vargas to inherit signal handlers. | Christoph Lohmann | 1 | +7 | -0 |
02:16 13-09-2012 | Reset window title on terminal reset too. | Christoph Lohmann | 1 | +8 | -1 |
02:04 13-09-2012 | Adding a statemant on legacy support. | Christoph Lohmann | 1 | +17 | -0 |
02:04 13-09-2012 | Adding another bold off sequence. | Christoph Lohmann | 1 | +1 | -0 |
16:51 12-09-2012 | Remove buffering to fileio instead of calling fflush | Roberto E. Vargas Caballero | 1 | +5 | -7 |
16:25 12-09-2012 | Add xmalloc and xrealloc wrappers | Roberto E. Vargas Caballero | 1 | +31 | -13 |
08:20 12-09-2012 | Make nyancat(1) work. Important release feature! | Christoph Lohmann | 1 | +1 | -1 |
08:08 12-09-2012 | Add preliminary blink stubs. Real implementation is still missing. | Christoph Lohmann | 1 | +8 | -1 |
08:00 12-09-2012 | Add another obscure way to set a window title. | Christoph Lohmann | 1 | +4 | -0 |
08:39 10-09-2012 | Fixing the too small window in non-tiling window managers. | Christoph Lohmann | 1 | +11 | -11 |
03:02 06-09-2012 | Making the selection work again. | Christoph Lohmann | 1 | +0 | -1 |
19:00 05-09-2012 | Allow simpler stdout -f handling. | Christoph Lohmann | 1 | +9 | -3 |
18:38 05-09-2012 | Adding instantenous debug output and fixing italic with a reset. | Christoph Lohmann | 1 | +5 | -2 |
18:06 05-09-2012 | Adding the removal of the timeouts to the TODO. | Christoph Lohmann | 1 | +1 | -0 |
17:39 05-09-2012 | Removing masks for unhandled enter and leaving events. | Christoph Lohmann | 1 | +1 | -3 |
17:17 05-09-2012 | If the selection is cleared, draw() and do it on button press too. | Christoph Lohmann | 1 | +2 | -0 |
16:55 05-09-2012 | Unhighlight selection when selection is owner by other window | Roberto E. Vargas Caballero | 1 | +9 | -0 |
16:54 05-09-2012 | Forcing the parameter limit to xcopy() and selpaste(). Thanks to Rob Pilling. | Christoph Lohmann | 1 | +2 | -2 |
16:52 05-09-2012 | Removing unneeded arguments to copy(). Thanks to Andrew Hills. | Christoph Lohmann | 1 | +2 | -2 |
16:48 05-09-2012 | Implement italic font support. | Christoph Lohmann | 4 | +32 | -19 |
20:32 04-09-2012 | Add to TODO to make function keys work. | Christoph Lohmann | 1 | +5 | -0 |
20:25 04-09-2012 | Enable keypad set and unset commands. | Christoph Lohmann | 1 | +2 | -0 |
19:58 04-09-2012 | Disable BCE again. | Christoph Lohmann | 2 | +2 | -1 |
19:09 04-09-2012 | Removing the resize issue from the TODO file. | Christoph Lohmann | 1 | +0 | -1 |
19:08 04-09-2012 | Fixing the resizing behaviour. | Christoph Lohmann | 1 | +4 | -0 |
17:51 04-09-2012 | Forgot one line. It's late. | Christoph Lohmann | 1 | +0 | -1 |
17:44 04-09-2012 | Cleaning up the fixed window size and the resizing of clients. | Christoph Lohmann | 1 | +10 | -4 |
17:06 04-09-2012 | Another thing for TODO – resize. | Christoph Lohmann | 1 | +1 | -0 |
17:05 04-09-2012 | Updating the TODO and enabling BCE. | Christoph Lohmann | 2 | +5 | -6 |
16:56 04-09-2012 | CUP == HVP; CHA == HPA; | Christoph Lohmann | 1 | +2 | -2 |
15:34 04-09-2012 | Unifying the old style. | Christoph Lohmann | 1 | +24 | -23 |
15:33 04-09-2012 | Check alternative screen before drawing box selection | Roberto E. Vargas Caballero | 1 | +6 | -1 |
15:31 04-09-2012 | Add newline to stderr message | Roberto E. Vargas Caballero | 1 | +1 | -1 |
18:09 03-09-2012 | Fixing the border pixel when there is a negative position. | Christoph Lohmann | 1 | +3 | -3 |
18:02 03-09-2012 | Add -g geometry to st and the manpage. | Christoph Lohmann | 2 | +72 | -18 |
16:54 03-09-2012 | Fixing a type in in2 in the st.info. | Christoph Lohmann | 1 | +1 | -1 |
16:52 03-09-2012 | Force redisplay of all lines in DECSCNM | Roberto E. Vargas Caballero | 1 | +11 | -1 |
16:52 03-09-2012 | Add write I/O to file | Roberto E. Vargas Caballero | 2 | +19 | -1 |
16:50 03-09-2012 | Patch from Roberto Vargas. »Add initialization strings in terminfo« | Christoph Lohmann | 1 | +3 | -0 |
14:53 02-09-2012 | Add standout mode. | Christoph Lohmann | 2 | +9 | -3 |
14:43 02-09-2012 | Cleaning up lonely tabs. | Christoph Lohmann | 1 | +23 | -23 |
14:42 02-09-2012 | Make it more obvious where the wrong attribute is used. | Christoph Lohmann | 1 | +3 | -4 |
14:09 02-09-2012 | Enable multiple arguments in SM and RM | Roberto E. Vargas Caballero | 1 | +76 | -104 |
14:08 02-09-2012 | Add vpa terminfo capability | Roberto E. Vargas Caballero | 1 | +2 | -0 |
16:19 30-08-2012 | Silencing the compiler but keeping strparse. | Christoph Lohmann | 1 | +5 | -0 |
16:17 30-08-2012 | Applying the CBT patch of Roberto Vargas. Thanks. | Christoph Lohmann | 1 | +36 | -23 |
02:38 30-08-2012 | Never trust terminfo fata morganas. And adding other xterm compatibility. | Christoph Lohmann | 1 | +2 | -5 |
18:14 29-08-2012 | Add OSC, DSC, PM, APC and settitle. | Christoph Lohmann | 2 | +191 | -89 |
16:13 29-08-2012 | Adding setb and setf and a comment about terminfo installation. | Christoph Lohmann | 2 | +4 | -0 |
15:05 29-08-2012 | Add CHT sequence | Roberto E. Vargas Caballero | 1 | +5 | -0 |
15:01 29-08-2012 | Applying the patches of k0ga and changing the LICENSE file in the appropriate | Christoph Lohmann | 1 | +2 | -0 |
14:59 29-08-2012 | Add TBC sequence | Roberto E. Vargas Caballero | 2 | +13 | -1 |
14:59 29-08-2012 | Add HTS sequence | Roberto E. Vargas Caballero | 1 | +9 | -3 |
14:59 29-08-2012 | Add tabs field into Term struct | Roberto E. Vargas Caballero | 1 | +19 | -3 |
09:46 03-08-2012 | apply post-XDBE patch BORDER fix | Brandon Invergo | 1 | +6 | -10 |
09:27 28-07-2012 | Implement Xdbe-based double-buffering | Brandon Invergo | 2 | +13 | -39 |
08:48 27-02-2012 | update TODO. | Aurélien Aptel | 1 | +2 | -0 |
08:44 27-02-2012 | cleanup. refactored dirt-related function. | Aurélien Aptel | 1 | +33 | -17 |
15:24 16-02-2012 | use SHELL as default shell. | Aurélien Aptel | 1 | +1 | -1 |
21:06 15-02-2012 | revert to "tip" in VERSION. | Aurélien Aptel | 1 | +1 | -1 |
21:05 15-02-2012 | Added tag 0.2.1 for changeset 108926a0fe61 | Aurélien Aptel | 1 | +1 | -0 |
21:05 15-02-2012 | bump version. | Aurélien Aptel | 1 | +1 | -1 |
20:59 15-02-2012 | replace fwrite by printf. | Aurélien Aptel | 1 | +1 | -1 |
20:58 15-02-2012 | rewrite csidump(). | Aurélien Aptel | 1 | +11 | -2 |
20:33 15-02-2012 | clean and name enum definitions. | Aurélien Aptel | 1 | +54 | -10 |
20:10 15-02-2012 | fix default color overwriten bug. | Aurélien Aptel | 2 | +28 | -21 |
15:33 15-02-2012 | show dark cursor when unfocused. | Aurélien Aptel | 3 | +18 | -7 |
15:11 15-02-2012 | document possible configuration. | Aurélien Aptel | 1 | +18 | -4 |
15:10 15-02-2012 | handle dim/bright colors. | Aurélien Aptel | 1 | +17 | -18 |
21:01 12-02-2012 | merge | Aurélien Aptel | 3 | +3 | -3 |
06:48 11-02-2012 | some minor fixes | anselm@garbe.us | 3 | +3 | -3 |
12:45 08-02-2012 | reduce size of each glyph for faster copy. | Aurélien Aptel | 1 | +4 | -4 |
19:53 07-02-2012 | Added tag 0.2 for changeset 3c2f9f2ab5e4 | Aurélien Aptel | 1 | +1 | -0 |
19:43 21-01-2012 | cosmetic, whitespace, etc. | Aurélien Aptel | 1 | +42 | -37 |
19:26 21-01-2012 | fix PRINT/DRAW _TIMEOUT and fix redrawing bug. | Aurélien Aptel | 1 | +2 | -2 |
19:14 21-01-2012 | copy dirty lines to screen, add select() timeout & min time between draw() calls. | Aurélien Aptel | 1 | +44 | -9 |
18:21 10-01-2012 | fix segfault in selection. (thx Martti Kühne) | Aurélien Aptel | 1 | +1 | -1 |
12:37 01-11-2011 | merge. | Aurélien Aptel | 1 | +1 | -1 |
12:33 01-11-2011 | fix selection. (thx Tarmo Heiskanen) | Aurélien Aptel | 1 | +7 | -1 |
18:26 20-10-2011 | drawregion() only copies region on screen. | Aurélien Aptel | 1 | +1 | -1 |
18:20 20-10-2011 | add dirty flag for lines | Aurélien Aptel | 1 | +39 | -4 |
16:32 06-10-2011 | no palette limit (thx Nick) | Aurélien Aptel | 2 | +2 | -2 |
05:04 22-09-2011 | simplify version format. | Aurélien Aptel | 1 | +1 | -1 |
13:48 16-09-2011 | selection is removed or scrolled properly. (thx Rafa Garcia Gallego) | Aurélien Aptel | 1 | +30 | -0 |
13:24 16-09-2011 | working on old repo, merging recent changesets. | Aurélien Aptel | 3 | +37 | -26 |
13:21 16-09-2011 | move xembedatom in XWindow struct, add link to xembed specs. | Aurélien Aptel | 1 | +5 | -3 |
13:03 16-09-2011 | tweak focus to support XEMBED client message and remove focus on EnterNotify. (thx Adrian) | Aurélien Aptel | 1 | +23 | -3 |
12:57 16-09-2011 | remove dup of default window size. | Aurélien Aptel | 2 | +3 | -2 |
12:15 14-08-2011 | change "op" cap in terminfo entry to xterm/rxvt value. | Aurélien Aptel | 1 | +1 | -1 |
12:13 14-08-2011 | fix custom key handling. | Aurélien Aptel | 2 | +36 | -25 |
13:25 09-06-2011 | fix focus state when embed in another window. | Aurélien Aptel | 1 | +5 | -2 |
09:27 09-06-2011 | fix segfault with mouse selection. (thx anonymous) | Aurélien Aptel | 1 | +1 | -1 |
16:35 08-06-2011 | add -w option to embed st. (thx nodus cursorius) | Aurélien Aptel | 2 | +14 | -2 |
15:26 08-06-2011 | applied parts of "anonymous" cleanup patch. | Aurélien Aptel | 1 | +2 | -3 |
15:22 08-06-2011 | add altscreen escseq alias & caps to terminfo entry. (thx Bert Münnich) | Aurélien Aptel | 2 | +6 | -2 |
14:32 08-06-2011 | disable mouse highlight when mouse report enabled. (thx Bert Münnich) | Aurélien Aptel | 1 | +51 | -31 |
07:40 08-06-2011 | reverse video mode. (thx Bert Münnich) | Aurélien Aptel | 2 | +24 | -8 |
14:57 01-06-2011 | add status bar (window title) to terminfo. (thx Rafa Gallego) | Aurélien Aptel | 1 | +3 | -0 |
11:57 22-05-2011 | set title before mapping window (thx Kamil Cholewiński). | Aurélien Aptel | 1 | +1 | -1 |
12:47 14-05-2011 | applied parts of Connor Lane Smith's cleanup patch. | Aurélien Aptel | 2 | +20 | -20 |
17:55 10-05-2011 | macro cleanup. | Aurélien Aptel | 1 | +11 | -9 |
17:54 10-05-2011 | add mouse report escape to terminfo entry. | Aurélien Aptel | 1 | +1 | -0 |
17:22 10-05-2011 | support for x11 xterm mouse reporting | Aurélien Aptel | 1 | +36 | -1 |
15:29 26-04-2011 | whitespace. | Aurélien Aptel | 1 | +33 | -33 |
15:22 26-04-2011 | cleanup. | Aurélien Aptel | 1 | +27 | -77 |
19:42 21-04-2011 | update TODO | Aurélien Aptel | 2 | +9 | -3 |
19:18 21-04-2011 | selection clicks, shift+arrow keys, fast(er) redraw, key mask in config.h (thx Magnus Leuthner) | Aurélien Aptel | 3 | +126 | -61 |
16:40 03-04-2011 | update README. | Aurélien Aptel | 1 | +8 | -1 |
16:05 03-04-2011 | quick bug-fixing 0.1.1 release. | Aurélien Aptel | 1 | +1 | -0 |
16:04 03-04-2011 | update VERSION. | Aurélien Aptel | 1 | +1 | -1 |
16:03 03-04-2011 | take BORDER into account for selection. (thx Petr Sabata) | Aurélien Aptel | 1 | +4 | -4 |
16:00 03-04-2011 | fix utf8 clipboard. (thx Petr Sabata) | Aurélien Aptel | 1 | +1 | -1 |
21:02 02-04-2011 | Added tag 0.1 for changeset cbc18c988236 | Aurélien Aptel | 1 | +1 | -0 |
19:35 02-04-2011 | add support for utf8 clipboard. fix usage message. | Aurélien Aptel | 1 | +7 | -3 |
04:35 01-04-2011 | do not add newline to selection text if next line not selected (Nick) | pancake@nopcode.org | 1 | +2 | -2 |
04:33 01-04-2011 | remove debugging printf | pancake@nopcode.org | 1 | +1 | -2 |
04:32 01-04-2011 | apply Nick's patch to fix some error printf to use stderr | pancake@nopcode.org | 1 | +2 | -2 |
08:30 23-01-2011 | fix insert key, terminfo and changed TERM back to st. (thx Ondrej Martinek) | Aurélien Aptel | 2 | +4 | -2 |
09:32 12-12-2010 | change X cursor to "I". | Aurélien Aptel | 1 | +11 | -2 |
14:41 08-12-2010 | update terminfo entry. | Aurélien Aptel | 1 | +7 | -0 |
14:09 08-12-2010 | add new line glitch to terminfo entry. | Aurélien Aptel | 1 | +1 | -0 |
18:55 30-11-2010 | change -e behaviour and update man page. | Aurélien Aptel | 2 | +24 | -17 |
09:17 28-11-2010 | -e flag handles arguments. | Aurélien Aptel | 1 | +7 | -3 |
21:40 27-11-2010 | use memmove() instead of memcpy() in ttyread(). | Aurélien Aptel | 1 | +1 | -1 |
17:19 27-11-2010 | fix and clean ttyread(). buf wasn't static. | Aurélien Aptel | 1 | +20 | -14 |
18:12 26-11-2010 | merge. | Aurélien Aptel | 1 | +2 | -2 |
18:11 26-11-2010 | s/xw.dis/xw.dpy/ | Aurélien Aptel | 1 | +55 | -54 |
10:27 24-11-2010 | Fix unused variable issue and OSX includes | pancake@nopcode.org | 1 | +2 | -2 |
18:24 20-11-2010 | cleanup & bugfix in xdraws(). | Aurélien Aptel | 1 | +125 | -126 |
18:32 19-11-2010 | clean comment regarding redrawing in bmotion(). | Aurélien Aptel | 1 | +3 | -1 |
13:13 19-11-2010 | Add -c option to override the default window class | Gregor Best | 2 | +10 | -2 |
08:43 18-11-2010 | some code cleaning. | Aurélien Aptel | 1 | +42 | -46 |
21:00 17-11-2010 | utf8 support! print text in delicious unicode greatness! all hail to the glorious Damian Okrasa for the patch! | Aurélien Aptel | 2 | +260 | -91 |
15:49 08-11-2010 | selection code cleanup. | Aurélien Aptel | 1 | +24 | -73 |
16:29 31-10-2010 | fixed ED. | Aurélien Aptel | 1 | +6 | -2 |
17:45 25-10-2010 | redraw if we scroll on resize | Devin J. Pohly | 1 | +6 | -4 |
17:00 25-10-2010 | get rid of artifacts in border on resize down | Devin J. Pohly | 1 | +8 | -0 |
16:26 25-10-2010 | copy old pixmap to new on resize | Devin J. Pohly | 1 | +15 | -1 |
16:10 25-10-2010 | move code into new xresize func, add early exit to resize | Devin J. Pohly | 1 | +14 | -8 |
15:54 16-10-2010 | \v and \f are have the same behaviour of \n. | Aurélien Aptel | 1 | +2 | -0 |
15:50 16-10-2010 | added LNM mode; re-organized kpress() to handle it. | Aurélien Aptel | 1 | +34 | -17 |
12:13 16-10-2010 | redraw optimization. | Aurélien Aptel | 1 | +24 | -12 |
14:21 14-10-2010 | fixed newline bug. | Aurélien Aptel | 1 | +2 | -1 |
20:27 12-10-2010 | replaced memset by loops in tresize(); turns out it's faster. | Aurélien Aptel | 1 | +8 | -5 |
20:25 12-10-2010 | remove useless draw(). | Aurélien Aptel | 1 | +1 | -1 |
20:24 12-10-2010 | applied xclipboard patch. thx David Isaac Wolinsky. | Aurélien Aptel | 1 | +124 | -6 |
19:50 12-10-2010 | clean button selection code. | Aurélien Aptel | 1 | +3 | -2 |
11:04 21-09-2010 | compose key patch. thx federico luna. | Aurélien Aptel | 1 | +13 | -1 |
11:07 11-09-2010 | s/hasfocus/focus/ for consistency. | Aurélien Aptel | 1 | +4 | -4 |
11:05 11-09-2010 | don't draw if the window is not visible. | Aurélien Aptel | 1 | +25 | -4 |
11:01 11-09-2010 | use xclear() in draw(). | Aurélien Aptel | 1 | +1 | -2 |
10:59 11-09-2010 | use XCreateWindow(), set gravity bit. | Aurélien Aptel | 1 | +25 | -17 |
19:15 02-09-2010 | cleaning st.info. added comment in st.c for DECSCNM. | Aurélien Aptel | 2 | +11 | -2 |
19:00 02-09-2010 | cleaning st.info. fixed cvvis. | Aurélien Aptel | 2 | +16 | -3 |
17:35 02-09-2010 | set terminal colors to xterm default ones. | Aurélien Aptel | 1 | +18 | -18 |
16:59 02-09-2010 | removed gfx chars not present in xterm acsc. | Aurélien Aptel | 1 | +0 | -6 |
15:24 02-09-2010 | fixed start/end sequence of gfx. | Aurélien Aptel | 1 | +2 | -2 |
15:21 02-09-2010 | undefined gfx doesn't draw \0. | Aurélien Aptel | 1 | +9 | -3 |
21:03 01-09-2010 | fixed makefile. | Aurélien Aptel | 1 | +1 | -1 |
21:02 01-09-2010 | added manpage. | Aurélien Aptel | 2 | +28 | -1 |
20:42 01-09-2010 | resize from the top. | Aurélien Aptel | 1 | +15 | -2 |
20:37 01-09-2010 | added -e and -t option. | Aurélien Aptel | 1 | +28 | -8 |
18:20 01-09-2010 | factored code and fixed behaviour of tnewline(). | Aurélien Aptel | 1 | +20 | -40 |
17:54 01-09-2010 | updated TODO. | Aurélien Aptel | 1 | +15 | -3 |
17:54 01-09-2010 | started to go through st.info and fix things. | Aurélien Aptel | 1 | +3 | -0 |
14:47 01-09-2010 | capabilities sorted by capname in st.info. copy acsc from xterm. | Aurélien Aptel | 1 | +13 | -13 |
13:12 01-09-2010 | removed debug code. | Aurélien Aptel | 1 | +1 | -3 |
12:21 01-09-2010 | fixed IL and DL. | Aurélien Aptel | 1 | +11 | -19 |
11:26 01-09-2010 | factor and cleanup code. | Aurélien Aptel | 1 | +11 | -12 |
19:30 31-08-2010 | added correct line drawing characters for default font. | Aurélien Aptel | 1 | +32 | -31 |
13:30 31-08-2010 | use struct instead of array. | Aurélien Aptel | 1 | +9 | -8 |
13:22 31-08-2010 | cleanup. | Aurélien Aptel | 1 | +12 | -13 |
12:36 31-08-2010 | fix segfault when selecting big buffers | pancake@nopcode.org | 2 | +9 | -19 |
11:56 31-08-2010 | fix build. | Aurélien Aptel | 1 | +2 | -2 |
11:53 31-08-2010 | add selinit() and renamed clipboard_* to sel*. | Aurélien Aptel | 1 | +13 | -5 |
11:30 31-08-2010 | move event configuration in xinit(). | Aurélien Aptel | 1 | +8 | -10 |
10:36 31-08-2010 | use one global struct instead of many vars for selection. Cleanup. | Aurélien Aptel | 1 | +38 | -36 |
09:52 31-08-2010 | use GLYPH_SET to test if a char is set; cleanup. | Aurélien Aptel | 1 | +6 | -6 |
06:40 31-08-2010 | fix crash for small windows | pancake@nopcode.org | 1 | +5 | -1 |
06:02 31-08-2010 | toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile. | Aurélien Aptel | 2 | +9 | -18 |
18:49 30-08-2010 | fix build | pancake | 4 | +97 | -93 |
18:41 30-08-2010 | initial implementation of selection and clipboard | pancake | 1 | +108 | -3 |
12:07 30-08-2010 | fix segfault | pancake@nopcode.org | 1 | +1 | -1 |
11:48 30-08-2010 | added support for alternate screen. | Aurélien Aptel | 1 | +56 | -14 |
10:28 30-08-2010 | cursor is hid when unfocused. | Aurélien Aptel | 2 | +3 | -2 |
08:04 30-08-2010 | use predefined OS macro instead of uname. | Aurélien Aptel | 3 | +4 | -12 |
20:20 29-08-2010 | st should compile on NetBSD. | Aurélien Aptel | 2 | +2 | -1 |
22:12 29-08-2010 | removed pty.h. minimal system guessing added in config.mk. | Aurélien Aptel | 1 | +2 | -1 |
22:05 29-08-2010 | removed (visual) bell. '\a' sets the urgency flag if st is unfocused. | Aurélien Aptel | 2 | +26 | -18 |
20:45 29-08-2010 | removed useless cursor init. and renamed xcursor() to xdrawcursor(). | Aurélien Aptel | 1 | +4 | -7 |
20:35 29-08-2010 | added support for the "magic margin", changed c.hide to c.state, changed xcursor() to use term instead of a | Aurélien Aptel | 1 | +28 | -22 |
20:19 29-08-2010 | removed old VT52 escapes, fixed VT100 IND. | Aurélien Aptel | 1 | +5 | -14 |
19:32 29-08-2010 | fix warning | pancake | 1 | +1 | -0 |
15:12 29-08-2010 | fixed optimized drawing routine and factored some code. | Aurélien Aptel | 1 | +18 | -15 |
14:41 29-08-2010 | fixed pixmap buffer drawing. | Aurélien Aptel | 1 | +3 | -3 |
14:14 29-08-2010 | added a XFlush() in xbell(). | Aurélien Aptel | 1 | +2 | -1 |
13:55 29-08-2010 | moved term.hidec in term.c for consistency, put back delay in xbell() | Aurélien Aptel | 2 | +21 | -28 |
07:27 29-08-2010 | merged tscroll() with tscrollup(). | Aurélien Aptel | 1 | +1 | -14 |
22:18 27-08-2010 | st now runs on Linux, OpenBSD and FreeBSD. | Aurélien Aptel | 3 | +24 | -21 |
08:53 27-08-2010 | removed XINERAMA from config.mk and fixed a segfault when st is | Aurélien Aptel | 2 | +4 | -9 |
19:58 26-08-2010 | fixed potential bug in IS_SET(). | Aurélien Aptel | 1 | +1 | -1 |
19:28 26-08-2010 | merged tcursorwrap() with tnewline(), added few comments and updated copyright. | Aurélien Aptel | 1 | +11 | -14 |
19:05 26-08-2010 | cleaned some spaces. | Aurélien Aptel | 1 | +9 | -9 |
18:43 26-08-2010 | added macro to test flags, removed tmovecursor(). | Aurélien Aptel | 1 | +15 | -27 |
16:37 26-08-2010 | faster resizing. | Aurélien Aptel | 1 | +9 | -12 |
16:36 26-08-2010 | close master/slave pty in the shell process. | Aurélien Aptel | 1 | +4 | -2 |
16:34 26-08-2010 | clean \t. | Aurélien Aptel | 1 | +1 | -6 |
16:33 26-08-2010 | update function prototypes. | Aurélien Aptel | 1 | +4 | -0 |
16:32 26-08-2010 | fix \b and clean \t. | Aurélien Aptel | 1 | +0 | -5 |
14:46 22-08-2010 | added F1-12 key, fixed DCH and ICH. | Aurélien Aptel | 3 | +28 | -4 |
07:46 19-08-2010 | fixed backspace problem, updated terminfo entry and moved TNAME in config.h. | Aurélien Aptel | 4 | +12 | -7 |
17:43 13-08-2010 | renamed a function. | Aurélien Aptel | 1 | +3 | -2 |
08:09 24-07-2010 | applied Devin J Pohly's st color info patches, thanks Devin! | Anselm R Garbe | 4 | +88 | -27 |
12:34 08-07-2010 | fix gcc warnings | pancake@nopcode.org | 1 | +2 | -2 |
11:31 08-07-2010 | fixed background color bug (thx Devin J. Pohly). | Aurélien Aptel | 1 | +5 | -5 |
18:14 03-06-2010 | added PBaseSize hint and set default title to "st". | Aurélien Aptel | 1 | +19 | -14 |
11:01 02-06-2010 | rearranged code, resize fixed. | Aurélien Aptel | 1 | +58 | -48 |
19:04 26-04-2010 | little clean up. | Aurélien Aptel | 1 | +3 | -5 |
14:20 26-04-2010 | use SHELL environment variable (thx Thomas Adam) | Aurélien Aptel | 2 | +6 | -5 |
19:56 15-03-2010 | double-buffering added using pixmap (finally). | Aurélien Aptel | 2 | +25 | -47 |
19:50 11-03-2010 | bold attribute is back. | Aurélien Aptel | 2 | +126 | -50 |
10:59 21-02-2010 | added VT100 NEL. | Aurélien Aptel | 1 | +5 | -1 |
10:39 21-02-2010 | added VT100 RI. | Aurélien Aptel | 1 | +9 | -0 |
10:28 21-02-2010 | added VT100 save&load cursor support. | Aurélien Aptel | 1 | +6 | -0 |
10:14 21-02-2010 | ECH handled correctly. | Aurélien Aptel | 1 | +22 | -5 |
19:16 08-02-2010 | more escapes & more compability: | Aurélien Aptel | 2 | +178 | -145 |
12:18 03-02-2010 | graphic charset and a few more escapes. | Aurélien Aptel | 2 | +110 | -16 |
23:25 02-02-2010 | TERM set to xterm by default (which broke a lot of stuff), better escape handling (title), and a little clean up. | Aurélien Aptel | 1 | +190 | -199 |
10:34 28-10-2009 | drawing is faster but the bold attr is not supported anymore. | Aurélien Aptel | 2 | +39 | -27 |
16:19 07-09-2009 | Fixed possible segfault by reverting to the key struct (again). | Aurélien Aptel | 2 | +29 | -13 |
12:27 10-07-2009 | only compile tdump if DEBUG flag is set | Anselm R Garbe | 1 | +20 | -24 |
12:23 10-07-2009 | we definately need pixmaps for the drawing, currently drawing into the window is painfully slow! much more slower than drawing into a pixmap and mapping that when finished -- several optimisations | Anselm R Garbe | 2 | +89 | -101 |
14:52 21-06-2009 | reverted back to the old Key struct. | Aurélien Aptel | 2 | +28 | -13 |
14:37 21-06-2009 | updated "key" to a lookup table. | Aurélien Aptel | 2 | +13 | -28 |
15:44 17-06-2009 | removed old unused cursor() proto. | Aurélien Aptel | 1 | +0 | -2 |
21:58 16-06-2009 | fixed the scrolling bug and cleaned some stuff. | Aurélien Aptel | 1 | +68 | -61 |
07:34 16-06-2009 | dump escseq if not handled. | Aurélien Aptel | 1 | +8 | -4 |
21:41 15-06-2009 | clean up. | Aurélien Aptel | 1 | +2 | -3 |
21:33 15-06-2009 | added/removed files, updated Makefile. | Aurélien Aptel | 3 | +40 | -179 |
21:23 15-06-2009 | made kpress() more flexible, removed st.h, added config.h. | Aurélien Aptel | 1 | +181 | -29 |
12:03 11-06-2009 | updated TODO. | Aurélien Aptel | 1 | +0 | -2 |
11:41 11-06-2009 | added sigchld handler, cleaned error checking. | Aurélien Aptel | 2 | +41 | -26 |
20:33 27-05-2009 | cleaned up (removed space indentation). select/event bug fixed. | Aurélien Aptel | 1 | +88 | -79 |
21:21 25-05-2009 | fixed a memory leak & segfault in tresize. | Aurélien Aptel | 1 | +16 | -9 |
19:40 14-05-2009 | updated TODO. | Aurélien Aptel | 1 | +2 | -6 |
19:39 14-05-2009 | tab moves the cursor instead of inserting spaces. | Aurélien Aptel | 1 | +1 | -1 |
20:03 13-05-2009 | handle tabulation (still not perfect) | Aurélien Aptel | 2 | +16 | -0 |
19:28 13-05-2009 | removed truecolor stuff | Aurélien Aptel | 1 | +0 | -15 |
19:27 13-05-2009 | removed the truecolor stuff | Aurélien Aptel | 1 | +5 | -15 |
19:18 13-05-2009 | same thing, really fixed this time. | Aurélien Aptel | 1 | +2 | -2 |
19:04 13-05-2009 | added some error checking in xinit (fixed the segfault caused by a missing font) | Aurélien Aptel | 1 | +15 | -7 |
18:32 10-05-2009 | Removed unused variable and cleaned some comment. | Aurélien Aptel | 1 | +2 | -3 |
09:17 10-05-2009 | backport of local changes | Anselm R Garbe | 9 | +1278 | -426 |
15:25 05-09-2008 | add accidentally omitted word | Matthias-Christian Ott | 1 | +3 | -3 |
12:56 25-08-2008 | use stdio(3) | Matthias-Christian Ott | 1 | +48 | -47 |
11:29 25-08-2008 | add description of std | Matthias-Christian Ott | 1 | +13 | -1 |
05:38 07-08-2008 | add prototype for command parsing | Matthias-Christian Ott | 1 | +50 | -31 |
12:10 21-07-2008 | correct year of copyright notice | Matthias-Christian Ott | 1 | +1 | -1 |
12:06 21-07-2008 | simplify Makefile | Matthias-Christian Ott | 2 | +32 | -85 |
05:34 21-07-2008 | reunite pty.c with std.c | Matthias-Christian Ott | 2 | +38 | -44 |
04:25 21-07-2008 | correct programme name | Matthias-Christian Ott | 1 | +1 | -1 |
04:25 21-07-2008 | use errx() for help and version messages | Matthias-Christian Ott | 1 | +4 | -8 |
17:43 10-07-2008 | merge with backout head | Matthias-Christian Ott | 1 | +1 | -1 |
17:42 10-07-2008 | Backed out changeset d2bb4220fdf3 | Matthias-Christian Ott | 1 | +1 | -1 |
06:10 09-07-2008 | remove TODO | Matthias-Christian Ott | 1 | +0 | -1 |
05:50 09-07-2008 | make ptm and pts static | Matthias-Christian Ott | 1 | +1 | -1 |
08:29 05-07-2008 | remove useless variable | Matthias-Christian Ott | 1 | +1 | -3 |
13:18 04-07-2008 | remove emallocz() | Matthias-Christian Ott | 5 | +3 | -24 |
13:05 04-07-2008 | replace eprint() functions with BSD error functions | Matthias-Christian Ott | 5 | +31 | -45 |
12:31 15-06-2008 | simplify flushing | Matthias-Christian Ott | 1 | +3 | -2 |
04:19 15-06-2008 | correct buffering | Matthias-Christian Ott | 1 | +16 | -15 |
18:29 14-06-2008 | make local functions and variables static | Matthias-Christian Ott | 1 | +18 | -18 |
18:24 14-06-2008 | add select(2)-based i/o multiplexing | Matthias-Christian Ott | 1 | +19 | -7 |
18:12 14-06-2008 | drop stdio usage | Matthias-Christian Ott | 1 | +31 | -9 |
06:03 14-06-2008 | make st and std separate programmes | Matthias-Christian Ott | 3 | +19 | -9 |
13:01 10-06-2008 | add missing header file | Matthias-Christian Ott | 1 | +1 | -0 |
13:00 10-06-2008 | assume glibc by default | Matthias-Christian Ott | 1 | +4 | -1 |
12:56 10-06-2008 | source utility functions out to util.c | Matthias-Christian Ott | 6 | +46 | -39 |
12:32 10-06-2008 | add copyright comment | Matthias-Christian Ott | 2 | +2 | -0 |
12:30 10-06-2008 | source getpty() out to pty.c | Matthias-Christian Ott | 2 | +41 | -35 |
17:24 09-06-2008 | update TODO | Matthias-Christian Ott | 1 | +0 | -3 |
17:21 09-06-2008 | correct function name | Matthias-Christian Ott | 1 | +1 | -1 |
16:36 08-06-2008 | remove xinerama flags | Matthias-Christian Ott | 1 | +2 | -6 |
16:18 08-06-2008 | add missing header file | Matthias-Christian Ott | 1 | +3 | -0 |
16:17 08-06-2008 | add parser loop | Matthias-Christian Ott | 1 | +13 | -0 |
15:55 08-06-2008 | remove useless variable | Matthias-Christian Ott | 1 | +0 | -1 |
15:47 08-06-2008 | replace state with separate variables | Matthias-Christian Ott | 1 | +8 | -11 |
14:52 04-06-2008 | terminate error message with newline | Matthias-Christian Ott | 1 | +1 | -1 |
15:15 02-06-2008 | correct LENGTH() | Matthias-Christian Ott | 1 | +1 | -1 |
15:01 02-06-2008 | simplify control flow | Matthias-Christian Ott | 1 | +1 | -3 |
13:42 02-06-2008 | remove debug code | Matthias-Christian Ott | 1 | +0 | -1 |
13:41 02-06-2008 | remove stdio slave pty opening | Matthias-Christian Ott | 1 | +0 | -3 |
13:40 02-06-2008 | drop support for proprietary UNIX variants | Matthias-Christian Ott | 1 | +2 | -16 |
14:04 01-06-2008 | slight changes | Anselm R Garbe | 2 | +4 | -8 |
14:02 01-06-2008 | applied Matthias-Christians changes to std.c | Anselm R Garbe | 1 | +339 | -3 |
06:03 20-05-2008 | added some new files for the initial rewrite of st from scratch | Anselm R Garbe | 5 | +130 | -0 |
13:36 11-05-2008 | added new TODO | arg@localhost.localdomain | 1 | +4 | -0 |