aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.c
Commit message (Expand)AuthorAge
* Simplify xunloadfonts.Gravatar noname2014-04-28
* Remove one indentation level in getsel().Gravatar noname2014-04-28
* Remove unused dump() function.Gravatar noname2014-04-28
* Add missing function prototypes.Gravatar noname2014-04-28
* Use MODBIT in xseturgency.Gravatar noname2014-04-28
* Compute ena_sel as one expression.Gravatar noname2014-04-28
* Simplify expressions in tputc()Gravatar Roberto E. Vargas Caballero2014-04-28
* Fix misplaced breakGravatar Roberto E. Vargas Caballero2014-04-28
* Create a function for DEC testGravatar Roberto E. Vargas Caballero2014-04-28
* Fix tputc control code handlingGravatar Roberto E. Vargas Caballero2014-04-28
* Remove repeated initialisation of term.escGravatar Roberto E. Vargas Caballero2014-04-27
* Cancel DCS with SUB, CAN, ESC or any CC1 codeGravatar Roberto E. Vargas Caballero2014-04-27
* add break;s for last cases in switch statementsGravatar Markus Teich2014-04-27
* Do not eat ESC character if control string is not properly terminated.Gravatar noname2014-04-26
* Fix for multibyte characters in techo.Gravatar noname2014-04-26
* s/DSC/DCS/ DCS stands for DEVICE CONTROL STRINGGravatar noname2014-04-26
* Use xwrite instead of write.Gravatar noname2014-04-26
* Remove unnecessary breakGravatar noname2014-04-26
* Comment fix.Gravatar noname2014-04-25
* On terminal resize, clear the alt screen with its own cursor.Gravatar Colona2014-04-25
* Optimize tputtab.Gravatar noname2014-04-25
* Use != instead of ^ for logical values.Gravatar noname2014-04-25
* Use BETWEEN macro in xsetcolorname and fix style.Gravatar noname2014-04-25
* Conformity in the -g geometry handling.Gravatar Christoph Lohmann2014-04-25
* Simplify a bit more tdeletechar and tinsertblankGravatar Roberto E. Vargas Caballero2014-04-25
* Simplify tdeletechar and tinsertblank and fix memory corruption.Gravatar noname2014-04-25
* Style fixes in tscrollup.Gravatar noname2014-04-23
* Do not set dirty flag twice in tscrollup and tscrolldown.Gravatar noname2014-04-23
* Use tsetdirt in tscrollup and tscrolldown.Gravatar noname2014-04-23
* Fix techo handling of control and multibyte characters.Gravatar noname2014-04-23
* Make xrealloc and xstrdup style consistent.Gravatar noname2014-04-23
* Use BETWEEN in tsetchar.Gravatar noname2014-04-23
* Use uint and uchar instead of unsigned int and unsigned char.Gravatar noname2014-04-23
* Remove argument names from function prototypes.Gravatar noname2014-04-23
* Style fix in tdumpsel.Gravatar noname2014-04-23
* Use BETWEEN in tinsertblankline and tdeleteline.Gravatar noname2014-04-23
* It's 2014 now.Gravatar Christoph Lohmann2014-04-22
* move MODBIT to Macros sectionGravatar noname@inventati.org2014-04-20
* misplaced parenthesis in LEN macroGravatar noname@inventati.org2014-04-20
* remove confusing SERRNO macroGravatar Markus Teich2014-04-20
* Simplify techoGravatar noname@inventati.org2014-04-15
* typedefs instead of #definesGravatar noname@inventati.org2014-04-15
* fix cursor handling when alt screen is disabledGravatar q@c9x.me2014-04-15
* Merge remote-tracking branch 'origin/master' into omasterGravatar Roberto E. Vargas Caballero2014-04-15
|\
| * Removing two unnecessary gettimeofday().Gravatar Christoph Lohmann2014-04-11
* | Increment XSync consistencyGravatar Toaster Toaster2014-04-11
|/
* There is no need for a full dirt redraw.Gravatar Christoph Lohmann2014-04-05
* Fixing a compiler warning with the assignment.Gravatar Christoph Lohmann2014-04-02
* Fix segfault when pressing PrintScr without a selectionGravatar Rafa Garcia Gallego2014-03-27
* new utf decoderGravatar Damian Okrasa2014-03-27