summaryrefslogtreecommitdiff
path: root/st.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add 8 bit version of NELRoberto E. Vargas Caballero2014-07-081-1/+4
* Add 8 bit version of DECIDRoberto E. Vargas Caballero2014-07-081-1/+4
* Render faint attributeAnders Eurenius2014-07-081-1/+9
* Remove all strcmp and strlen calls on Glyph.c[]Ivan Delalande2014-07-081-26/+16
* Render struck-out attributeAnders Eurenius2014-06-271-0/+5
* Render invisible attributeAnders Eurenius2014-06-271-0/+3
* Reorder and extend glyph attributesAnders Eurenius2014-06-271-14/+46
* Remove CEIL macroRoberto E. Vargas Caballero2014-06-261-3/+3
* Fixed wrong nanosecond factor 10E6.Ivan Delalande2014-06-261-3/+3
* Use monotonic clock to prevent timing issuesFRIGN2014-06-241-14/+13
* update size hints on zoomTroy Sankey2014-06-211-0/+1
* Refactor the innermost loop of the xdraws functionSilvan Jegen2014-06-151-20/+14
* Style police.Christoph Lohmann2014-06-071-2/+3
* Simplify tdeftransRoberto E. Vargas Caballero2014-06-071-10/+5
* Remove unnecessary typedefFRIGN2014-06-061-1/+0
* Refactor selsnap SNAP_WORD.Colona2014-06-051-23/+21
* Fix rectangular selection.Colona2014-06-041-1/+1
* tiny cleanupHiltjo Posthuma2014-06-041-5/+2
* Make selection consistent over line breaks.Colona2014-06-041-20/+26
* Fixing color and refactor xsetcolorname.Christoph Lohmann2014-06-011-38/+50
* Revert "Refactor xsetcolorname()"Christoph Lohmann2014-06-011-14/+18
* Refactor xsetcolorname()FRIGN2014-06-011-18/+14
* Don't report release events for mouse wheelBalazs Kezes2014-06-011-0/+2
* Fixing italic bold.Christoph Lohmann2014-06-011-2/+7
* Fixed copying empty lines inside selection.Alexander2014-05-271-1/+1
* Fixing trailing whitespaces.Christoph Lohmann2014-05-241-3/+3
* Fix colour-model and simplify xloadcols()FRIGN2014-05-241-36/+20
* Allow mouse selection override using ShiftMaskHiltjo Posthuma2014-05-141-4/+4
* Redraw needs all dirty lines to have flash etc. work.Christoph Lohmann2014-05-091-0/+1
* End a sequence only on CAN, SUB, \a and C1s.Colona2014-05-091-6/+8
* Also clears ESC_START on interrupt characters during sequences.Colona2014-05-091-1/+1
* Consistent FALLTHROUGH comments.noname2014-05-021-3/+3
* Fix displaying control codeRoberto E. Vargas Caballero2014-04-301-13/+9
* Remove ATTR_GFX and tselcsRoberto E. Vargas Caballero2014-04-291-22/+8
* Do not save cursor in tresize.noname2014-04-291-1/+3
* Simplify selected().noname2014-04-281-11/+6
* Simplify xunloadfonts.noname2014-04-281-6/+2
* 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