aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
AgeCommit message (Expand)Author
2012-11-13Remove hardcoded keys form kpressRoberto E. Vargas Caballero
2012-11-13Move Shift + Insert to shortcutRoberto E. Vargas Caballero
2012-11-13Fix keypad mode and cursor modeRoberto E. Vargas Caballero
2012-11-13Add SRM sequenceRoberto E. Vargas Caballero
2012-11-11Gc is not used anymore.Christoph Lohmann
2012-11-11Removing some xft naming cruft.Christoph Lohmann
2012-11-08Moving the alt declaration to the beginning of the function.Christoph Lohmann
2012-11-08Move unsupported sequences to ignored.Roberto E. Vargas Caballero
2012-11-08Ignore DECARM sequenceRoberto E. Vargas Caballero
2012-11-08Fix VPR sequenceRoberto E. Vargas Caballero
2012-11-08Add DECOM sequenceRoberto E. Vargas Caballero
2012-11-08Save cursor position in terminal resetRoberto E. Vargas Caballero
2012-11-08Clarify some or exclusive expressionsRoberto E. Vargas Caballero
2012-11-08Fix bug restoring cursor positionRoberto E. Vargas Caballero
2012-11-06Adding scrollwheel support. Thanks Brandon Invergo!Christoph Lohmann
2012-11-04Fixing meta+return. Thanks Szabolcs Nagy!Christoph Lohmann
2012-11-03Removing the debugging for the last fix too.Christoph Lohmann
2012-11-03Fixing a resize bug, if a smaller amount than the lineheight is resized.Christoph Lohmann
2012-11-03Fixing bold fonts in reverse mode.Christoph Lohmann
2012-11-03Now italic and bold works.Christoph Lohmann
2012-11-03Fixing an out-of-bound bug in the selection code. Thanks Szabolczs Nagy!Christoph Lohmann
2012-11-02Fixing the italic-bold font check. Thanks nsz.Christoph Lohmann
2012-11-02Make it possible to use the corefont font description too. It is not veryChristoph Lohmann
2012-11-02Moving to the dwm config.h variable usage.Christoph Lohmann
2012-10-28Applying the patch of the little girl <yui@blekksprut.net> to make cjk inputChristoph Lohmann
2012-10-28Applying the tab expansion patch from koga.Christoph Lohmann
2012-10-28Adding a more flexible fontstring handling, shortcuts and a zoom function.Christoph Lohmann
2012-10-28Applying the patch of Roberto Caballero to set WINDOWID and all the pwuid()Christoph Lohmann
2012-10-28Applying the patch of Rafa Garcia Gallega <rafael.garcia.gallego@gmail.com> toChristoph Lohmann
2012-10-28Add error control to iofileRoberto E. Vargas Caballero
2012-10-09Well, I was confused. Damn state exams. Instead of discussing this shit IChristoph Lohmann
2012-10-09If there is really someone without SHELL set, help him/her.Christoph Lohmann
2012-10-07Add DEC alignment testRoberto E. Vargas Caballero
2012-10-07Avoid initialization of vt100_0 in each call to tsetcharRoberto E. Vargas Caballero
2012-10-07Fix Identification sequencesRoberto E. Vargas Caballero
2012-10-06Add DA and DECID sequencesRoberto E. Vargas Caballero
2012-10-06Fixing a typo.Christoph Lohmann
2012-10-06Fixing a off-by-one error in the new border clearing code.Christoph Lohmann
2012-10-06Print control codes only in graphic modeRoberto E. Vargas Caballero
2012-10-06Add SI and SO control codesRoberto E. Vargas Caballero
2012-10-06Add SUB and CAN control codesRoberto E. Vargas Caballero
2012-10-06Add documentation to control codesRoberto E. Vargas Caballero
2012-10-06Forgot to remove the xclearborders() definition from the last commit.Christoph Lohmann
2012-10-06Removing the xclearborders() hack. St now cleans up the parts of the border,Christoph Lohmann
2012-10-06The style inquisition was here. Yes, making it a unified style. The lastChristoph Lohmann
2012-10-05Adding the patch of David Dufberg Töttrup to implement WM_DELETE_WINDOW. Tha...Christoph Lohmann
2012-10-05Fixing the brightening on bold. For the 256 colors and greyscale I assumed aChristoph Lohmann
2012-10-05When the drawing behaviour was changed underline was not corrected.Christoph Lohmann
2012-10-04This adds the fontcache dependency to try something out. Additionally theChristoph Lohmann
2012-10-02Thanks to c00kiemon5ter. Not changing bold to bright colors seems to be theChristoph Lohmann