summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Default volume of the bell is 0.Christoph Lohmann2013-09-121-1/+1
* Add audible bellRoberto E. Vargas Caballero2013-09-122-0/+8
* Wide character support.Christoph Lohmann2013-09-072-17/+68
* Adding some contributors. Thanks to you all!Christoph Lohmann2013-09-071-1/+7
* Correctly initialize altscreen when defaultbg is not 0.Mark Edgar2013-09-042-17/+6
* Regarding commit 7e3cff3Eon S. Jeon2013-08-301-3/+3
* Tmux is using C-b by default.Christoph Lohmann2013-08-221-1/+1
* Correcting the bitmask value check.Christoph Lohmann2013-08-201-1/+1
* Add terminfo definitions for terminals with meta keyRoberto E. Vargas Caballero2013-08-122-4/+22
* Fix signess of tdefcolorEon S. Jeon2013-08-061-3/+3
* Fixed memory leak in xsettitle().Alexander Sedov2013-08-051-0/+1
* Fix blink mode checkMichael Forney2013-08-051-2/+2
* Use character size scaling factorsEric Pruitt2013-08-053-8/+17
* Reload colors in resetRoberto E. Vargas Caballero2013-07-201-0/+9
* Add RGB color definitionRoberto E. Vargas Caballero2013-07-201-34/+85
* Improved font cachingEon S. Jeon2013-07-191-41/+22
* fix: whitespaceMarkus Teich2013-07-042-64/+64
* Remove long text being cropped/wrapped to standard 80x24 on launch.Alexander Sedov2013-07-042-7/+18
* fix: consistent usage of bitmask operations on unicode functionsMarkus Teich2013-07-041-27/+23
* fix: do not need an extra variable for a single readMarkus Teich2013-07-041-4/+1
* Fix match function bugsRoberto E. Vargas Caballero2013-07-041-5/+5
* Remove unneded call to drawRoberto E. Vargas Caballero2013-07-041-1/+0
* Fix selection clearingRoberto E. Vargas Caballero2013-07-041-9/+5
* fix PageUp Modifier Mask in config.def.hMarkus Teich2013-06-221-1/+1
* Fixing title setting with the title argument.Christoph Lohmann2013-06-091-1/+1
* Adding xterm behaviour to setting the title.Christoph Lohmann2013-06-061-1/+8
* Bumping up the xfps so mouse motion won't reap the CPU.Christoph Lohmann2013-06-011-1/+1
* Adding true mouse motion support.Christoph Lohmann2013-06-011-32/+55
* This is a shorter bit handling in MODE_MOUSE.Christoph Lohmann2013-06-011-2/+1
* Add some comments about the other mouse reporting modes.Christoph Lohmann2013-06-011-1/+8
* Implementing mouse focus and all events.Christoph Lohmann2013-06-011-0/+15
* Fixing bad highlighting on first SNAP_WORD multiline select.Christoph Lohmann2013-06-011-3/+2
* Fixing the selection in a single line again.Christoph Lohmann2013-05-261-3/+8
* Fixing the selection scrolling and the selection naming.Christoph Lohmann2013-05-261-85/+89
* Lazy font unloading too.Christoph Lohmann2013-05-111-12/+13
* Lazy fontset loading.Christoph Lohmann2013-05-111-6/+15
* Removing an old select() regression.Christoph Lohmann2013-05-061-14/+12
* Allow more complex delimiters for word selections.Christoph Lohmann2013-05-042-2/+11
* Expand the last line with '\n' in case of overselection.Christoph Lohmann2013-05-041-1/+16
* Select to the end of row if end of line is reached.Christoph Lohmann2013-05-041-0/+12
* Better comments for the snapping code.Christoph Lohmann2013-05-041-0/+9
* More stable blinking.Christoph Lohmann2013-05-011-2/+9
* Explaining blinking for the dummies.Christoph Lohmann2013-04-281-1/+4
* Selection snapping is now considering wrapping.Christoph Lohmann2013-04-281-3/+39
* Add a possibility to modify the string sent by mouse buttons.Christoph Lohmann2013-04-282-6/+30
* Be more efficient in blinking.Christoph Lohmann2013-04-261-3/+7
* Enable blinking in st.Christoph Lohmann2013-04-263-14/+74
* Fixing the selection handling to allow one char selection.Christoph Lohmann2013-04-251-10/+9
* Fixing the selection issue in altscreens.Christoph Lohmann2013-04-241-3/+3
* Removed redundant check in draw code.Alexander Sedov2013-04-241-1/+1