summaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove one indentation level in getsel().noname2014-04-281-46/+45
* Remove unused dump() function.noname2014-04-281-10/+0
* Add missing function prototypes.noname2014-04-281-0/+5
* Use MODBIT in xseturgency.noname2014-04-281-1/+1
* Compute ena_sel as one expression.noname2014-04-281-4/+1
* Simplify expressions in tputc()Roberto E. Vargas Caballero2014-04-281-9/+9
* Fix misplaced breakRoberto E. Vargas Caballero2014-04-281-1/+1
* Create a function for DEC testRoberto E. Vargas Caballero2014-04-281-9/+15
* Fix tputc control code handlingRoberto E. Vargas Caballero2014-04-281-12/+8
* Remove repeated initialisation of term.escRoberto E. Vargas Caballero2014-04-271-18/+6
* Cancel DCS with SUB, CAN, ESC or any CC1 codeRoberto E. Vargas Caballero2014-04-271-79/+127
* add break;s for last cases in switch statementsMarkus Teich2014-04-271-0/+4
* Do not eat ESC character if control string is not properly terminated.noname2014-04-261-5/+3
* Fix for multibyte characters in techo.noname2014-04-261-1/+1
* s/DSC/DCS/ DCS stands for DEVICE CONTROL STRINGnoname2014-04-261-2/+2
* Use xwrite instead of write.noname2014-04-261-3/+3
* Remove unnecessary breaknoname2014-04-261-1/+0
* Comment fix.noname2014-04-251-1/+1
* On terminal resize, clear the alt screen with its own cursor.Colona2014-04-251-0/+2
* Optimize tputtab.noname2014-04-251-16/+12
* Use != instead of ^ for logical values.noname2014-04-251-1/+1
* Use BETWEEN macro in xsetcolorname and fix style.noname2014-04-251-3/+3
* Conformity in the -g geometry handling.Christoph Lohmann2014-04-251-56/+50
* Simplify a bit more tdeletechar and tinsertblankRoberto E. Vargas Caballero2014-04-251-4/+6
* Simplify tdeletechar and tinsertblank and fix memory corruption.noname2014-04-251-18/+12
* 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
|\