aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.c
Commit message (Expand)AuthorAge
* Fixing trailing whitespaces.Gravatar Christoph Lohmann2014-05-24
* Fix colour-model and simplify xloadcols()Gravatar FRIGN2014-05-24
* Allow mouse selection override using ShiftMaskGravatar Hiltjo Posthuma2014-05-14
* Redraw needs all dirty lines to have flash etc. work.Gravatar Christoph Lohmann2014-05-09
* End a sequence only on CAN, SUB, \a and C1s.Gravatar Colona2014-05-09
* Also clears ESC_START on interrupt characters during sequences.Gravatar Colona2014-05-09
* Consistent FALLTHROUGH comments.Gravatar noname2014-05-02
* Fix displaying control codeGravatar Roberto E. Vargas Caballero2014-04-30
* Remove ATTR_GFX and tselcsGravatar Roberto E. Vargas Caballero2014-04-29
* Do not save cursor in tresize.Gravatar noname2014-04-29
* Simplify selected().Gravatar noname2014-04-28
* 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