summaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
...
* Style fixes in tscrollup.noname2014-04-231-3/+4
* Do not set dirty flag twice in tscrollup and tscrolldown.noname2014-04-231-3/+1
* Use tsetdirt in tscrollup and tscrolldown.noname2014-04-231-6/+4
* Fix techo handling of control and multibyte characters.noname2014-04-231-2/+2
* Make xrealloc and xstrdup style consistent.noname2014-04-231-4/+2
* Use BETWEEN in tsetchar.noname2014-04-231-2/+1
* Use uint and uchar instead of unsigned int and unsigned char.noname2014-04-231-3/+3
* Remove argument names from function prototypes.noname2014-04-231-6/+6
* Style fix in tdumpsel.noname2014-04-231-2/+1
* Use BETWEEN in tinsertblankline and tdeleteline.noname2014-04-231-8/+4
* It's 2014 now.Christoph Lohmann2014-04-221-1/+1
* move MODBIT to Macros sectionnoname@inventati.org2014-04-201-6/+4
* misplaced parenthesis in LEN macrononame@inventati.org2014-04-201-1/+1
* remove confusing SERRNO macroMarkus Teich2014-04-201-8/+7
* Simplify techononame@inventati.org2014-04-151-4/+1
* typedefs instead of #definesnoname@inventati.org2014-04-151-5/+5
* fix cursor handling when alt screen is disabledq@c9x.me2014-04-151-0/+3
* Merge remote-tracking branch 'origin/master' into omasterRoberto E. Vargas Caballero2014-04-151-2/+2
|\
| * Removing two unnecessary gettimeofday().Christoph Lohmann2014-04-111-2/+2
* | Increment XSync consistencyToaster Toaster2014-04-111-1/+1
|/
* There is no need for a full dirt redraw.Christoph Lohmann2014-04-051-1/+0
* Fixing a compiler warning with the assignment.Christoph Lohmann2014-04-021-1/+1
* Fix segfault when pressing PrintScr without a selectionRafa Garcia Gallego2014-03-271-3/+4
* new utf decoderDamian Okrasa2014-03-271-133/+81
* Merge branch 'master' of ssh://suckless.org/gitrepos/stRoberto E. Vargas Caballero2014-03-101-6/+16
|\
| * Style cleanup.Christoph Lohmann2014-03-011-5/+14
| * Style matters.Christoph Lohmann2014-03-011-1/+2
* | Add sequence for printing the current selectionRoberto E. Vargas Caballero2014-03-061-3/+29
* | Add key definition for printer sequencesRoberto E. Vargas Caballero2014-03-061-0/+12
* | Add MC for the full screenRoberto E. Vargas Caballero2014-03-061-0/+11
* | Add MC for a single lineRoberto E. Vargas Caballero2014-03-061-9/+32
* | Add MC sequenceRoberto E. Vargas Caballero2014-02-221-2/+16
|/
* Add xstrdup functionRoberto E. Vargas Caballero2014-02-081-1/+12
* Merge remote-tracking branch 'origin/master'Roberto E. Vargas Caballero2014-02-041-2/+2
|\
| * Removing the w3img support.Christoph Lohmann2014-02-031-2/+2
* | Remove non defined behaviour in selcopyRoberto E. Vargas Caballero2014-02-021-4/+5
* | Remove duplicated code in strhandleRoberto E. Vargas Caballero2014-02-021-14/+10
|/
* Use character scaling in XCopyAreaEric Pruitt2014-01-211-1/+1
* Make w3mimgdisplay work with stAmadeusz Sławiński2014-01-161-2/+2
* Fix truecolor escapes, when both bg and fg are setAmadeusz Sławiński2014-01-031-0/+2
* query pixel size from matched fontEon S. Jeon2014-01-031-7/+17
* Prevent resizing stdinEon S. Jeon2013-12-181-1/+1
* Set _NET_WM_PID attributeEric Pruitt2013-12-111-1/+6
* Add stdint includeRené Rietz2013-11-251-0/+1
* Fix stupid bug in tdefcolor returning -1 in unsigned functionRoberto E. Vargas Caballero2013-11-251-2/+2
* Use int instead of long for colorJohannes Hofmann2013-11-241-6/+6
* add _NET_WM_NAMECarlos J. Torres2013-11-231-1/+3
* Simplify logic in kmap().Mark Edgar2013-10-281-14/+5
* Simplify logic in match().Mark Edgar2013-10-281-9/+1
* Merge remote-tracking branch 'origin/master' into omasterRoberto E. Vargas Caballero2013-10-281-2/+5
|\