aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.c
Commit message (Expand)AuthorAge
* update size hints on zoomGravatar Troy Sankey2014-06-21
* Refactor the innermost loop of the xdraws functionGravatar Silvan Jegen2014-06-15
* Style police.Gravatar Christoph Lohmann2014-06-07
* Simplify tdeftransGravatar Roberto E. Vargas Caballero2014-06-07
* Remove unnecessary typedefGravatar FRIGN2014-06-06
* Refactor selsnap SNAP_WORD.Gravatar Colona2014-06-05
* Fix rectangular selection.Gravatar Colona2014-06-04
* tiny cleanupGravatar Hiltjo Posthuma2014-06-04
* Make selection consistent over line breaks.Gravatar Colona2014-06-04
* Fixing color and refactor xsetcolorname.Gravatar Christoph Lohmann2014-06-01
* Revert "Refactor xsetcolorname()"Gravatar Christoph Lohmann2014-06-01
* Refactor xsetcolorname()Gravatar FRIGN2014-06-01
* Don't report release events for mouse wheelGravatar Balazs Kezes2014-06-01
* Fixing italic bold.Gravatar Christoph Lohmann2014-06-01
* Fixed copying empty lines inside selection.Gravatar Alexander2014-05-27
* 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