aboutsummaryrefslogtreecommitdiffhomepage
path: root/st.c
Commit message (Expand)AuthorAge
* Use character scaling in XCopyAreaGravatar Eric Pruitt2014-01-21
* Make w3mimgdisplay work with stGravatar Amadeusz Sławiński2014-01-16
* Fix truecolor escapes, when both bg and fg are setGravatar Amadeusz Sławiński2014-01-03
* query pixel size from matched fontGravatar Eon S. Jeon2014-01-03
* Prevent resizing stdinGravatar Eon S. Jeon2013-12-18
* Set _NET_WM_PID attributeGravatar Eric Pruitt2013-12-11
* Add stdint includeGravatar René Rietz2013-11-25
* Fix stupid bug in tdefcolor returning -1 in unsigned functionGravatar Roberto E. Vargas Caballero2013-11-25
* Use int instead of long for colorGravatar Johannes Hofmann2013-11-24
* add _NET_WM_NAMEGravatar Carlos J. Torres2013-11-23
* Simplify logic in kmap().Gravatar Mark Edgar2013-10-28
* Simplify logic in match().Gravatar Mark Edgar2013-10-28
* Merge remote-tracking branch 'origin/master' into omasterGravatar Roberto E. Vargas Caballero2013-10-28
|\
| * Fixed lock up when system time jumps backwardsGravatar Rob Pilling2013-10-27
* | Ignore numlock (Mod2Mask) for button events too.Gravatar Mark Edgar2013-10-20
|/
* Avoid buffer overrun in bpress()Gravatar Mark Edgar2013-10-15
* New ttysend() function calls ttywrite() and techo(). Honor MODE_ECHO when pas...Gravatar Mark Edgar2013-10-07
* Avoid buffer overrun in kpress() and remove limit on shortcut strings.Gravatar Mark Edgar2013-10-07
* Simplify Mod1 logic in kpress(), eliminating locals and a memcpy.Gravatar Mark Edgar2013-10-07
* Add support for multiple charset definitionsGravatar Roberto E. Vargas Caballero2013-10-02
* People, learn to keep to styles. Thanks.Gravatar Christoph Lohmann2013-10-02
* Fix save/restore cursorGravatar Mihail Zenkov2013-10-02
* Add DSR cursor position sequenceGravatar Mihail Zenkov2013-10-02
* Fix core in multi-line selection on OpenBSDGravatar Maurice Quennet2013-09-23
* Add bracketed paste modeGravatar Egmont Koblinger2013-09-23
* Fix some bugs in mouse tracking logicGravatar Michael Forney2013-09-13
* Add audible bellGravatar Roberto E. Vargas Caballero2013-09-12
* Wide character support.Gravatar Christoph Lohmann2013-09-07
* Correctly initialize altscreen when defaultbg is not 0.Gravatar Mark Edgar2013-09-04
* Regarding commit 7e3cff3Gravatar Eon S. Jeon2013-08-30
* Correcting the bitmask value check.Gravatar Christoph Lohmann2013-08-20
* Fix signess of tdefcolorGravatar Eon S. Jeon2013-08-06
* Fixed memory leak in xsettitle().Gravatar Alexander Sedov2013-08-05
* Fix blink mode checkGravatar Michael Forney2013-08-05
* Use character size scaling factorsGravatar Eric Pruitt2013-08-05
* Reload colors in resetGravatar Roberto E. Vargas Caballero2013-07-20
* Add RGB color definitionGravatar Roberto E. Vargas Caballero2013-07-20
* Improved font cachingGravatar Eon S. Jeon2013-07-19
* fix: whitespaceGravatar Markus Teich2013-07-04
* Remove long text being cropped/wrapped to standard 80x24 on launch.Gravatar Alexander Sedov2013-07-04
* fix: consistent usage of bitmask operations on unicode functionsGravatar Markus Teich2013-07-04
* fix: do not need an extra variable for a single readGravatar Markus Teich2013-07-04
* Fix match function bugsGravatar Roberto E. Vargas Caballero2013-07-04
* Remove unneded call to drawGravatar Roberto E. Vargas Caballero2013-07-04
* Fix selection clearingGravatar Roberto E. Vargas Caballero2013-07-04
* Fixing title setting with the title argument.Gravatar Christoph Lohmann2013-06-09
* Adding xterm behaviour to setting the title.Gravatar Christoph Lohmann2013-06-06
* Adding true mouse motion support.Gravatar Christoph Lohmann2013-06-01
* This is a shorter bit handling in MODE_MOUSE.Gravatar Christoph Lohmann2013-06-01
* Add some comments about the other mouse reporting modes.Gravatar Christoph Lohmann2013-06-01