summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* On terminal resize, clear the alt screen with its own cursor.Colona2014-04-251-0/+2
* Optimize tputtab.noname2014-04-251-16/+12
* Use != instead of ^ for logical values.noname2014-04-251-1/+1
* Use BETWEEN macro in xsetcolorname and fix style.noname2014-04-251-3/+3
* Conformity in the -g geometry handling.Christoph Lohmann2014-04-252-58/+56
* Simplify a bit more tdeletechar and tinsertblankRoberto E. Vargas Caballero2014-04-251-4/+6
* Simplify tdeletechar and tinsertblank and fix memory corruption.noname2014-04-251-18/+12
* Style fixes in tscrollup.noname2014-04-231-3/+4
* Do not set dirty flag twice in tscrollup and tscrolldown.noname2014-04-231-3/+1
* Use tsetdirt in tscrollup and tscrolldown.noname2014-04-231-6/+4
* Fix techo handling of control and multibyte characters.noname2014-04-231-2/+2
* Make xrealloc and xstrdup style consistent.noname2014-04-231-4/+2
* Use BETWEEN in tsetchar.noname2014-04-231-2/+1
* Use uint and uchar instead of unsigned int and unsigned char.noname2014-04-231-3/+3
* Remove argument names from function prototypes.noname2014-04-231-6/+6
* Style fix in tdumpsel.noname2014-04-231-2/+1
* Use BETWEEN in tinsertblankline and tdeleteline.noname2014-04-231-8/+4
* It's 2014 now.Christoph Lohmann2014-04-221-1/+1
* move MODBIT to Macros sectionnoname@inventati.org2014-04-201-6/+4
* misplaced parenthesis in LEN macrononame@inventati.org2014-04-201-1/+1
* remove confusing SERRNO macroMarkus Teich2014-04-201-8/+7
* Simplify techononame@inventati.org2014-04-151-4/+1
* typedefs instead of #definesnoname@inventati.org2014-04-151-5/+5
* fix cursor handling when alt screen is disabledq@c9x.me2014-04-151-0/+3
* Merge remote-tracking branch 'origin/master' into omasterRoberto E. Vargas Caballero2014-04-151-2/+2
|\
| * Removing two unnecessary gettimeofday().Christoph Lohmann2014-04-111-2/+2
* | Increment XSync consistencyToaster Toaster2014-04-111-1/+1
* | Fix Backspace and Delete charactersRoberto E. Vargas Caballero2014-04-112-4/+1
|/
* 0.5 release.Christoph Lohmann2014-04-051-1/+1
* Updating the TODO in preparating for 0.5.Christoph Lohmann2014-04-051-5/+0
* There is no need for a full dirt redraw.Christoph Lohmann2014-04-051-1/+0
* Fixing a compiler warning with the assignment.Christoph Lohmann2014-04-021-1/+1
* Fix segfault when pressing PrintScr without a selectionRafa Garcia Gallego2014-03-271-3/+4
* new utf decoderDamian Okrasa2014-03-271-133/+81
* Merge branch 'master' of ssh://suckless.org/gitrepos/stRoberto E. Vargas Caballero2014-03-101-6/+16
|\
| * Style cleanup.Christoph Lohmann2014-03-011-5/+14
| * Style matters.Christoph Lohmann2014-03-011-1/+2
* | Add terminfo entries for printerRoberto E. Vargas Caballero2014-03-061-0/+3
* | Add sequence for printing the current selectionRoberto E. Vargas Caballero2014-03-062-3/+30
* | Add key definition for printer sequencesRoberto E. Vargas Caballero2014-03-062-0/+14
* | Add MC for the full screenRoberto E. Vargas Caballero2014-03-061-0/+11
* | Add MC for a single lineRoberto E. Vargas Caballero2014-03-061-9/+32
* | Add MC sequenceRoberto E. Vargas Caballero2014-02-221-2/+16
|/
* Add xstrdup functionRoberto E. Vargas Caballero2014-02-081-1/+12
* Merge remote-tracking branch 'origin/master'Roberto E. Vargas Caballero2014-02-041-2/+2
|\
| * Removing the w3img support.Christoph Lohmann2014-02-031-2/+2
* | Remove non defined behaviour in selcopyRoberto E. Vargas Caballero2014-02-021-4/+5
* | Remove duplicated code in strhandleRoberto E. Vargas Caballero2014-02-021-14/+10
* | Make Shift+Home equal to CLS in ascii modeRoberto E. Vargas Caballero2014-02-021-2/+4
* | Make CONTROL + DELETE delete a lineRoberto E. Vargas Caballero2014-02-021-2/+2
|/