JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
st.git
2014-04-28 Roberto E.... Fix tputc control code handling
2014-04-27 Roberto E.... Remove repeated initialisation of term.esc
2014-04-27 Roberto E.... Cancel DCS with SUB, CAN, ESC or any CC1 code
2014-04-27 Markus Teichadd break;s for last cases in switch statements
2014-04-25 nonameDo not eat ESC character if control string is not prope...
2014-04-25 nonameFix for multibyte characters in techo.
2014-04-25 nonames/DSC/DCS/ DCS stands for DEVICE CONTROL STRING
2014-04-25 nonameUse xwrite instead of write.
2014-04-25 nonameRemove unnecessary break
2014-04-25 nonameComment fix.
2014-04-25 ColonaOn terminal resize, clear the alt screen with its own...
2014-04-25 nonameOptimize tputtab.
2014-04-25 nonameUse != instead of ^ for logical values.
2014-04-25 nonameUse BETWEEN macro in xsetcolorname and fix style.
2014-04-25 Christoph LohmannConformity in the -g geometry handling.
2014-04-25 Roberto E.... Simplify a bit more tdeletechar and tinsertblank
2014-04-25 nonameSimplify tdeletechar and tinsertblank and fix memory...
2014-04-23 nonameStyle fixes in tscrollup.
2014-04-23 nonameDo not set dirty flag twice in tscrollup and tscrolldown.
2014-04-23 nonameUse tsetdirt in tscrollup and tscrolldown.
2014-04-23 nonameFix techo handling of control and multibyte characters.
2014-04-23 nonameMake xrealloc and xstrdup style consistent.
2014-04-23 nonameUse BETWEEN in tsetchar.
2014-04-23 nonameUse uint and uchar instead of unsigned int and unsigned...
2014-04-23 nonameRemove argument names from function prototypes.
2014-04-23 nonameStyle fix in tdumpsel.
2014-04-23 nonameUse BETWEEN in tinsertblankline and tdeleteline.
2014-04-22 Christoph LohmannIt's 2014 now.
2014-04-20 noname@inventati.orgmove MODBIT to Macros section
2014-04-20 noname@inventati.orgmisplaced parenthesis in LEN macro
2014-04-20 Markus Teichremove confusing SERRNO macro
2014-04-15 noname@inventati.orgSimplify techo
2014-04-15 noname@inventati.orgtypedefs instead of #defines
2014-04-15 q@c9x.mefix cursor handling when alt screen is disabled
2014-04-15 Roberto E.... Merge remote-tracking branch 'origin/master' into omaster
2014-04-11 Christoph LohmannRemoving two unnecessary gettimeofday().
2014-04-11 Toaster ToasterIncrement XSync consistency
2014-04-11 Roberto E.... Fix Backspace and Delete characters
2014-04-05 Christoph Lohmann0.5 release.
2014-04-05 Christoph LohmannUpdating the TODO in preparating for 0.5.
2014-04-05 Christoph LohmannThere is no need for a full dirt redraw.
2014-04-02 Christoph LohmannFixing a compiler warning with the assignment.
2014-03-27 Rafa Garcia... Fix segfault when pressing PrintScr without a selection
2014-03-27 Damian Okrasanew utf decoder
2014-03-10 Roberto E.... Merge branch 'master' of ssh://suckless.org/gitrepos/st
2014-03-06 Roberto E.... Add terminfo entries for printer
2014-03-06 Roberto E.... Add sequence for printing the current selection
2014-03-06 Roberto E.... Add key definition for printer sequences
2014-03-06 Roberto E.... Add MC for the full screen
2014-03-06 Roberto E.... Add MC for a single line
2014-03-01 Christoph LohmannStyle cleanup.
2014-03-01 Christoph LohmannStyle matters.
2014-02-22 Roberto E.... Add MC sequence
2014-02-08 Roberto E.... Add xstrdup function
2014-02-04 Roberto E.... Merge remote-tracking branch 'origin/master'
2014-02-03 Christoph LohmannRemoving the w3img support.
2014-02-02 Roberto E.... Remove non defined behaviour in selcopy
2014-02-02 Roberto E.... Remove duplicated code in strhandle
2014-02-02 Roberto E.... Make Shift+Home equal to CLS in ascii mode
2014-02-02 Roberto E.... Make CONTROL + DELETE delete a line
2014-01-31 Roberto E.... Fix SHIFT+DEL definition
2014-01-21 Eric PruittUse character scaling in XCopyArea
2014-01-16 Amadeusz SławińskiMake w3mimgdisplay work with st
2014-01-03 Amadeusz SławińskiFix truecolor escapes, when both bg and fg are set
2014-01-03 Eon S. Jeonquery pixel size from matched font
2013-12-18 Roberto E.... Update arg.h from sbase
2013-12-18 Eon S. JeonPrevent resizing stdin
2013-12-18 Mark EdgarReplace alignment tabs with spaces.
2013-12-18 Mark EdgarFix comments in config.def.h to match field names.
2013-12-18 Mark EdgarFix definition of F28 key.
2013-12-11 Eric PruittSet _NET_WM_PID attribute
2013-12-10 Eric PruittFix rmul definition
2013-11-25 René RietzAdd stdint include
2013-11-25 Roberto E.... Fix stupid bug in tdefcolor returning -1 in unsigned...
2013-11-24 Johannes HofmannUse int instead of long for color
2013-11-23 Carlos J. Torresadd _NET_WM_NAME
2013-10-28 Mark EdgarSimplify logic in kmap().
2013-10-28 Mark EdgarSimplify logic in match().
2013-10-28 Roberto E.... Merge remote-tracking branch 'origin/master' into omaster
2013-10-27 Rob PillingFixed lock up when system time jumps backwards
2013-10-20 Mark EdgarIgnore numlock (Mod2Mask) for button events too.
2013-10-15 Mark EdgarAvoid buffer overrun in bpress()
2013-10-07 Mark EdgarNew ttysend() function calls ttywrite() and techo(...
2013-10-07 Mark EdgarAvoid buffer overrun in kpress() and remove limit on...
2013-10-07 Mark EdgarSimplify Mod1 logic in kpress(), eliminating locals...
2013-10-02 Roberto E.... Add support for multiple charset definitions
2013-10-02 Christoph LohmannPeople, learn to keep to styles. Thanks.
2013-10-02 Mihail ZenkovFix save/restore cursor
2013-10-02 Mihail ZenkovAdd DSR cursor position sequence
2013-09-23 Maurice QuennetFix core in multi-line selection on OpenBSD
2013-09-23 Egmont KoblingerAdd bracketed paste mode
2013-09-13 Michael ForneyFix some bugs in mouse tracking logic
2013-09-12 Christoph LohmannDefault volume of the bell is 0.
2013-09-12 Roberto E.... Add audible bell
2013-09-07 Christoph LohmannWide character support.
2013-09-07 Christoph LohmannAdding some contributors. Thanks to you all!
2013-09-04 Mark EdgarCorrectly initialize altscreen when defaultbg is not 0.
2013-08-30 Eon S. JeonRegarding commit 7e3cff3
2013-08-22 Christoph LohmannTmux is using C-b by default.
2013-08-20 Christoph LohmannCorrecting the bitmask value check.
next