aboutsummaryrefslogtreecommitdiffstats
path: root/st.c
AgeCommit message (Expand)Author
2012-09-16Preliminary solution to the stuttering problem.Christoph Lohmann
2012-09-16Fix selection bugRoberto E. Vargas Caballero
2012-09-16Render only once in each main loop iterationRoberto E. Vargas Caballero
2012-09-16Remove timeout in the main loopRoberto E. Vargas Caballero
2012-09-16Call XSync in redrawRoberto E. Vargas Caballero
2012-09-16Call XdbeQueryExtension before of calling any Xdbe functionRoberto E. Vargas Caballero
2012-09-14Implementing italic-bold. This will require an increase of the avgWdth.Christoph Lohmann
2012-09-13Ignore NUL character as a padding character. Telnet may use this. Patch ofChristoph Lohmann
2012-09-13Importing the patch of Roberto Vargas to inherit signal handlers.Christoph Lohmann
2012-09-13Reset window title on terminal reset too.Christoph Lohmann
2012-09-13Adding another bold off sequence.Christoph Lohmann
2012-09-12Remove buffering to fileio instead of calling fflushRoberto E. Vargas Caballero
2012-09-12Add xmalloc and xrealloc wrappersRoberto E. Vargas Caballero
2012-09-12Make nyancat(1) work. Important release feature!Christoph Lohmann
2012-09-12Add preliminary blink stubs. Real implementation is still missing.Christoph Lohmann
2012-09-12Add another obscure way to set a window title.Christoph Lohmann
2012-09-10Fixing the too small window in non-tiling window managers.Christoph Lohmann
2012-09-06Making the selection work again.Christoph Lohmann
2012-09-06Allow simpler stdout -f handling.Christoph Lohmann
2012-09-05Adding instantenous debug output and fixing italic with a reset.Christoph Lohmann
2012-09-05Removing masks for unhandled enter and leaving events.Christoph Lohmann
2012-09-05If the selection is cleared, draw() and do it on button press too.Christoph Lohmann
2012-09-05Unhighlight selection when selection is owner by other windowRoberto E. Vargas Caballero
2012-09-05Forcing the parameter limit to xcopy() and selpaste(). Thanks to Rob Pilling.Christoph Lohmann
2012-09-05Removing unneeded arguments to copy(). Thanks to Andrew Hills.Christoph Lohmann
2012-09-05Implement italic font support.Christoph Lohmann
2012-09-05Fixing the resizing behaviour.Christoph Lohmann
2012-09-04Forgot one line. It's late.Christoph Lohmann
2012-09-04Cleaning up the fixed window size and the resizing of clients.Christoph Lohmann
2012-09-04CUP == HVP; CHA == HPA;Christoph Lohmann
2012-09-04Unifying the old style.Christoph Lohmann
2012-09-04Check alternative screen before drawing box selectionRoberto E. Vargas Caballero
2012-09-04Add newline to stderr messageRoberto E. Vargas Caballero
2012-09-03Fixing the border pixel when there is a negative position.Christoph Lohmann
2012-09-03Add -g geometry to st and the manpage.Christoph Lohmann
2012-09-03Force redisplay of all lines in DECSCNMRoberto E. Vargas Caballero
2012-09-03Add write I/O to fileRoberto E. Vargas Caballero
2012-09-02Add standout mode.Christoph Lohmann
2012-09-02Cleaning up lonely tabs.Christoph Lohmann
2012-09-02Make it more obvious where the wrong attribute is used.Christoph Lohmann
2012-09-02Enable multiple arguments in SM and RMRoberto E. Vargas Caballero
2012-08-30Silencing the compiler but keeping strparse.Christoph Lohmann
2012-08-30Applying the CBT patch of Roberto Vargas. Thanks.Christoph Lohmann
2012-08-30Never trust terminfo fata morganas. And adding other xterm compatibility.Christoph Lohmann
2012-08-29Add OSC, DSC, PM, APC and settitle.Christoph Lohmann
2012-08-29Add CHT sequenceRoberto E. Vargas Caballero
2012-08-29Add TBC sequenceRoberto E. Vargas Caballero
2012-08-29Add HTS sequenceRoberto E. Vargas Caballero
2012-08-29Add tabs field into Term structRoberto E. Vargas Caballero
2012-08-03apply post-XDBE patch BORDER fixBrandon Invergo