Introduction
Introduction Statistics Contact Development Disclaimer Help
tLog - st - [fork] customized build of st, the simple terminal
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2022-03-18 16:43 Merge remote-tracking branch 'upstream/… Anders Damsgaard
2022-03-18 11:03 base64_digits: reduce scope, implicit z… NRK
2022-03-18 10:20 avoid potential UB when using isprint() NRK
2022-03-13 09:44 make underlines and strikethroughs resp… Zacchary Dempsey-…
2022-02-17 14:00 Delay redrawals on palette changes Santtu Lakkala
2022-01-12 08:44 X10/SGR mouse: use alt as meta key inst… Hiltjo Posthuma
2022-01-10 16:11 LICENSE: bump year Hiltjo Posthuma
2022-01-08 19:40 Fix mousereport robert
2022-01-07 11:39 bump version to 0.8.5 Hiltjo Posthuma
2022-01-03 09:17 update for new config.def.h Anders Damsgaard
2022-01-03 09:11 Merge remote-tracking branch 'upstream/… Anders Damsgaard
2022-01-02 11:15 FAQ: fix a typo, patch -> path Hiltjo Posthuma
2021-12-29 17:07 Fix overtyping wide characters. jamin
2021-12-27 10:41 Fix null pointer access in strhandle Jochen Sprickerhof
2021-12-26 18:00 follow-up fix for OSC color sequences, … Hiltjo Posthuma
2021-12-26 17:57 Add support for OSC color sequences Raheman Vaiya
2021-09-09 06:41 use standard font by default Anders Damsgaard
2020-11-03 14:58 config.h: maximize fg/bg contrast Anders Damsgaard
2020-09-26 19:07 config.h: revert to pragmatapro:size=11 Anders Damsgaard
2020-09-24 12:35 revert to terminus Anders Damsgaard
2020-09-24 11:53 Use pragmatapro as font Anders Damsgaard
2020-09-24 10:18 Use large terminus as font Anders Damsgaard
2020-08-28 07:22 Change mouse pointer colors Anders Damsgaard
2020-07-09 21:11 Use neutral gray for cursor Anders Damsgaard
2020-06-19 11:52 Update config with allowwindowops option Anders Damsgaard
2020-06-19 11:47 Merge remote-tracking branch 'upstream/… Anders Damsgaard
2020-06-18 05:45 Decrease border size Anders Damsgaard
2020-05-27 05:01 Add man entry on alternate color scheme Anders Damsgaard
2020-05-26 11:52 Switch colorscheme with Ctrl-Shift-x. … Anders Damsgaard
2020-05-25 18:50 Use make.sh to build and install dark a… Anders Damsgaard
2020-05-23 18:54 Enable OpenBSD make configuration Anders Damsgaard
2020-05-23 17:44 Add own configuration Anders Damsgaard
2020-05-16 16:06 Revert "support REP (repeat) escape seq… Hiltjo Posthuma
2020-05-14 15:18 support REP (repeat) escape sequence Avi Halachmi (:avi�…
2020-05-16 10:42 Add rin terminfo capability Roberto E. Vargas
2020-05-16 09:48 Make shift+wheel behaves as shift+Prev/… k0ga
2020-05-06 11:36 Fix selection: selscroll Jakub Leszczak
2020-05-06 11:35 Fix selection: ignore ATTR_WRAP when re… Jakub Leszczak
2020-05-06 11:35 Fix selection: selclear in tputc Jakub Leszczak
2020-05-09 12:43 code-style: add fallthrough comment Hiltjo Posthuma
2020-05-09 12:03 optimize column width calculation and u… Hiltjo Posthuma
2020-05-09 11:56 fix for incorrect (partial) written seq… Hiltjo Posthuma
2020-05-09 11:55 tiny code-style and typo-fix in comment Hiltjo Posthuma
2019-02-26 20:37 auto-sync: draw on idle to avoid flicke… Avi Halachmi (:av…
2020-04-29 22:10 replace exit(3) by _exit(2) in signal h… Jan Klemkow
2020-04-27 11:56 bump version to 0.8.3 Hiltjo Posthuma
2020-04-19 17:38 Update XIM cursor position only if chan… Ivan Tham
2020-04-11 13:45 just remove the EOF message Hiltjo Posthuma
2020-04-11 12:46 Add st-mono terminfo entry Roberto E. Vargas �…
2020-04-11 11:56 config.def.h: add a comment for the scr… Hiltjo Posthuma
2020-04-11 11:29 Fix small typos Hiltjo Posthuma
2020-04-11 10:09 Launch scroll program with the default … Quentin Rameau
2020-04-11 09:52 Update FAQ with the last modifications Roberto E. Vargas �…
2020-04-10 20:50 Add terminfo entries for backspace mode Roberto E. Vargas �…
2020-04-10 20:26 Fix style issue Roberto E. Vargas �…
2020-04-10 20:25 ttyread: test for EOF while reading tty Roberto E. Vargas �…
2020-04-10 20:06 Add support for scroll(1) Roberto E. Vargas �…
2020-04-10 10:12 make argv0 not static, fixes a warning … Hiltjo Posthuma
2020-04-02 08:43 mouseshortcuts: fix custom modifier on … Avi Halachmi (:av…
2020-02-18 15:28 Remove explicit XNFocusWindow Ivan Tham
2020-02-02 20:47 x: fix XIM handling Quentin Rameau
2020-02-02 16:38 x: check we still have an XIC context b… Quentin Rameau
2020-02-02 14:38 x: do not instantiate a new nested list… Quentin Rameau
2020-02-02 14:37 x: move IME variables into XWindow ime … Quentin Rameau
2020-01-18 07:52 Increase XmbLookupString buffer Ivan Tham
2019-11-17 19:04 update FAQ Hiltjo Posthuma
2019-10-16 09:55 OSC 52 - copy to clipboard: don't limit… Avi Halachmi (:av…
2019-10-16 09:38 CSIEscape, STREscape: use size_t for bu… Hiltjo Posthuma
2019-10-16 09:19 STREscape: don't trim prematurely Avi Halachmi (:avi�…
2019-10-16 08:17 base64dec: don't read out of bounds Avi Halachmi (:avi�…
2019-11-05 17:16 Fix tmux terminfo extensions Se and Ss Sebastian J. Bronn�…
2019-05-31 20:25 apply hints before initial mapping (ICC… Ingo Lohmar
2019-10-24 12:42 mouse shortcuts: allow using forcemouse… Avi Halachmi (:av…
2019-10-10 23:26 mouse shortcuts: don't hardcode selpaste Avi Halachmi (:avi�…
2019-10-10 20:42 mouse shortcuts: allow override for all… Avi Halachmi (:av…
2019-10-10 20:02 mouse shortcuts: allow same functions a… Avi Halachmi (:av…
2019-08-26 15:58 config.def.h: remove crlf value section Hiltjo Posthuma
2019-05-17 11:00 FAQ: add entry about color emoji Xft bug Hiltjo Posthuma
2019-04-09 22:54 selection: fix view to match actual sel… Avi Halachmi (:av…
2019-03-15 19:40 revert part of commit add0211522737b79d… Hiltjo Posthuma
2019-03-15 13:44 dont print color warning on color reset… Hiltjo Posthuma
2019-03-15 13:42 minor code-style, initialize var at the… Hiltjo Posthuma
2019-03-15 11:31 config.def.h: tweak extra worddelimiters Hiltjo Posthuma
2019-03-13 15:15 use iswspace()/iswpunct() to find word … Lauri Tirkkonen
2019-03-13 17:40 replace utf8strchr with wcschr Lauri Tirkkonen
2019-03-13 15:08 be silent about explicitly unhandled mo… Lauri Tirkkonen
2019-03-03 10:29 simplify (greedy) font caching allocati… Hiltjo Posthuma
2019-03-03 10:23 style: remove double empty newlines Hiltjo Posthuma
2019-02-28 01:56 fix use after free in font caching algo… magras
2019-02-12 17:41 better Input Method Editor (IME) support Ivan Tham
2019-02-09 11:48 bump version to 0.8.2 Hiltjo Posthuma
2019-01-10 17:16 config: add Shift+Insert as selpaste() … Hiltjo Posthuma
2019-01-10 12:36 Let the user specify CPPFLAGS Paride Legovini
2019-01-04 08:48 Set the path of pkg-config in a variabl… Paride Legovini
2019-01-04 11:33 Makefile: fix dependencies on config.h Hiltjo Posthuma
2018-12-11 09:43 output child WEXITSTATUS/WTERMSIG on ab… Lauri Tirkkonen
2018-11-04 13:35 fix memory leak in xloadcols() Hiltjo Posthuma
2018-11-04 13:30 st: small typofix in comment Hiltjo Posthuma
2018-09-11 17:06 small code-style fix Hiltjo Posthuma
2018-09-11 11:11 Remove the ISO 14755 feature Quentin Rameau
2018-07-17 18:01 Revert "Simplify cursor color handling" Hiltjo Posthuma
2018-07-17 18:01 Revert "Make cursor follow text color" Hiltjo Posthuma
2018-07-17 18:01 Revert "Fix crash when cursor color is … Hiltjo Posthuma
2018-07-15 11:53 Fix crash when cursor color is truecolor Jules Maselbas
2018-07-14 09:16 Make cursor follow text color Jules Maselbas
2018-07-14 09:16 Simplify cursor color handling Jules Maselbas
2018-06-27 15:08 Fix crash on resize Jules Maselbas
2018-06-02 15:11 config.mk: remove extra newline before … Hiltjo Posthuma
2018-05-25 11:04 code-style for pledge(2) Hiltjo Posthuma
2018-05-25 09:59 Pledge on OpenBSD Hiltjo Posthuma
2018-03-29 16:30 error message style and use strerror in… Hiltjo Posthuma
2018-03-29 16:18 st -v: remove years and copyright text Hiltjo Posthuma
2018-03-28 19:27 set sel.alt in selstart instead of sele… Daniel Tameling
2018-03-20 20:29 bump version to 0.8.1 Hiltjo Posthuma
2018-03-20 20:25 fix regression by selecting clipboard t… Hiltjo Posthuma
2018-03-20 20:22 don't modify argv, use a counter Hiltjo Posthuma
2018-03-17 12:48 selextend: clarify: !sel.mode == SEL_ID… Hiltjo Posthuma
2018-03-17 12:48 clipcopy: no need to check for free(NUL… Hiltjo Posthuma
2018-03-16 15:45 minor code-style: whitespace fixes Hiltjo Posthuma
2018-03-16 15:19 Fix title initialization Quentin Rameau
2018-03-16 14:03 Fix regression from 69e32a6 when settin… Quentin Rameau
2018-03-14 19:06 LICENSE: fix a few years Hiltjo Posthuma
2018-03-14 19:00 update LICENSE: major contributors Hiltjo Posthuma
2018-03-14 18:54 Makefile: add all files to make dist Hiltjo Posthuma
2018-03-14 18:50 bump version to 0.8 Hiltjo Posthuma
2018-03-09 14:36 use math.h for ceilf Hiltjo Posthuma
2018-03-09 14:36 xhints: no need to initialize sizeh Hiltjo Posthuma
2018-03-09 14:35 regression: include termios.h for tcsen… Hiltjo Posthuma
2018-02-24 23:09 General cleanup Devin J. Pohly
2018-02-24 22:45 Clean up #includes Devin J. Pohly
2018-02-24 22:32 Reduce visibility wherever possible Devin J. Pohly
2018-02-24 22:16 Limit usage of extern to config.h globa… Devin J. Pohly
2018-02-24 21:32 Remove x.c dependency on term Devin J. Pohly
2018-02-24 20:58 Pull term references out of xdrawcursor Devin J. Pohly
2018-02-24 20:53 Move win-agnostic parts of draw/drawreg… Devin J. Pohly
2018-02-23 20:16 Split mode bits between Term and TermWi… Devin J. Pohly
2018-02-22 07:05 Move CRLF input processing into ttywrite Devin J. Pohly
2018-02-22 06:42 Move terminal echo logic into st.c Devin J. Pohly
2018-02-22 05:54 Move remaining selection mode logic int… Devin J. Pohly
2018-02-22 05:29 Move terminal-related selection logic i… Devin J. Pohly
2018-02-22 04:56 Move X-specific selection info into XSe… Devin J. Pohly
2018-02-22 04:48 Have selected() check whether selection… Devin J. Pohly
2018-02-22 04:28 Rely on ttyresize to set tty size Devin J. Pohly
2017-11-07 00:30 Remove X and fontconfig from st.c Devin J. Pohly
2017-11-07 00:25 Remove Time argument from xsetsel Devin J. Pohly
2017-11-06 23:57 Make win variable internal to x.c Devin J. Pohly
2017-10-17 21:46 Move X-related config.h types into x.c Devin J. Pohly
2017-10-17 20:46 Remove unneeded array-length variables Devin J. Pohly
2017-10-17 20:43 Inline clipboard functions Devin J. Pohly
2017-10-17 20:21 Move config.h include from st.c to x.c Devin J. Pohly
2017-10-16 01:35 Factor out equivalent code from ttyread… Devin J. Pohly
2017-10-13 03:25 Move opt_* into same file as main()/run… Devin J. Pohly
2017-10-11 13:47 Move key-matching functions into x.c Devin J. Pohly
2017-10-10 20:51 Pass new dimensions into ttyresize Devin J. Pohly
2017-10-10 17:46 Move window-manipulating functions into… Devin J. Pohly
2017-10-10 17:17 Move font/fontspec variables into x.c a… Devin J. Pohly
2017-10-10 17:01 Move window urgency handling entirely i… Devin J. Pohly
2017-10-10 16:30 Move zoom functions into x.c Devin J. Pohly
2017-10-10 16:11 Move usage() to be with run() in x.c Devin J. Pohly
2017-10-10 15:30 Call xsetenv() in main process instead … Devin J. Pohly
2017-12-26 15:23 Fix color with FAINT attribute Benno Fünfstück
2017-12-26 15:38 Apply ATTR_REVERSE after ATTR_FAINT Benno Fünfstück
2017-12-20 09:05 Fix FAQ typo George Ornbo
2017-10-10 15:49 Fix manpage typo Paride Legovini
2017-09-14 19:30 Add an error for XftFontOpenPattern fai… Gary Allen Vollink
2017-09-15 09:16 Revert "Revert "fixed STLDFLAG order in… Hiltjo Posthuma
2017-08-18 06:00 base64dec: skip non-printable character… Suraj N. Kurapati
2017-09-13 20:40 Revert "fixed STLDFLAG order in broken … Hiltjo Posthuma
2017-09-02 11:52 Revert "make clipboard patch obsolete" Hiltjo Posthuma
2017-09-01 07:48 make clipboard patch obsolete Anselm R Garbe
2017-07-23 09:17 fixed STLDFLAG order in broken st Makef… Anselm R Garbe
2017-07-11 21:16 Revert "Add bold off SGR" Quentin Rameau
2017-07-11 21:03 Add dim/smxx/rmxx to terminfo, remove d… Quentin Rameau
2017-07-11 22:26 Let the user specify C and LD FLAGS Quentin Rameau
2017-07-11 22:24 Do not obfuscate what make is doing. Quentin Rameau
2017-05-15 10:45 Add color change terminfo capabilities Marc André Tanner
2017-05-28 07:56 Add bold off SGR Quentin Rameau
2017-04-10 16:24 st.1: modify man page to accurately ref… greg.reagle@umbc.…
2017-04-04 15:20 Simplify how we keep ATTRs under cursor Quentin Rameau
2017-03-25 20:02 Fix commented out code Alexander Krotov
2017-03-29 16:34 keep some glyph modes for the cursor Nils Reuße
2017-03-18 10:55 Support xterm Ms feature to set clipboa… [email protected]…
2017-01-25 18:17 Change default keybindings Roberto E. Vargas �…
2017-01-20 08:06 Split X-specific code into x.c Michael Forney
2016-12-14 06:51 Move column and row default numbers int… fpqc
2016-11-24 19:21 Revert "Initial font size issue." Roberto E. Vargas �…
2016-11-23 18:17 Fixed 'missing glyph doesn't use fontco… Spencer Phippen
2016-11-14 17:25 make the various combinations of arrow … Manuel Tobias Sch…
2016-11-11 16:52 Initial font size issue. [email protected]
2016-11-11 16:45 tic -s -> tic -sx (Treat unknown capabi… [email protected]
2016-11-11 16:45 Add tmux capabilities to st.info [email protected]
2016-11-11 16:45 Make strdump(), csidump(), print to std… [email protected]
2016-10-22 14:36 Do not use color when font attributes a… Quentin Rameau
2016-10-22 08:42 st.1: add an entry for ISO-14755 shortc… Quentin Rameau
2016-10-08 14:22 Add support for iso14755 Quentin Rameau
2016-10-13 14:28 Add missing device path to '-l' example Klemens Nanni
2016-09-14 06:27 Add parsing of DCS q sequences Roberto E. Vargas �…
2016-09-13 12:01 Add support for enabling/disabling utf Roberto E. Vargas �…
2016-09-09 11:11 Delete ncv capability from terminfo Roberto E. Vargas �…
2016-09-08 10:57 st.info: do not prevent st from display… Quentin Rameau
2016-08-11 14:30 Update the LICENSE. Christoph Lohmann
2016-08-11 14:25 0.7 release Christoph Lohmann
2016-07-20 11:56 Change who's expanding tabs. Christoph Lohmann
2016-07-20 11:52 Add some hint to have the pseudo termin… Christoph Lohmann
2016-07-20 11:00 Add comment about tabspaces. Christoph Lohmann
2016-07-10 06:38 Consistent Alt+BackSpace behavior Alive 4ever
2016-06-03 13:02 Use XftFontMatch in place of FcFontMatc… Christoph Lohmann
2016-05-19 10:16 delete clipboard properties after pasti… v4hn
2016-04-15 05:58 Remove stupid assignation in memcpy() Roberto E. Vargas �…
2016-03-09 16:11 st: Fix off-by-one error when calculati… Tor Andersson
2016-03-07 21:18 Fix vertical character alignment in som… Ton van den Heuvel
2016-03-08 12:55 I like empty lines. Christoph Lohmann
2016-03-08 03:26 Measure the single advance width with a… Ryusei Yamaguchi
2016-03-07 13:33 xtermclear() is now done by xdrawglyphf… Christoph Lohmann
2016-02-19 18:59 arg.h: fixed argv checks order Lucas Gabriel Vuot�…
2016-02-01 11:20 Fix forgotten bracket and duplicate opt… Quentin Rameau
2016-01-30 16:54 Extract ttyresize() out of cresize() Quentin Rameau
2016-01-30 08:50 Ok, no need for a separate version func… Christoph Lohmann
2016-01-29 21:03 Add -n option for setting WM_CLASS inst… Quentin Rameau
2016-01-29 21:02 Reformat usage and separate version fro… Quentin Rameau
2016-01-28 17:09 Enforce a terminal size to reduce race … Christoph Lohmann
2016-01-14 22:19 Height is height. Christoph Lohmann
2016-01-01 13:18 Bump year. Christoph Lohmann
2015-12-20 00:43 Fixing the XClassHint setting in st. Christoph Lohmann
2015-11-21 17:21 Avoid recursive call to ttywrite from t… Roberto E. Vargas…
2015-11-08 16:14 arg.h: remove unused macros Quentin Rameau
2015-11-06 19:46 Introduce lim in all ttywrite() checks. Christoph Lohmann
2015-11-06 19:01 Fix ttywrite() Roberto E. Vargas �…
2015-11-01 02:53 Now the mshortcuts are even more consis… Ivan Tham
2015-10-31 08:29 Now the Shortcuts are more consistent. Christoph Lohmann
2015-10-11 09:44 fix bug where first selection snaps to … Jason Woofenden
2015-10-06 08:29 Fix the cursor colors selection Quentin Rameau
2015-10-05 22:21 Normalize the whole color selection in … Christoph Lohmann
2015-10-05 21:10 Fix the cursor color when over selectio… Quentin Rameau
2015-10-05 21:05 Make the cursor shapes more descriptive. Christoph Lohmann
2015-10-05 20:59 Snowman is everywhere. Christoph Lohmann
2015-10-05 20:54 Style normalisation in the config.def.h. Christoph Lohmann
2015-10-05 20:38 The definition of the reverse cursor is… Christoph Lohmann
2015-10-05 20:09 Fixing the cursor movement in selection… Christoph Lohmann
2015-10-05 19:18 When the cursor is moved, clear the sel… Christoph Lohmann
2015-10-05 19:06 Reverse the cursor on selection. Christoph Lohmann
2015-10-05 18:48 More style changes. We forgot some swit… Christoph Lohmann
2015-10-05 18:08 Small style change. Christoph Lohmann
2015-09-28 18:08 There's no need for libXext to compile … Christoph Lohmann
2015-09-25 03:56 Fix extra bracketed paste markers when … dequis
2015-09-22 11:13 dup() -> dup2() FRIGN
2015-09-12 14:43 The times of bad fonts are over. Christoph Lohmann
2015-09-10 09:53 Fix copy of line with len = 0 Roberto E. Vargas �…
2015-09-08 15:00 Change Pause to Break in shortcut for s… Roberto E. Vargas…
2015-09-08 05:28 Expose cursor shape in config.def.h Jan Christoph Eber�…
2015-09-08 10:10 Add key to send a break to the serial l… Roberto E. Vargas…
2015-09-08 08:44 Set default values of stty according to… Roberto E. Vargas…
2015-09-07 20:59 Making st.1 more descriptive about -l a… Christoph Lohmann
2015-09-07 18:00 Fix the st manpage for -l line. Christoph Lohmann
2015-08-31 13:26 Reordering and adding control codes. Christoph Lohmann
2015-08-30 09:29 Merge branch 'master' of ssh://suckless… Christoph Lohmann
2015-08-30 09:28 Don't read if we chunked the input data. Christoph Lohmann
2015-08-11 15:47 st.info: replace the acsc entry from xt… Quentin Rameau
2015-07-28 09:30 Adding mouse colour/shape settings Alex Kozadaev
2015-07-24 16:25 Adding -T to the usage too. Christoph Lohmann
2015-07-24 16:24 Add -T, as recommended by Dmitrij D. Cz… Christoph Lohmann
2015-07-24 09:52 Fix type for write(2) return variable. Quentin Rameau
2015-07-24 05:58 added note about the low precedence of … Mytchel Hammond
2015-07-24 05:44 Fix style in execsh Roberto E. Vargas �…
2015-07-10 12:31 Make the comment for the IM XFilter mor… Christoph Lohmann
2015-07-10 12:30 Return style unification. Christoph Lohmann
2015-07-10 12:21 Aligning the macros. Christoph Lohmann
2015-07-10 12:19 Unix end of file. Christoph Lohmann
2015-07-10 12:19 No inline declarations please. Christoph Lohmann
2015-07-10 12:17 Typo and the missing incr atom from the… Christoph Lohmann
2015-07-10 12:15 Implement chunked write to the cmdfd. Christoph Lohmann
2015-07-10 12:10 Implement INCR transfers in the clipboa… Christoph Lohmann
2015-07-10 10:27 Update LICENSE FRIGN
2015-07-10 08:29 Don't treat clauses like functions FRIGN
2015-07-09 21:59 Use BSD-style function notation FRIGN
2015-07-08 21:56 Unboolify st FRIGN
2015-07-08 21:49 Remove insane *_FILENO and EXIT_* usage FRIGN
2015-07-07 20:26 Commit to push the 0.6 release. Christoph Lohmann
2015-07-02 06:31 Revert "Remove unnecessary XFilterEvent… Weng Xuetian
2015-05-31 10:26 do not truncate font size when zooming Quentin Rameau
2015-06-03 06:07 Revert "Optimize memory footprint of li… Roberto E. Vargas…
2015-05-22 14:06 Support UTF-8 characters as word delimi… Jan Christoph Ebe…
2015-05-15 05:51 Merge branch 'master' of ssh://suckless… Roberto E. Vargas…
2015-05-14 13:46 set selection to IDLE on clear v4hn
2015-05-09 22:22 Small bugfix for makeglyphfontspecs cal… suigin
2015-05-06 03:24 Clean up xdraws and optimize glyph draw… suigin
2015-05-05 20:13 Changed type for UTF-32 codepoints from… suigin
2015-05-03 19:28 Fix empty selection highlighting bug. noname
2015-05-03 02:49 Fix indentation. noname
2015-05-01 17:13 Add enumeration for sel.mode noname
2015-04-30 19:59 selnormalize: make special case explicit noname
2015-05-01 02:22 selsnap: simplify SNAP_LINE case noname
2015-04-30 20:51 Remove first argument of selsnap. noname
2015-04-22 15:22 Fix sigchld Jochen Sprickerhof
2015-04-22 13:08 len assignment is never used [email protected]
2015-04-22 13:08 Clarify calculation precedence for '&' … [email protected]
2015-04-22 13:07 Use %u for uint [email protected]
2015-04-27 08:04 Optimize memory footprint of line buffe… suigin
2015-04-21 21:29 Make tputc, tsetchar and techo accept u… noname@inventati.…
2015-04-21 21:29 Change internal character representatio… noname@inventati.…
2015-04-21 21:28 Remove last parameter of utf8encode [email protected]�…
2015-04-21 21:27 Use utf8len instead of utf8decode. [email protected]�…
2015-04-21 14:27 Make build shut up about system() witho… [email protected]
2015-04-23 15:59 Merge remote-tracking branch 'origin/ma… Roberto E. Vargas…
2015-04-23 15:55 Fix segmentation fault in strhandle() Roberto E. Vargas �…
2015-04-22 07:16 Uses a &[] pointer loop instead of + po… Roberto E. Vargas…
2015-04-21 20:09 Do not set terminal title based on stty… noname@inventati.…
2015-04-18 17:33 Remove WIN_REDRAW flag. [email protected]�…
2015-04-18 23:24 Place memset arguments in the correct o… noname@inventati.…
2015-04-18 23:24 Remove explicit 'return' from 'void' fu… noname@inventati.…
2015-04-18 16:45 Increment accuaracy in drawtime calcula… noname@inventati.…
2015-04-18 16:46 Monotonic clock cannot jump backwards. [email protected]�…
2015-04-18 16:45 Place tlinelen type on separate line. [email protected]�…
2015-04-13 17:03 Add tty line support Roberto E. Vargas �…
2015-04-15 08:43 Fix memmove() invocation with src/dst b… sin
2015-04-14 07:53 Use as command arguments the remaining … noname@inventati.…
2015-04-14 07:47 Merge branch 'master' of ssh://suckless… Roberto E. Vargas…
2015-04-12 08:30 tresize: remove unnecessary if [email protected]�…
2015-04-13 14:06 Remove old TODO entry. [email protected]�…
2015-04-13 14:05 Remove 'titles' variable. [email protected]�…
2015-04-13 12:34 Remove useless if in tstrsequence. [email protected]�…
2015-04-13 12:03 Simplify tmoveto. [email protected]�…
2015-04-13 12:03 Fix typo. [email protected]�…
2015-04-11 17:30 Remove 'slide' variable in tresize. [email protected]�…
2015-04-11 17:30 Move tresize comments around. [email protected]�…
2015-04-11 17:29 tresize: move for loop outside if [email protected]�…
2015-04-11 10:47 Simplify loop condition. [email protected]�…
2015-04-11 10:15 Remove unnecessary XFilterEvent call. [email protected]�…
2015-04-11 10:18 Use do..while in window mapping loop. [email protected]�…
2015-04-10 01:22 Make DECSCUSR thickness configurable Omar Sandoval
2015-04-09 20:04 Use MAX macro where possible. noname
2015-04-08 23:24 Remove 'xloadfontset' function. noname
2015-04-08 23:17 Remove keywords from function definitio… noname
2015-04-08 23:16 Remove variable names from function dec… noname
2015-04-06 08:55 Remove redundant control check Roberto E. Vargas �…
2015-04-05 23:58 Fixed STR sequence termination condition noname
2015-03-20 06:46 Remove strsep() call Roberto E. Vargas �…
2015-03-19 08:36 Merge remote-tracking branch 'origin/ma… Roberto E. Vargas…
2015-03-18 20:12 Support the DECSCUSR CSI escape sequence LemonBoy
2015-03-15 18:07 Support XA_STRING in notify request Roberto E. Vargas �…
2015-03-14 07:53 TODO: Fix fontconfig Christoph Lohmann
2015-03-14 07:52 Add the new selection shortcuts to the … Christoph Lohmann
2015-03-14 07:43 Glibc wants me to use _DEFAULT_SOURCe. … Christoph Lohmann
2015-03-14 06:41 Add Mod + Shift + c/v and no selclear. Christoph Lohmann
2015-03-13 07:26 Allow combinations with Backspace Roberto E. Vargas �…
2015-03-10 00:23 FAQ: fix wording Alexander Huemer
2015-03-11 17:13 Backspace value shouldn't depend on key… Ivan Delalande
2015-03-10 20:59 Merge branch 'master' of ssh://suckless… Christoph Lohmann
2015-03-10 20:58 St now does only set PRIMARY on selecti… Christoph Lohmann
2015-03-10 20:11 Fixing the C reading test. Christoph Lohmann
2015-03-09 23:20 Change the FAQ for the new Backspace be… Christoph Lohmann
2015-03-09 23:00 Finally resolving the backspace problem. Christoph Lohmann
2015-03-09 22:16 Add a hack to handle unknown chars in f… Christoph Lohmann
2015-03-05 15:52 Update kdch1 definition to three octal … Johannes Postma
2015-02-28 16:13 Small improvements to the FAQ Roberto E. Vargas �…
2015-02-19 21:33 document keys in man page Greg Reagle
2015-02-14 23:34 Let curses do the dirty work for flash Ivan Delalande
2015-02-22 10:59 Comment default CC assignment Roberto E. Vargas �…
2015-02-22 10:58 Update dates in LICENSE Roberto E. Vargas �…
2015-02-15 16:46 Update year in usage() Nils Reuße
2015-02-15 16:11 Fix crash on font resize resize Nils Reuße
2015-01-29 23:00 Correct shift amount on MODE_INSERT in … Rian Hunter
2015-01-29 23:06 Fix crash due to wide characters Rian Hunter
2014-12-12 07:39 Fix crash due to invalid timespec given… Ivan Delalande
2014-11-16 08:02 Trim trailing whitespaces in every sele… Ivan Delalande
2014-11-11 18:29 Call _exit() instead of exit() if exec*… sin
2014-10-29 00:51 Check for presence of SHELL environment… Eric Pruitt
2014-10-28 11:55 Replace character with U+FFFD if wcwidt… [email protected]
2014-10-15 22:42 Avoid failing when embedding with a Win… Quentin Rameau
2014-10-21 14:36 Reverting smacs and rmacs to the xterm … Christoph Lohmann
2014-10-15 17:42 Do not set SHELL to utmp ever Roberto E. Vargas �…
2014-10-03 19:25 patch for bell in st CustaiCo
2014-10-08 09:35 Use G1 for alternate charset Roberto E. Vargas �…
2014-10-08 09:33 Add LS2 and LS3 Roberto E. Vargas �…
2014-10-08 08:30 Fix SI and SO Roberto E. Vargas �…
2014-09-29 13:41 Removing an extra space. Christoph Lohmann
2014-09-29 13:40 Minor style changes for the last patch. Christoph Lohmann
2014-09-29 13:38 Implementing xzoomreset. Christoph Lohmann
2014-08-20 08:41 Add missed names of charset sequences Roberto E. Vargas �…
2014-08-28 10:48 Add support for utmp in st Roberto E. Vargas �…
2014-08-24 14:27 Remove indentation level in xdrawcursor Roberto E. Vargas �…
2014-08-22 16:25 Removing wrapping newlines from selecti… Ben Hendrickson
2014-08-20 19:20 Change the behavior of word snapping on… Ivan Delalande
2014-08-20 19:14 Move calls to selsnap into selnormalize Ivan Delalande
2014-08-20 10:05 Improve readability of enum members Alexander Huemer
2014-08-20 07:56 Add eschandle() Roberto E. Vargas �…
2014-08-18 22:55 Improve execsh() and don't allow anonym… Roberto E. Vargas…
2014-08-18 21:23 Fix definition of CONTROLC0 Roberto E. Vargas �…
2014-08-18 21:19 Make useful DEL in application mode Roberto E. Vargas �…
2014-08-18 17:20 reset the alt screen in treset Quentin Carbonneaux
2014-08-18 17:19 simplify loop in tresize Quentin Carbonneaux
2014-08-17 23:52 Simplify README Alexander Huemer
2014-08-17 18:49 Fix man page and usage() Roberto E. Vargas �…
2014-08-15 13:00 Convert VT102ID to a config variable Roberto E. Vargas �…
2014-08-15 12:48 Fix portability problem in techo() Roberto E. Vargas �…
2014-04-27 22:16 Don't set dirty all lines because tswap… noname
2014-04-27 22:03 tresize return value is not used noname
2014-08-07 08:19 Remove ul capability Roberto E. Vargas �…
2014-08-07 08:11 Unset mode when clearing regions Roberto E. Vargas �…
2014-08-04 20:07 Add error message when child exits whit… Roberto E. Vargas…
2014-07-31 17:37 Remove difference between fast and slow… Roberto E. Vargas…
2014-07-26 07:48 Fix disabling of bold and fastblink Michael Forney
2014-07-25 17:32 Add info about Backspace and Delete to … Wolfgang Corcoran…
2014-07-24 17:56 Add info about Backspace and Delete to … Roberto E. Vargas…
2014-07-20 08:31 Add information about librt and OpenBSD… Roberto E. Vargas…
2014-07-20 08:31 Add information about librt and OpenBSD… Roberto E. Vargas…
2014-07-20 08:31 Add information about librt and OpenBSD… Roberto E. Vargas…
2014-07-20 15:05 Very minor grammar fixes in FAQ Wolfgang Corcoran-�…
2014-07-16 22:36 Fix st with input method. Weng Xuetian
2014-07-14 14:05 Changed inconsistent indent Eric Pruitt
2014-06-20 07:51 Add 8 bit version of DCS, APC, PM, OSC Roberto E. Vargas �…
2014-06-20 07:51 Add 8 bit version of HTS Roberto E. Vargas �…
2014-06-20 07:51 Add 8 bit version of NEL Roberto E. Vargas �…
2014-06-20 07:51 Add 8 bit version of DECID Roberto E. Vargas �…
2014-06-21 22:10 Render faint attribute Anders Eurenius
2014-06-27 07:15 Remove all strcmp and strlen calls on G… Ivan Delalande
2014-06-30 15:33 Making surf compile again with rt. Christoph Lohmann
2014-06-21 18:32 Render struck-out attribute Anders Eurenius
2014-06-21 18:30 Render invisible attribute Anders Eurenius
2014-06-21 18:29 Reorder and extend glyph attributes Anders Eurenius
2014-06-26 10:37 Remove CEIL macro Roberto E. Vargas �…
2014-06-26 02:30 Fixed wrong nanosecond factor 10E6. Ivan Delalande
2014-06-23 14:51 Use monotonic clock to prevent timing i… FRIGN
2014-06-18 13:39 Fix typo in config.def.h Eric Pruitt
2014-06-18 17:41 update size hints on zoom Troy Sankey
2014-06-06 20:09 Refactor the innermost loop of the xdra… Silvan Jegen
2014-06-09 15:19 FAQ: update typo and escape code for sm… Hiltjo Posthuma
2014-06-07 11:49 Style police. Christoph Lohmann
2014-06-07 11:23 Simplify tdeftrans Roberto E. Vargas �…
2014-06-06 12:08 Remove unnecessary typedef FRIGN
2014-06-05 04:32 Refactor selsnap SNAP_WORD. Colona
2014-06-04 04:47 Fix rectangular selection. Colona
2014-06-03 15:55 tiny cleanup Hiltjo Posthuma
2014-06-03 02:34 Make selection consistent over line bre… Colona
2014-06-01 15:08 Fixing color and refactor xsetcolorname. Christoph Lohmann
2014-06-01 14:52 Revert "Refactor xsetcolorname()" Christoph Lohmann
2014-05-25 10:13 Refactor xsetcolorname() FRIGN
2014-05-31 21:24 Don't report release events for mouse w… Balazs Kezes
2014-06-01 13:54 Fixing italic bold. Christoph Lohmann
2014-05-26 05:23 Fixed copying empty lines inside select… Alexander
2014-05-24 19:27 Fix some more LICENSE changes. Christoph Lohmann
2014-05-24 19:07 Add FRIGN to License, remove trailing w… FRIGN
2014-05-24 11:52 Brightening is again on the TODO list. Christoph Lohmann
2014-05-24 11:48 Fixing trailing whitespaces. Christoph Lohmann
2014-05-22 13:00 Fix colour-model and simplify xloadcols… FRIGN
2014-05-12 12:39 Allow mouse selection override using Sh… Hiltjo Posthuma
2014-05-09 15:12 Redraw needs all dirty lines to have fl… Christoph Lohmann
2014-05-09 08:23 End a sequence only on CAN, SUB, \a and… Colona
2014-05-07 08:05 Also clears ESC_START on interrupt char… Colona
2014-04-25 14:26 Consistent FALLTHROUGH comments. noname
2014-04-29 07:58 Fix displaying control code Roberto E. Vargas �…
2014-04-29 06:58 Remove ATTR_GFX and tselcs Roberto E. Vargas �…
2014-04-28 22:35 Do not save cursor in tresize. noname
2014-04-27 11:16 Simplify selected(). noname
2014-04-27 11:39 Do not export chscale and cwscale. noname
2014-04-27 22:41 Simplify xunloadfonts. noname
2014-04-27 11:40 Remove one indentation level in getsel(… noname
2014-04-27 11:40 Remove unused dump() function. noname
2014-04-27 11:39 Add missing function prototypes. noname
2014-04-27 11:39 Use MODBIT in xseturgency. noname
2014-04-27 11:39 Compute ena_sel as one expression. noname
2014-04-27 08:25 Simplify expressions in tputc() Roberto E. Vargas �…
2014-04-26 07:30 Fix misplaced break Roberto E. Vargas �…
2014-04-26 07:24 Create a function for DEC test Roberto E. Vargas �…
2014-04-28 16:32 Fix tputc control code handling Roberto E. Vargas �…
2014-04-25 23:45 Remove repeated initialisation of term.… Roberto E. Vargas…
2014-04-25 23:34 Cancel DCS with SUB, CAN, ESC or any CC… Roberto E. Vargas…
2014-04-26 21:50 add break;s for last cases in switch st… Markus Teich
2014-04-25 22:12 Do not eat ESC character if control str… noname
2014-04-25 14:28 Fix for multibyte characters in techo. noname
2014-04-25 14:27 s/DSC/DCS/ DCS stands for DEVICE CONTRO… noname
2014-04-25 14:27 Use xwrite instead of write. noname
2014-04-25 14:27 Remove unnecessary break noname
2014-04-25 14:26 Comment fix. noname
2014-04-24 18:35 On terminal resize, clear the alt scree… Colona
2014-04-23 19:12 Optimize tputtab. noname
2014-04-23 19:12 Use != instead of ^ for logical values. noname
2014-04-23 19:12 Use BETWEEN macro in xsetcolorname and … noname
2014-04-25 20:34 Conformity in the -g geometry handling. Christoph Lohmann
2014-04-25 15:24 Simplify a bit more tdeletechar and tin… Roberto E. Vargas…
2014-04-22 22:08 Simplify tdeletechar and tinsertblank a… noname
2014-04-20 13:26 Style fixes in tscrollup. noname
2014-04-20 13:26 Do not set dirty flag twice in tscrollu… noname
2014-04-20 13:26 Use tsetdirt in tscrollup and tscrolldo… noname
2014-04-22 20:26 Fix techo handling of control and multi… noname
2014-04-22 17:59 Make xrealloc and xstrdup style consist… noname
2014-04-22 17:59 Use BETWEEN in tsetchar. noname
2014-04-22 17:59 Use uint and uchar instead of unsigned … noname
2014-04-22 17:59 Remove argument names from function pro… noname
2014-04-22 17:59 Style fix in tdumpsel. noname
2014-04-22 17:59 Use BETWEEN in tinsertblankline and tde… noname
2014-04-22 17:22 It's 2014 now. Christoph Lohmann
2014-04-20 09:08 move MODBIT to Macros section [email protected]�…
2014-04-20 11:41 misplaced parenthesis in LEN macro [email protected]�…
2014-04-20 11:15 remove confusing SERRNO macro Markus Teich
2014-04-13 16:21 Simplify techo [email protected]�…
2014-04-05 16:54 typedefs instead of #defines [email protected]�…
2014-04-09 18:37 fix cursor handling when alt screen is … [email protected]
2014-04-15 06:11 Merge remote-tracking branch 'origin/ma… Roberto E. Vargas…
2014-04-07 17:53 Increment XSync consistency Toaster Toaster
2014-04-11 13:08 Fix Backspace and Delete characters Roberto E. Vargas �…
2014-04-05 18:40 0.5 release. Christoph Lohmann
2014-04-05 18:39 Updating the TODO in preparating for 0.… Christoph Lohmann
2014-04-05 18:34 There is no need for a full dirt redraw. Christoph Lohmann
2014-04-02 07:26 Fixing a compiler warning with the assi… Christoph Lohmann
2014-03-26 22:58 Fix segfault when pressing PrintScr wit… Rafa Garcia Galle…
2014-03-25 19:20 new utf decoder Damian Okrasa
2014-03-10 14:16 Merge branch 'master' of ssh://suckless… Roberto E. Vargas…
2014-02-01 10:11 Add terminfo entries for printer Roberto E. Vargas �…
2014-02-01 12:41 Add sequence for printing the current s… Roberto E. Vargas…
2014-01-31 22:05 Add key definition for printer sequences Roberto E. Vargas �…
2014-01-31 21:25 Add MC for the full screen Roberto E. Vargas �…
2014-01-31 20:53 Add MC for a single line Roberto E. Vargas �…
2014-01-31 19:57 Add MC sequence Roberto E. Vargas �…
2014-02-01 10:12 Add xstrdup function Roberto E. Vargas �…
2014-02-04 10:46 Merge remote-tracking branch 'origin/ma… Roberto E. Vargas…
2014-01-31 16:30 Remove non defined behaviour in selcopy Roberto E. Vargas �…
2014-01-31 16:04 Remove duplicated code in strhandle Roberto E. Vargas �…
2014-01-31 15:54 Make Shift+Home equal to CLS in ascii m… Roberto E. Vargas…
2014-01-31 13:18 Make CONTROL + DELETE delete a line Roberto E. Vargas �…
2014-01-31 11:23 Fix SHIFT+DEL definition Roberto E. Vargas �…
2014-01-19 16:48 Use character scaling in XCopyArea Eric Pruitt
2014-01-11 11:54 Make w3mimgdisplay work with st Amadeusz Sławiński
2014-01-03 14:24 Fix truecolor escapes, when both bg and… Amadeusz Sławiń…
2013-12-17 20:14 query pixel size from matched font Eon S. Jeon
2013-12-18 07:29 Update arg.h from sbase Roberto E. Vargas �…
2013-12-17 17:45 Prevent resizing stdin Eon S. Jeon
2013-10-20 17:16 Replace alignment tabs with spaces. Mark Edgar
2013-10-20 16:18 Fix comments in config.def.h to match f… Mark Edgar
2013-12-15 15:45 Fix definition of F28 key. Mark Edgar
2013-12-11 13:10 Set _NET_WM_PID attribute Eric Pruitt
2013-12-06 15:22 Fix rmul definition Eric Pruitt
2013-11-25 15:06 Add stdint include René Rietz
2013-11-25 13:09 Fix stupid bug in tdefcolor returning -… Roberto E. Vargas…
2013-11-24 09:20 Use int instead of long for color Johannes Hofmann
2013-11-22 15:45 add _NET_WM_NAME Carlos J. Torres
2013-10-19 13:13 Simplify logic in kmap(). Mark Edgar
2013-10-19 12:56 Simplify logic in match(). Mark Edgar
2013-10-28 18:18 Merge remote-tracking branch 'origin/ma… Roberto E. Vargas…
2013-09-21 22:07 Ignore numlock (Mod2Mask) for button ev… Mark Edgar
2013-10-06 10:19 Avoid buffer overrun in bpress() Mark Edgar
2013-10-05 09:49 New ttysend() function calls ttywrite()… Mark Edgar
2013-10-05 09:45 Avoid buffer overrun in kpress() and re… Mark Edgar
2013-10-05 09:45 Simplify Mod1 logic in kpress(), elimin… Mark Edgar
2013-10-01 19:23 Add support for multiple charset defini… Roberto E. Vargas…
2013-10-02 19:06 People, learn to keep to styles. Thanks. Christoph Lohmann
2013-10-01 18:02 Fix save/restore cursor Mihail Zenkov
2013-10-01 18:01 Add DSR cursor position sequence Mihail Zenkov
2013-09-21 21:33 Fix core in multi-line selection on Ope… Maurice Quennet
2013-09-23 07:22 Add bracketed paste mode Egmont Koblinger
2013-07-25 23:19 Fix some bugs in mouse tracking logic Michael Forney
2013-09-12 18:52 Default volume of the bell is 0. Christoph Lohmann
2013-09-12 18:41 Add audible bell Roberto E. Vargas �…
2013-09-07 10:41 Wide character support. Christoph Lohmann
2013-09-07 10:29 Adding some contributors. Thanks to you… Christoph Lohmann
2013-08-25 22:10 Correctly initialize altscreen when def… Mark Edgar
2013-08-11 10:42 Regarding commit 7e3cff3 Eon S. Jeon
2013-08-22 17:32 Tmux is using C-b by default. Christoph Lohmann
2013-08-20 16:18 Correcting the bitmask value check. Christoph Lohmann
2013-08-12 13:25 Add terminfo definitions for terminals … Roberto E. Vargas…
2013-08-05 20:37 Fix signess of tdefcolor Eon S. Jeon
2013-07-29 07:50 Fixed memory leak in xsettitle(). Alexander Sedov
2013-07-25 23:24 Fix blink mode check Michael Forney
2013-08-05 09:33 Use character size scaling factors Eric Pruitt
2013-07-20 19:52 Reload colors in reset Roberto E. Vargas �…
2013-07-19 18:34 Add RGB color definition Roberto E. Vargas �…
2013-07-19 05:07 Improved font caching Eon S. Jeon
2013-06-22 21:07 fix: whitespace Markus Teich
2013-06-23 17:05 Remove long text being cropped/wrapped … Alexander Sedov
2013-06-22 21:06 fix: consistent usage of bitmask operat… Markus Teich
2013-06-22 21:05 fix: do not need an extra variable for … Markus Teich
2013-06-23 08:33 Fix match function bugs Roberto E. Vargas �…
2013-06-23 10:13 Remove unneded call to draw Roberto E. Vargas �…
2013-06-23 10:09 Fix selection clearing Roberto E. Vargas �…
2013-06-22 14:22 fix PageUp Modifier Mask in config.def.h Markus Teich
2013-06-09 13:52 Fixing title setting with the title arg… Christoph Lohmann
2013-06-06 17:09 Adding xterm behaviour to setting the t… Christoph Lohmann
2013-06-01 12:39 Bumping up the xfps so mouse motion won… Christoph Lohmann
2013-06-01 12:37 Adding true mouse motion support. Christoph Lohmann
2013-06-01 11:17 This is a shorter bit handling in MODE_… Christoph Lohmann
2013-06-01 11:13 Add some comments about the other mouse… Christoph Lohmann
2013-06-01 11:06 Implementing mouse focus and all events. Christoph Lohmann
2013-06-01 10:23 Fixing bad highlighting on first SNAP_W… Christoph Lohmann
2013-05-26 14:10 Fixing the selection in a single line a… Christoph Lohmann
2013-05-26 11:07 Fixing the selection scrolling and the … Christoph Lohmann
2013-05-11 19:59 Lazy font unloading too. Christoph Lohmann
2013-05-11 06:54 Lazy fontset loading. Christoph Lohmann
2013-05-06 17:50 Removing an old select() regression. Christoph Lohmann
2013-05-04 17:04 Allow more complex delimiters for word … Christoph Lohmann
2013-05-04 17:00 Expand the last line with '\n' in case … Christoph Lohmann
2013-05-04 06:05 Select to the end of row if end of line… Christoph Lohmann
2013-05-04 06:01 Better comments for the snapping code. Christoph Lohmann
2013-05-01 11:14 More stable blinking. Christoph Lohmann
2013-04-28 19:32 Explaining blinking for the dummies. Christoph Lohmann
2013-04-28 16:14 Selection snapping is now considering w… Christoph Lohmann
2013-04-28 15:42 Add a possibility to modify the string … Christoph Lohmann
2013-04-26 16:55 Be more efficient in blinking. Christoph Lohmann
2013-04-26 16:41 Enable blinking in st. Christoph Lohmann
2013-04-25 04:28 Fixing the selection handling to allow … Christoph Lohmann
2013-04-24 19:30 Fixing the selection issue in altscreen… Christoph Lohmann
2013-04-23 22:34 Removed redundant check in draw code. Alexander Sedov
2013-04-23 18:34 Fix selecting clearing and BCE Roberto E. Vargas �…
2013-04-23 17:37 Now clipping is more clear. Christoph Lohmann
2013-04-23 17:17 Removing the overdrawing of some fonts. Christoph Lohmann
2013-04-23 13:38 Yes, rs2 != is2. Christoph Lohmann
2013-04-23 13:33 There is no 8bit by default and reset 8… Christoph Lohmann
2013-04-23 13:22 Implementing 8 bit mode for meta. Christoph Lohmann
2013-04-21 11:01 Adding wrap handling in selection. Christoph Lohmann
2013-04-15 06:28 Added support for double/triple click+d… Alexander Sedov
2013-04-20 13:29 0.4.1 release. Christoph Lohmann
2013-04-19 19:11 Making st compile on OpenBSD again. Christoph Lohmann
2013-04-18 08:47 Selection now handles empty lines less … Alexander Sedov
2013-04-18 04:51 Removing trailing whitespace. Christoph Lohmann
2013-04-15 13:13 Got rid of redundant Glyph state. Alexander Sedov
2013-04-18 04:41 Removing unneeded comments. Christoph Lohmann
2013-04-14 20:12 Got rid of code duplication in tnew() a… Alexander Sedov
2013-04-14 19:17 Strip trailing spaces from lines when c… Alexander Sedov
2013-04-14 16:30 Enable BCE everywhere. Christoph Lohmann
2013-04-13 13:24 Fix the geometry handling. Christoph Lohmann
2013-04-13 10:26 \033 should be used in printf in the FA… Christoph Lohmann
2013-04-13 07:49 Resize now uses xclear(). Christoph Lohmann
2013-04-13 07:44 Drawing a more visible rectangle as cur… Christoph Lohmann
2013-04-13 06:51 Patching while not really woken up. Christoph Lohmann
2013-04-13 06:50 Minor naming issue fixed. Christoph Lohmann
2013-04-13 06:48 Making the copy and pasting consistent. Christoph Lohmann
2013-04-09 21:13 Convert FAQ into Markdown, to make it e… Kai Hendry
2013-04-10 15:48 Make st work with a plain -e command. Christoph Lohmann
2013-04-03 19:00 Adopting arg.h with more flexible cmd h… Christoph Lohmann
2013-04-03 18:42 Add an option to disable alternative sc… Christoph Lohmann
2013-03-29 18:44 Updating the TODO file for after 0.4. Christoph Lohmann
2013-03-29 18:13 Releasing 0.4. Christoph Lohmann
2013-03-29 18:01 Add the possibility to have default hig… Christoph Lohmann
2013-03-29 17:45 Adding PgUp + Ctrl. Christoph Lohmann
2013-03-29 17:43 Adding PgUp and PgDown + Ctrl to config… Christoph Lohmann
2013-03-29 17:39 Removing an undefined case. just do reg… Christoph Lohmann
2013-03-20 20:19 Making rectangular selection work again. Christoph Lohmann
2013-03-10 20:16 Pange seems to use ascent + descent ins… Christoph Lohmann
2013-03-05 21:12 Making st compile on OS X. Christoph Lohmann
2013-02-26 20:43 Using strsep and fixing null terminatio… Christoph Lohmann
2013-02-26 18:08 Changing the way how paste is handled, … Christoph Lohmann
2013-02-26 18:07 Fixing a bug while parsing empty argume… Christoph Lohmann
2013-02-26 17:19 Fixing bugs in the strtol and strtok_r … Christoph Lohmann
2013-02-25 12:36 Using strtok_r for the string parsing. Christoph Lohmann
2013-02-25 12:23 Using strtol with overflow checking. Christoph Lohmann
2013-02-23 20:50 Add insert for the primary clipboard to… Christoph Lohmann
2013-02-23 20:44 Removing dbe and introducing umlauts to… Christoph Lohmann
2013-02-23 20:20 Add umlaut support for title change. Christoph Lohmann
2013-02-23 20:17 Replace parse_int with atoi(). Christoph Lohmann
2013-02-19 17:39 Added basic xterm-ish palette swap supp… Alexander Sedov
2013-02-19 18:08 Implement rectangular mouse selection. Christoph Lohmann
2013-02-18 17:31 ensure that the italic font has the sam… joe9
2013-02-19 15:04 Style inquisition. Christoph Lohmann
2013-02-19 14:51 Fixing the reverse mode of st colors. Christoph Lohmann
2013-02-16 12:57 Adding a way to ignore bits in the stat… Christoph Lohmann
2013-02-15 18:36 Style inquisition. Christoph Lohmann
2013-02-15 18:34 The refresh rate for the action needs t… Christoph Lohmann
2013-02-15 18:32 Changing the fps to something reasonabl… Christoph Lohmann
2013-02-15 18:30 Doing it like the new run() was propose… Christoph Lohmann
2013-02-15 18:10 Adding a more efficient drawing code. Christoph Lohmann
2013-02-15 16:45 Tmux wants this to be mutually exclusiv… Christoph Lohmann
2013-02-13 20:35 Adding mor explict font patterns. Christoph Lohmann
2013-02-11 21:20 Making st not activate the cursor in ca… Christoph Lohmann
2013-02-10 15:36 Setting the surrounding border to defau… Christoph Lohmann
2013-02-08 19:24 Removing some debug messages. Christoph Lohmann
2013-01-27 16:48 Fixing the menus in mc. Christoph Lohmann
2013-01-27 12:26 Fixing the black remaining lines in mc … Christoph Lohmann
2013-01-26 14:13 Adding extended mouse reporting in st. Christoph Lohmann
2013-01-20 16:13 Removing the debug messages again. Christoph Lohmann
2013-01-20 16:12 Fixing the clipboard copying to st itse… Christoph Lohmann
2013-01-20 14:12 St is in 2013 now. Christoph Lohmann
2013-01-20 13:55 Removing BCE from the TODO list. Christoph Lohmann
2013-01-20 13:54 Implementing Back Color Erase (BCE). Christoph Lohmann
2013-01-19 17:38 Make line drawing work again. Christoph Lohmann
2013-01-19 14:49 Yes, xft should be on the buffer. Thank… Christoph Lohmann
2013-01-19 14:00 Trying out the double buffering without… Christoph Lohmann
2013-01-19 08:13 Dbe is not required anymore. Christoph Lohmann
2013-01-18 18:22 Adding the FAQ entry for zsh. Christoph Lohmann
2013-01-18 18:11 The title can now be set with UTF-8 cha… Christoph Lohmann
2013-01-16 17:53 Adding a nasty resize bug. Maybe it can… Christoph Lohmann
2013-01-09 16:36 Removing the .hgtags file. Thanks ilf. Christoph Lohmann
2013-01-08 19:36 Standout mode has changed. Thanks p37si… Christoph Lohmann
2013-01-08 19:09 A different double buffering strategy s… Christoph Lohmann
2013-01-08 18:46 Standout is now reverse. This makes bsd… Christoph Lohmann
2013-01-07 18:53 Adding an FAQ entry for the keypad hand… Christoph Lohmann
2013-01-06 08:52 Synchronizing the FAQ of the website an… Christoph Lohmann
2013-01-05 19:56 Damn, my fault. The cache should have a… Christoph Lohmann
2013-01-05 19:30 Applying the changes to the docs; by Pe… Christoph Lohmann
2013-01-04 19:52 Making the fontconfig and freetype path… Christoph Lohmann
2013-01-01 12:15 A fix for the XopenIM() errors. Christoph Lohmann
2012-12-30 16:35 Increasing font cache for speeding up U… Christoph Lohmann
2012-12-30 16:35 Removing the warning about extents. Christoph Lohmann
2012-12-29 15:24 Fixing the font unloading in case of zo… Christoph Lohmann
2012-12-29 14:03 Speeding up the drawing, then all chara… Christoph Lohmann
2012-12-28 22:52 Adding fallback support to st. Christoph Lohmann
2012-12-22 18:50 Fixing a compile error. Christoph Lohmann
2012-12-22 12:39 Fixing a off-by-one error in the penult… Christoph Lohmann
2012-12-18 12:00 Fixing a precedence problem. Thanks tri… Christoph Lohmann
2012-12-13 19:57 Checking for the lower X11 special keys… Christoph Lohmann
2012-12-11 07:32 Adding error checks for XCreateIC and X… Christoph Lohmann
2012-12-10 22:02 Be careful about mar77i's patches. Christoph Lohmann
2012-12-10 19:45 Fixing the nasty selection bug. Thanks … Christoph Lohmann
2012-12-10 14:02 Applying the patch of mar771 right. Christoph Lohmann
2012-12-09 20:39 Applying the change of the Del key assi… Christoph Lohmann
2012-11-25 21:13 Add support for End key Roberto E. Vargas �…
2012-11-25 21:13 Add support for Supr key Roberto E. Vargas �…
2012-11-25 21:13 Add support for insert key Roberto E. Vargas �…
2012-11-25 21:13 Fix value of ka1 terminfo capability Roberto E. Vargas �…
2012-11-25 14:59 Add a notice in the config.def.h file h… Christoph Lohmann
2012-11-25 08:23 The style inquisition was here. Christoph Lohmann
2012-11-25 08:23 Add key for toogling numlock handling Roberto E. Vargas �…
2012-11-21 19:38 Fixing the calculation of the base tty … Christoph Lohmann
2012-11-19 16:22 Restoring the Alt + Backspace functiona… Christoph Lohmann
2012-11-16 10:32 Add application cursor sequences for Ho… Roberto E. Vargas…
2012-11-16 04:43 Fixing some key issues with mc. Thanks … Christoph Lohmann
2012-11-15 20:42 Getbuttoninfo is always used the same a… Christoph Lohmann
2012-11-15 19:57 Fix speech error in comment Roberto E. Vargas �…
2012-11-15 19:57 Remove unused fields in cursor_movement Roberto E. Vargas �…
2012-11-15 19:25 Removing my debug fprintf(). Christoph Lohmann
2012-11-15 19:19 Optimizing the key lookup to the X11 fu… Christoph Lohmann
2012-11-15 19:03 Making all function keys accessible. Christoph Lohmann
2012-11-15 19:00 Adding support for XK_F35. Christoph Lohmann
2012-11-15 18:01 Fix Shift + Insert shortcut Roberto E. Vargas �…
2012-11-15 15:36 Changing the TODO to the current state. Christoph Lohmann
2012-11-15 15:26 Fixing the return and keypad enter sent… Christoph Lohmann
2012-11-15 15:21 Import the patch of Eckehard Berns to a… Christoph Lohmann
2012-11-15 14:57 The crlf mode was reversed. Christoph Lohmann
2012-11-15 14:54 Fixing Return in non-crlf mode. Christoph Lohmann
2012-11-15 14:36 Use XK_ANY_MOD instead of XK_NO_MOD in … Roberto E. Vargas…
2012-11-15 14:36 Fix XK_NO_MOD and XK_ANY_MOD behavior Roberto E. Vargas �…
2012-11-14 10:14 Fix tab key Roberto E. Vargas �…
2012-11-14 05:37 Fixing the tab key, when no mask is wan… Christoph Lohmann
2012-11-13 19:13 The style inquisition was here again. Christoph Lohmann
2012-11-13 19:05 Add missed key definitions Roberto E. Vargas �…
2012-11-13 19:04 Add control and meta combinations for a… Roberto E. Vargas…
2012-11-13 19:04 Fix arrow keys terminfo capabilities Roberto E. Vargas �…
2012-11-13 19:04 Remove hardcoded keys form kpress Roberto E. Vargas �…
2012-11-13 19:04 Move Shift + Insert to shortcut Roberto E. Vargas �…
2012-11-13 19:04 Fix keypad mode and cursor mode Roberto E. Vargas �…
2012-11-13 19:04 Add SRM sequence Roberto E. Vargas �…
2012-11-11 18:46 Gc is not used anymore. Christoph Lohmann
2012-11-11 18:38 Removing some xft naming cruft. Christoph Lohmann
2012-11-08 16:22 Moving the alt declaration to the begin… Christoph Lohmann
2012-11-08 16:22 Move unsupported sequences to ignored. Roberto E. Vargas �…
2012-11-08 16:21 Ignore DECARM sequence Roberto E. Vargas �…
2012-11-08 16:21 Fix VPR sequence Roberto E. Vargas �…
2012-11-08 16:21 Add DECOM sequence Roberto E. Vargas �…
2012-11-08 16:20 Save cursor position in terminal reset Roberto E. Vargas �…
2012-11-08 16:17 Clarify some or exclusive expressions Roberto E. Vargas �…
2012-11-08 16:15 Fix bug restoring cursor position Roberto E. Vargas �…
2012-11-06 22:44 Adding scrollwheel support. Thanks Bran… Christoph Lohmann
2012-11-05 03:02 Changing the license to MIT/X. Christoph Lohmann
2012-11-03 23:04 Fixing meta+return. Thanks Szabolcs Nag… Christoph Lohmann
2012-11-03 13:05 Removing the debugging for the last fix… Christoph Lohmann
2012-11-03 13:05 Fixing a resize bug, if a smaller amoun… Christoph Lohmann
2012-11-03 12:43 Fixing bold fonts in reverse mode. Christoph Lohmann
2012-11-03 07:35 Now italic and bold works. Christoph Lohmann
2012-11-03 02:24 Fixing an out-of-bound bug in the selec… Christoph Lohmann
2012-11-02 22:19 Fixing the italic-bold font check. Than… Christoph Lohmann
2012-11-02 19:08 Added tag 0.3 for changeset 9d54ce4daf34 Christoph Lohmann
2012-11-02 19:08 0.3 release. Christoph Lohmann
2012-11-02 19:07 Make it possible to use the corefont fo… Christoph Lohmann
2012-11-02 18:56 Moving to the dwm config.h variable usa… Christoph Lohmann
2012-10-31 19:36 Adding a FAQ to reference utmp(1). Christoph Lohmann
2012-10-31 19:35 Cleaning up the TODO file. Christoph Lohmann
2012-10-28 13:13 Removing the now senseless comment in c… Christoph Lohmann
2012-10-28 12:37 Applying the patch of the little girl <… Christoph Lohmann
2012-10-28 12:35 Applying the tab expansion patch from k… Christoph Lohmann
2012-10-28 12:25 Adding a more flexible fontstring handl… Christoph Lohmann
2012-10-28 05:54 Applying the patch of Roberto Caballero… Christoph Lohmann
2012-10-28 05:32 Applying the patch of Rafa Garcia Galle… Christoph Lohmann
2012-10-28 05:27 Add error control to iofile Roberto E. Vargas �…
2012-10-09 17:40 Well, I was confused. Damn state exams.… Christoph Lohmann
2012-10-09 17:33 If there is really someone without SHEL… Christoph Lohmann
2012-10-07 09:06 Add DEC alignment test Roberto E. Vargas �…
2012-10-07 09:06 Avoid initialization of vt100_0 in each… Roberto E. Vargas…
2012-10-07 09:06 Fix Identification sequences Roberto E. Vargas �…
2012-10-06 19:19 Add DA and DECID sequences Roberto E. Vargas �…
2012-10-06 19:02 Fixing a typo. Christoph Lohmann
2012-10-06 18:52 Fixing a off-by-one error in the new bo… Christoph Lohmann
2012-10-06 17:15 Print control codes only in graphic mode Roberto E. Vargas �…
2012-10-06 17:13 Add SI and SO control codes Roberto E. Vargas �…
2012-10-06 17:13 Add SUB and CAN control codes Roberto E. Vargas �…
2012-10-06 17:12 Add documentation to control codes Roberto E. Vargas �…
2012-10-06 11:45 Forgot to remove the xclearborders() de… Christoph Lohmann
2012-10-06 11:43 Removing the xclearborders() hack. St n… Christoph Lohmann
2012-10-06 07:58 The style inquisition was here. Yes, ma… Christoph Lohmann
2012-10-05 20:59 Adding the patch of David Dufberg Töttr… Christoph Lohmann
2012-10-05 20:51 Fixing the brightening on bold. For the… Christoph Lohmann
2012-10-05 09:07 Turning on antialias by default really … Christoph Lohmann
2012-10-05 07:38 When the drawing behaviour was changed … Christoph Lohmann
2012-10-04 20:59 This adds the fontcache dependency to t… Christoph Lohmann
2012-10-02 10:48 Thanks to c00kiemon5ter. Not changing b… Christoph Lohmann
2012-09-30 18:23 Removing the now obsolete definitions f… Christoph Lohmann
2012-09-30 18:23 This changes -f to be the parameter for… Christoph Lohmann
2012-09-30 18:10 Remove the cruft of the user to have to… Christoph Lohmann
2012-09-29 09:23 We need all the colors to be available,… Christoph Lohmann
2012-09-29 09:17 All xcolors are not Xft colors and the … Christoph Lohmann
2012-09-27 17:28 Vt escape sequences allow escape sequen… Christoph Lohmann
2012-09-26 18:55 Allow control characters inside escape … Roberto E. Vargas…
2012-09-26 18:53 Ignore all control characters not handl… Roberto E. Vargas…
2012-09-26 18:21 Switching to Liberation Mono as default… Christoph Lohmann
2012-09-26 18:21 Implementing line drawing right. Christoph Lohmann
2012-09-25 19:39 A reset should reset the line drawing t… Christoph Lohmann
2012-09-25 19:17 Enabling enacs and adding compatibility… Christoph Lohmann
2012-09-25 19:04 Fix bug in tputc writing to io file Roberto E. Vargas �…
2012-09-24 12:01 Changing the default font to DejaVu San… Christoph Lohmann
2012-09-24 09:04 The xinit() call needs to be behind all… Christoph Lohmann
2012-09-24 08:31 Adding a TODO for xft fallback. Christoph Lohmann
2012-09-24 08:29 Add some documentetion to tsetmode Roberto E. Vargas �…
2012-09-24 08:28 Fix LNM sequence Roberto E. Vargas �…
2012-09-24 08:28 Add KAM sequence Roberto E. Vargas �…
2012-09-24 08:27 Remove unused parameters in ttyresize Roberto E. Vargas �…
2012-09-24 08:26 Clear X window in tsetreset() Roberto E. Vargas �…
2012-09-24 08:24 Merging xft and current st heads. Christoph Lohmann
2012-09-24 08:20 Initial Xft support for st. More to fol… Christoph Lohmann
2012-09-18 17:13 config.def.h: typo in comment. Aurélien Aptel
2012-09-18 17:08 LEGACY: typo. Aurélien Aptel
2012-09-17 21:14 Redrawing is fixed. Christoph Lohmann
2012-09-17 20:44 Fixing the redrawing patch of k0ga, so … Christoph Lohmann
2012-09-17 20:13 Clean windows display after resizing Roberto E. Vargas �…
2012-09-17 20:13 Copy non set positions as spaces Roberto E. Vargas �…
2012-09-17 20:11 Add newline in error messages Roberto E. Vargas �…
2012-09-17 20:11 Add xcalloc wrapper Roberto E. Vargas �…
2012-09-16 18:43 Applying a shortening proposal for the … Christoph Lohmann
2012-09-16 12:02 Remove call to draw in resize Roberto E. Vargas �…
2012-09-16 11:59 Adding some more fields to the manpage,… Christoph Lohmann
2012-09-16 11:50 Remove some solved issues and add some … Christoph Lohmann
2012-09-16 11:22 Preliminary solution to the stuttering … Christoph Lohmann
2012-09-16 08:49 Fix selection bug Roberto E. Vargas �…
2012-09-16 08:48 Render only once in each main loop iter… Roberto E. Vargas…
2012-09-16 08:47 Remove timeout in the main loop Roberto E. Vargas �…
2012-09-16 08:46 Call XSync in redraw Roberto E. Vargas �…
2012-09-16 08:45 Call XdbeQueryExtension before of calli… Roberto E. Vargas…
2012-09-14 17:46 Implementing italic-bold. This will req… Christoph Lohmann
2012-09-13 21:21 Ignore NUL character as a padding chara… Christoph Lohmann
2012-09-13 21:19 Importing the patch of Roberto Vargas t… Christoph Lohmann
2012-09-13 05:16 Reset window title on terminal reset to… Christoph Lohmann
2012-09-13 05:04 Adding a statemant on legacy support. Christoph Lohmann
2012-09-13 05:04 Adding another bold off sequence. Christoph Lohmann
2012-09-12 19:51 Remove buffering to fileio instead of c… Roberto E. Vargas…
2012-09-12 19:25 Add xmalloc and xrealloc wrappers Roberto E. Vargas �…
2012-09-12 11:20 Make nyancat(1) work. Important release… Christoph Lohmann
2012-09-12 11:08 Add preliminary blink stubs. Real imple… Christoph Lohmann
2012-09-12 11:00 Add another obscure way to set a window… Christoph Lohmann
2012-09-10 11:39 Fixing the too small window in non-tili… Christoph Lohmann
2012-09-06 06:02 Making the selection work again. Christoph Lohmann
2012-09-05 22:00 Allow simpler stdout -f handling. Christoph Lohmann
2012-09-05 21:38 Adding instantenous debug output and fi… Christoph Lohmann
2012-09-05 21:06 Adding the removal of the timeouts to t… Christoph Lohmann
2012-09-05 20:39 Removing masks for unhandled enter and … Christoph Lohmann
2012-09-05 20:17 If the selection is cleared, draw() and… Christoph Lohmann
2012-09-05 19:55 Unhighlight selection when selection is… Roberto E. Vargas…
2012-09-05 19:54 Forcing the parameter limit to xcopy() … Christoph Lohmann
2012-09-05 19:52 Removing unneeded arguments to copy(). … Christoph Lohmann
2012-09-05 19:48 Implement italic font support. Christoph Lohmann
2012-09-04 23:32 Add to TODO to make function keys work. Christoph Lohmann
2012-09-04 23:25 Enable keypad set and unset commands. Christoph Lohmann
2012-09-04 22:58 Disable BCE again. Christoph Lohmann
2012-09-04 22:09 Removing the resize issue from the TODO… Christoph Lohmann
2012-09-04 22:08 Fixing the resizing behaviour. Christoph Lohmann
2012-09-04 20:51 Forgot one line. It's late. Christoph Lohmann
2012-09-04 20:44 Cleaning up the fixed window size and t… Christoph Lohmann
2012-09-04 20:06 Another thing for TODO – resize. Christoph Lohmann
2012-09-04 20:05 Updating the TODO and enabling BCE. Christoph Lohmann
2012-09-04 19:56 CUP == HVP; CHA == HPA; Christoph Lohmann
2012-09-04 18:34 Unifying the old style. Christoph Lohmann
2012-09-04 18:33 Check alternative screen before drawing… Roberto E. Vargas…
2012-09-04 18:31 Add newline to stderr message Roberto E. Vargas �…
2012-09-03 21:09 Fixing the border pixel when there is a… Christoph Lohmann
2012-09-03 21:02 Add -g geometry to st and the manpage. Christoph Lohmann
2012-09-03 19:54 Fixing a type in in2 in the st.info. Christoph Lohmann
2012-09-03 19:52 Force redisplay of all lines in DECSCNM Roberto E. Vargas �…
2012-09-03 19:52 Add write I/O to file Roberto E. Vargas �…
2012-09-03 19:50 Patch from Roberto Vargas. »Add initial… Christoph Lohmann
2012-09-02 17:53 Add standout mode. Christoph Lohmann
2012-09-02 17:43 Cleaning up lonely tabs. Christoph Lohmann
2012-09-02 17:42 Make it more obvious where the wrong at… Christoph Lohmann
2012-09-02 17:09 Enable multiple arguments in SM and RM Roberto E. Vargas �…
2012-09-02 17:08 Add vpa terminfo capability Roberto E. Vargas �…
2012-08-30 19:19 Silencing the compiler but keeping strp… Christoph Lohmann
2012-08-30 19:17 Applying the CBT patch of Roberto Varga… Christoph Lohmann
2012-08-30 05:38 Never trust terminfo fata morganas. And… Christoph Lohmann
2012-08-29 21:14 Add OSC, DSC, PM, APC and settitle. Christoph Lohmann
2012-08-29 19:13 Adding setb and setf and a comment abou… Christoph Lohmann
2012-08-29 18:05 Add CHT sequence Roberto E. Vargas �…
2012-08-29 18:01 Applying the patches of k0ga and changi… Christoph Lohmann
2012-08-29 17:59 Add TBC sequence Roberto E. Vargas �…
2012-08-29 17:59 Add HTS sequence Roberto E. Vargas �…
2012-08-29 17:59 Add tabs field into Term struct Roberto E. Vargas �…
2012-08-03 12:46 apply post-XDBE patch BORDER fix Brandon Invergo
2012-07-28 12:27 Implement Xdbe-based double-buffering Brandon Invergo
2012-02-27 11:48 update TODO. Aurélien Aptel
2012-02-27 11:44 cleanup. refactored dirt-related functi… Aurélien Aptel
2012-02-16 18:24 use SHELL as default shell. Aurélien Aptel
2012-02-16 00:06 revert to "tip" in VERSION. Aurélien Aptel
2012-02-16 00:05 Added tag 0.2.1 for changeset 108926a0f… Aurélien Aptel
2012-02-16 00:05 bump version. Aurélien Aptel
2012-02-15 23:59 replace fwrite by printf. Aurélien Aptel
2012-02-15 23:58 rewrite csidump(). Aurélien Aptel
2012-02-15 23:33 clean and name enum definitions. Aurélien Aptel
2012-02-15 23:10 fix default color overwriten bug. Aurélien Aptel
2012-02-15 18:33 show dark cursor when unfocused. Aurélien Aptel
2012-02-15 18:11 document possible configuration. Aurélien Aptel
2012-02-15 18:10 handle dim/bright colors. Aurélien Aptel
2012-02-13 00:01 merge Aurélien Aptel
2012-02-08 15:45 reduce size of each glyph for faster co… Aurélien Aptel
2012-02-07 22:53 Added tag 0.2 for changeset 3c2f9f2ab5e4 Aurélien Aptel
2012-01-21 22:43 cosmetic, whitespace, etc. Aurélien Aptel
2012-01-21 22:26 fix PRINT/DRAW _TIMEOUT and fix redrawi… Aurélien Aptel
2012-01-21 22:14 copy dirty lines to screen, add select(… Aurélien Aptel
2012-01-10 21:21 fix segfault in selection. (thx Martti … Aurélien Aptel
2011-11-01 15:37 merge. Aurélien Aptel
2011-11-01 15:33 fix selection. (thx Tarmo Heiskanen) Aurélien Aptel
2011-10-20 21:20 add dirty flag for lines Aurélien Aptel
2011-10-06 19:32 no palette limit (thx Nick) Aurélien Aptel
2011-09-22 08:04 simplify version format. Aurélien Aptel
2011-09-16 16:48 selection is removed or scrolled proper… Aurélien Aptel
2011-09-16 16:24 working on old repo, merging recent cha… Aurélien Aptel
2011-09-16 16:21 move xembedatom in XWindow struct, add … Aurélien Aptel
2011-09-16 16:03 tweak focus to support XEMBED client me… Aurélien Aptel
2011-09-16 15:57 remove dup of default window size. Aurélien Aptel
2011-06-09 16:25 fix focus state when embed in another w… Aurélien Aptel
2011-06-09 12:27 fix segfault with mouse selection. (thx… Aurélien Aptel
2011-06-08 19:35 add -w option to embed st. (thx nodus c… Aurélien Aptel
2011-06-08 18:26 applied parts of "anonymous" cleanup pa… Aurélien Aptel
2011-06-08 18:22 add altscreen escseq alias & caps to te… Aurélien Aptel
2011-06-08 17:32 disable mouse highlight when mouse repo… Aurélien Aptel
2011-06-08 10:40 reverse video mode. (thx Bert Münnich) Aurélien Aptel
2011-06-01 17:57 add status bar (window title) to termin… Aurélien Aptel
2011-05-22 14:57 set title before mapping window (thx Ka… Aurélien Aptel
2011-05-14 15:47 applied parts of Connor Lane Smith's cl… Aurélien Aptel
2011-05-10 20:55 macro cleanup. Aurélien Aptel
2011-05-10 20:54 add mouse report escape to terminfo ent… Aurélien Aptel
2011-05-10 20:22 support for x11 xterm mouse reporting Aurélien Aptel
2011-04-26 18:29 whitespace. Aurélien Aptel
2011-04-26 18:22 cleanup. Aurélien Aptel
2011-04-21 22:42 update TODO Aurélien Aptel
2011-04-21 22:18 selection clicks, shift+arrow keys, fas… Aurélien Aptel
2011-04-03 19:40 update README. Aurélien Aptel
2011-04-03 19:05 quick bug-fixing 0.1.1 release. Aurélien Aptel
2011-04-03 19:04 update VERSION. Aurélien Aptel
2011-04-03 19:03 take BORDER into account for selection.… Aurélien Aptel
2011-04-03 19:00 fix utf8 clipboard. (thx Petr Sabata) Aurélien Aptel
2011-04-03 00:02 Added tag 0.1 for changeset cbc18c988236 Aurélien Aptel
2011-04-02 22:35 add support for utf8 clipboard. fix usa… Aurélien Aptel
2011-04-01 07:35 do not add newline to selection text if… [email protected]…
2011-04-01 07:33 remove debugging printf [email protected]
2011-04-01 07:32 apply Nick's patch to fix some error pr… [email protected]…
2011-01-23 11:30 fix insert key, terminfo and changed TE… Aurélien Aptel
2010-12-12 12:32 change X cursor to "I". Aurélien Aptel
2010-12-08 17:41 update terminfo entry. Aurélien Aptel
2010-12-08 17:09 add new line glitch to terminfo entry. Aurélien Aptel
2010-11-30 21:55 change -e behaviour and update man page. Aurélien Aptel
2010-11-28 12:17 -e flag handles arguments. Aurélien Aptel
2010-11-28 00:40 use memmove() instead of memcpy() in tt… Aurélien Aptel
2010-11-27 20:19 fix and clean ttyread(). buf wasn't sta… Aurélien Aptel
2010-11-26 21:12 merge. Aurélien Aptel
2010-11-26 21:11 s/xw.dis/xw.dpy/ Aurélien Aptel
2010-11-20 21:24 cleanup & bugfix in xdraws(). Aurélien Aptel
2010-11-19 21:32 clean comment regarding redrawing in bm… Aurélien Aptel
2010-11-19 16:13 Add -c option to override the default w… Gregor Best
2010-11-18 11:43 some code cleaning. Aurélien Aptel
2010-11-18 00:00 utf8 support! print text in delicious u… Aurélien Aptel
2010-11-08 18:49 selection code cleanup. Aurélien Aptel
2010-10-31 19:29 fixed ED. Aurélien Aptel
2010-10-25 20:45 redraw if we scroll on resize Devin J. Pohly
2010-10-25 20:00 get rid of artifacts in border on resiz… Devin J. Pohly
2010-10-25 19:26 copy old pixmap to new on resize Devin J. Pohly
2010-10-25 19:10 move code into new xresize func, add ea… Devin J. Pohly
2010-10-16 18:54 \v and \f are have the same behaviour o… Aurélien Aptel
2010-10-16 18:50 added LNM mode; re-organized kpress() t… Aurélien Aptel
2010-10-16 15:13 redraw optimization. Aurélien Aptel
2010-10-14 17:21 fixed newline bug. Aurélien Aptel
2010-10-12 23:27 replaced memset by loops in tresize(); … Aurélien Aptel
2010-10-12 23:25 remove useless draw(). Aurélien Aptel
2010-10-12 23:24 applied xclipboard patch. thx David Isa… Aurélien Aptel
2010-10-12 22:50 clean button selection code. Aurélien Aptel
2010-09-21 14:04 compose key patch. thx federico luna. Aurélien Aptel
2010-09-11 14:07 s/hasfocus/focus/ for consistency. Aurélien Aptel
2010-09-11 14:05 don't draw if the window is not visible. Aurélien Aptel
2010-09-11 14:01 use xclear() in draw(). Aurélien Aptel
2010-09-11 13:59 use XCreateWindow(), set gravity bit. Aurélien Aptel
2010-09-02 22:15 cleaning st.info. added comment in st.c… Aurélien Aptel
2010-09-02 22:00 cleaning st.info. fixed cvvis. Aurélien Aptel
2010-09-02 20:35 set terminal colors to xterm default on… Aurélien Aptel
2010-09-02 19:59 removed gfx chars not present in xterm … Aurélien Aptel
2010-09-02 18:24 fixed start/end sequence of gfx. Aurélien Aptel
2010-09-02 18:21 undefined gfx doesn't draw \0. Aurélien Aptel
2010-09-02 00:03 fixed makefile. Aurélien Aptel
2010-09-02 00:02 added manpage. Aurélien Aptel
2010-09-01 23:42 resize from the top. Aurélien Aptel
2010-09-01 23:37 added -e and -t option. Aurélien Aptel
2010-09-01 21:20 factored code and fixed behaviour of tn… Aurélien Aptel
2010-09-01 20:54 updated TODO. Aurélien Aptel
2010-09-01 20:54 started to go through st.info and fix t… Aurélien Aptel
2010-09-01 17:47 capabilities sorted by capname in st.in… Aurélien Aptel
2010-09-01 16:12 removed debug code. Aurélien Aptel
2010-09-01 15:21 fixed IL and DL. Aurélien Aptel
2010-09-01 14:26 factor and cleanup code. Aurélien Aptel
2010-08-31 22:30 added correct line drawing characters f… Aurélien Aptel
2010-08-31 16:30 use struct instead of array. Aurélien Aptel
2010-08-31 16:22 cleanup. Aurélien Aptel
2010-08-31 15:36 fix segfault when selecting big buffers [email protected]
2010-08-31 14:56 fix build. Aurélien Aptel
2010-08-31 14:53 add selinit() and renamed clipboard_* t… Aurélien Aptel
2010-08-31 14:30 move event configuration in xinit(). Aurélien Aptel
2010-08-31 13:36 use one global struct instead of many v… Aurélien Aptel
2010-08-31 12:52 use GLYPH_SET to test if a char is set;… Aurélien Aptel
2010-08-31 09:40 fix crash for small windows [email protected]
2010-08-31 09:02 toggle ATTR_REVERSE on selected text, f… Aurélien Aptel
2010-08-30 21:49 fix build pancake
2010-08-30 21:41 initial implementation of selection and… pancake
2010-08-30 15:07 fix segfault [email protected]
2010-08-30 14:48 added support for alternate screen. Aurélien Aptel
2010-08-30 13:28 cursor is hid when unfocused. Aurélien Aptel
2010-08-30 11:04 use predefined OS macro instead of unam… Aurélien Aptel
2010-08-29 23:20 st should compile on NetBSD. Aurélien Aptel
2010-08-30 01:12 removed pty.h. minimal system guessing … Aurélien Aptel
2010-08-30 01:05 removed (visual) bell. '\a' sets the ur… Aurélien Aptel
2010-08-29 23:45 removed useless cursor init. and rename… Aurélien Aptel
2010-08-29 23:35 added support for the "magic margin", c… Aurélien Aptel
2010-08-29 23:19 removed old VT52 escapes, fixed VT100 I… Aurélien Aptel
2010-08-29 18:12 fixed optimized drawing routine and fac… Aurélien Aptel
2010-08-29 17:41 fixed pixmap buffer drawing. Aurélien Aptel
2010-08-29 17:14 added a XFlush() in xbell(). Aurélien Aptel
2010-08-29 16:55 moved term.hidec in term.c for consiste… Aurélien Aptel
2010-08-29 10:27 merged tscroll() with tscrollup(). Aurélien Aptel
2010-08-28 01:18 st now runs on Linux, OpenBSD and FreeB… Aurélien Aptel
2010-08-27 11:53 removed XINERAMA from config.mk and fix… Aurélien Aptel
2010-08-26 22:58 fixed potential bug in IS_SET(). Aurélien Aptel
2010-08-26 22:28 merged tcursorwrap() with tnewline(), a… Aurélien Aptel
2010-08-26 22:05 cleaned some spaces. Aurélien Aptel
2010-08-26 21:43 added macro to test flags, removed tmov… Aurélien Aptel
2010-08-26 19:37 faster resizing. Aurélien Aptel
2010-08-26 19:36 close master/slave pty in the shell pro… Aurélien Aptel
2010-08-26 19:34 clean \t. Aurélien Aptel
2010-08-26 19:33 update function prototypes. Aurélien Aptel
2010-08-26 19:32 fix \b and clean \t. Aurélien Aptel
2010-08-22 17:46 added F1-12 key, fixed DCH and ICH. Aurélien Aptel
2010-08-19 10:46 fixed backspace problem, updated termin… Aurélien Aptel
2010-08-13 20:43 renamed a function. Aurélien Aptel
2010-07-24 11:09 applied Devin J Pohly's st color info p… Anselm R Garbe
2010-07-08 15:34 fix gcc warnings [email protected]
2010-07-08 14:31 fixed background color bug (thx Devin J… Aurélien Aptel
2010-06-03 21:14 added PBaseSize hint and set default ti… Aurélien Aptel
2010-06-02 14:01 rearranged code, resize fixed. Aurélien Aptel
2010-04-26 22:04 little clean up. Aurélien Aptel
2010-04-26 17:20 use SHELL environment variable (thx Tho… Aurélien Aptel
2010-03-15 22:56 double-buffering added using pixmap (fi… Aurélien Aptel
2010-03-11 22:50 bold attribute is back. Aurélien Aptel
2010-02-21 13:59 added VT100 NEL. Aurélien Aptel
2010-02-21 13:39 added VT100 RI. Aurélien Aptel
2010-02-21 13:28 added VT100 save&load cursor support. Aurélien Aptel
2010-02-21 13:14 ECH handled correctly. Aurélien Aptel
2010-02-08 22:16 more escapes & more compability: Aurélien Aptel
2010-02-03 15:18 graphic charset and a few more escapes. Aurélien Aptel
2010-02-03 02:25 TERM set to xterm by default (which bro… Aurélien Aptel
2009-10-28 13:34 drawing is faster but the bold attr is … Aurélien Aptel
2009-09-07 19:19 Fixed possible segfault by reverting to… Aurélien Aptel
2009-07-10 15:27 only compile tdump if DEBUG flag is set Anselm R Garbe
2009-07-10 15:23 we definately need pixmaps for the draw… Anselm R Garbe
2009-06-21 17:52 reverted back to the old Key struct. Aurélien Aptel
2009-06-21 17:37 updated "key" to a lookup table. Aurélien Aptel
2009-06-17 18:44 removed old unused cursor() proto. Aurélien Aptel
2009-06-17 00:58 fixed the scrolling bug and cleaned som… Aurélien Aptel
2009-06-16 10:34 dump escseq if not handled. Aurélien Aptel
2009-06-16 00:41 clean up. Aurélien Aptel
2009-06-16 00:33 added/removed files, updated Makefile. Aurélien Aptel
2009-06-16 00:23 made kpress() more flexible, removed st… Aurélien Aptel
2009-06-11 15:03 updated TODO. Aurélien Aptel
2009-06-11 14:41 added sigchld handler, cleaned error ch… Aurélien Aptel
2009-05-27 23:33 cleaned up (removed space indentation).… Aurélien Aptel
2009-05-26 00:21 fixed a memory leak & segfault in tresi… Aurélien Aptel
2009-05-14 22:40 updated TODO. Aurélien Aptel
2009-05-14 22:39 tab moves the cursor instead of inserti… Aurélien Aptel
2009-05-13 23:03 handle tabulation (still not perfect) Aurélien Aptel
2009-05-13 22:28 removed truecolor stuff Aurélien Aptel
2009-05-13 22:27 removed the truecolor stuff Aurélien Aptel
2009-05-13 22:18 same thing, really fixed this time. Aurélien Aptel
2009-05-13 22:04 added some error checking in xinit (fix… Aurélien Aptel
2009-05-10 21:32 Removed unused variable and cleaned som… Aurélien Aptel
2009-05-10 12:17 backport of local changes Anselm R Garbe
2008-09-05 18:25 add accidentally omitted word Matthias-Christian�…
2008-08-25 15:56 use stdio(3) Matthias-Christian�…
2008-08-25 14:29 add description of std Matthias-Christian�…
2008-08-07 08:38 add prototype for command parsing Matthias-Christian�…
2008-07-21 15:10 correct year of copyright notice Matthias-Christian�…
2008-07-21 15:06 simplify Makefile Matthias-Christian�…
2008-07-21 08:34 reunite pty.c with std.c Matthias-Christian�…
2008-07-21 07:25 correct programme name Matthias-Christian�…
2008-07-21 07:25 use errx() for help and version messages Matthias-Christian�…
2008-07-10 20:43 merge with backout head Matthias-Christian�…
2008-07-09 09:10 remove TODO Matthias-Christian�…
2008-07-09 08:50 make ptm and pts static Matthias-Christian�…
2008-07-05 11:29 remove useless variable Matthias-Christian�…
2008-07-04 16:18 remove emallocz() Matthias-Christian�…
2008-07-04 16:05 replace eprint() functions with BSD err… Matthias-Christia…
2008-06-15 15:31 simplify flushing Matthias-Christian�…
2008-06-15 07:19 correct buffering Matthias-Christian�…
2008-06-14 21:29 make local functions and variables stat… Matthias-Christia…
2008-06-14 21:24 add select(2)-based i/o multiplexing Matthias-Christian�…
2008-06-14 21:12 drop stdio usage Matthias-Christian�…
2008-06-14 09:03 make st and std separate programmes Matthias-Christian�…
2008-06-10 16:01 add missing header file Matthias-Christian�…
2008-06-10 16:00 assume glibc by default Matthias-Christian�…
2008-06-10 15:56 source utility functions out to util.c Matthias-Christian�…
2008-06-10 15:32 add copyright comment Matthias-Christian�…
2008-06-10 15:30 source getpty() out to pty.c Matthias-Christian�…
2008-06-09 20:24 update TODO Matthias-Christian�…
2008-06-09 20:21 correct function name Matthias-Christian�…
2008-06-08 19:36 remove xinerama flags Matthias-Christian�…
2008-06-08 19:18 add missing header file Matthias-Christian�…
2008-06-08 19:17 add parser loop Matthias-Christian�…
2008-06-08 18:55 remove useless variable Matthias-Christian�…
2008-06-08 18:47 replace state with separate variables Matthias-Christian�…
2008-06-04 17:52 terminate error message with newline Matthias-Christian�…
2008-06-02 18:15 correct LENGTH() Matthias-Christian�…
2008-06-02 18:01 simplify control flow Matthias-Christian�…
2008-06-02 16:42 remove debug code Matthias-Christian�…
2008-06-02 16:41 remove stdio slave pty opening Matthias-Christian�…
2008-06-02 16:40 drop support for proprietary UNIX varia… Matthias-Christia…
2008-06-01 17:04 slight changes Anselm R Garbe
2008-06-01 17:02 applied Matthias-Christians changes to … Anselm R Garbe
2008-05-20 09:03 added some new files for the initial re… Anselm R Garbe
2008-05-11 16:36 added new TODO [email protected]�…
Atom feed
Atom feed (tags)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.