aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* | Fix Backspace and Delete charactersGravatar Roberto E. Vargas Caballero2014-04-11
|/
* 0.5 release.Gravatar Christoph Lohmann2014-04-05
* Updating the TODO in preparating for 0.5.Gravatar Christoph Lohmann2014-04-05
* 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
* Merge branch 'master' of ssh://suckless.org/gitrepos/stGravatar Roberto E. Vargas Caballero2014-03-10
|\
* | Add terminfo entries for printerGravatar Roberto E. Vargas Caballero2014-03-06
* | Add sequence for printing the current selectionGravatar Roberto E. Vargas Caballero2014-03-06
* | Add key definition for printer sequencesGravatar Roberto E. Vargas Caballero2014-03-06
* | Add MC for the full screenGravatar Roberto E. Vargas Caballero2014-03-06
* | Add MC for a single lineGravatar Roberto E. Vargas Caballero2014-03-06
| * Style cleanup.Gravatar Christoph Lohmann2014-03-01
| * Style matters.Gravatar Christoph Lohmann2014-03-01