summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add standout mode.Christoph Lohmann2012-09-022-3/+9
* Cleaning up lonely tabs.Christoph Lohmann2012-09-021-23/+23
* Make it more obvious where the wrong attribute is used.Christoph Lohmann2012-09-021-4/+3
* Enable multiple arguments in SM and RMRoberto E. Vargas Caballero2012-09-021-104/+76
* Add vpa terminfo capabilityRoberto E. Vargas Caballero2012-09-021-0/+2
* Silencing the compiler but keeping strparse.Christoph Lohmann2012-08-301-0/+5
* Applying the CBT patch of Roberto Vargas. Thanks.Christoph Lohmann2012-08-301-23/+36
* Never trust terminfo fata morganas. And adding other xterm compatibility.Christoph Lohmann2012-08-301-5/+2
* Add OSC, DSC, PM, APC and settitle.Christoph Lohmann2012-08-292-89/+191
* Adding setb and setf and a comment about terminfo installation.Christoph Lohmann2012-08-292-0/+4
* Add CHT sequenceRoberto E. Vargas Caballero2012-08-291-0/+5
* Applying the patches of k0ga and changing the LICENSE file in the appropriateChristoph Lohmann2012-08-291-0/+2
* Add TBC sequenceRoberto E. Vargas Caballero2012-08-292-1/+13
* Add HTS sequenceRoberto E. Vargas Caballero2012-08-291-3/+9
* Add tabs field into Term structRoberto E. Vargas Caballero2012-08-291-3/+19
* apply post-XDBE patch BORDER fixBrandon Invergo2012-08-031-10/+6
* Implement Xdbe-based double-bufferingBrandon Invergo2012-07-282-39/+13
* update TODO.Aurélien Aptel2012-02-271-0/+2
* cleanup. refactored dirt-related function.Aurélien Aptel2012-02-271-17/+33
* use SHELL as default shell.Aurélien Aptel2012-02-161-1/+1
* revert to "tip" in VERSION.Aurélien Aptel2012-02-161-1/+1
* Added tag 0.2.1 for changeset 108926a0fe61Aurélien Aptel2012-02-161-0/+1
* bump version.Aurélien Aptel2012-02-161-1/+1
* replace fwrite by printf.Aurélien Aptel2012-02-161-1/+1
* rewrite csidump().Aurélien Aptel2012-02-161-2/+11
* clean and name enum definitions.Aurélien Aptel2012-02-161-10/+54
* fix default color overwriten bug.Aurélien Aptel2012-02-162-21/+28
* show dark cursor when unfocused.Aurélien Aptel2012-02-153-7/+18
* document possible configuration.Aurélien Aptel2012-02-151-4/+18
* handle dim/bright colors.Aurélien Aptel2012-02-151-18/+17
* mergeAurélien Aptel2012-02-133-3/+3
|\
| * some minor fixesanselm@garbe.us2012-02-113-3/+3
* | reduce size of each glyph for faster copy.Aurélien Aptel2012-02-081-4/+4
|/
* Added tag 0.2 for changeset 3c2f9f2ab5e4Aurélien Aptel2012-02-071-0/+1
* cosmetic, whitespace, etc.Aurélien Aptel2012-01-211-37/+42
* fix PRINT/DRAW _TIMEOUT and fix redrawing bug.Aurélien Aptel2012-01-211-2/+2
* copy dirty lines to screen, add select() timeout & min time between draw() ca...Aurélien Aptel2012-01-211-9/+44
* fix segfault in selection. (thx Martti Kühne)Aurélien Aptel2012-01-101-1/+1
* merge.Aurélien Aptel2011-11-011-1/+1
|\
| * drawregion() only copies region on screen.Aurélien Aptel2011-10-201-1/+1
* | fix selection. (thx Tarmo Heiskanen)Aurélien Aptel2011-11-011-1/+7
|/
* add dirty flag for linesAurélien Aptel2011-10-201-4/+39
* no palette limit (thx Nick)Aurélien Aptel2011-10-062-2/+2
* simplify version format.Aurélien Aptel2011-09-221-1/+1
* selection is removed or scrolled properly. (thx Rafa Garcia Gallego)Aurélien Aptel2011-09-161-0/+30
* working on old repo, merging recent changesets.Aurélien Aptel2011-09-163-26/+37
|\
| * change "op" cap in terminfo entry to xterm/rxvt value.Aurélien Aptel2011-08-141-1/+1
| * fix custom key handling.Aurélien Aptel2011-08-142-25/+36
* | move xembedatom in XWindow struct, add link to xembed specs.Aurélien Aptel2011-09-161-3/+5
* | tweak focus to support XEMBED client message and remove focus on EnterNotify....Aurélien Aptel2011-09-161-3/+23